[Gambas-user] Gridview

Steven Lobbezoo steven at ...1652...
Wed Oct 31 17:10:06 CET 2007


Le mercredi 31 octobre 2007 13:45, Steven Lobbezoo a écrit :
> Le mercredi 31 octobre 2007 12:49, Benoit Minisini a écrit :
> > Anyway, I changed some little things in the last revision in the way
> > GridView handle its Row and Column properties. Can you try that and tell
> > me if it changes anything to your bug?
> >
> > Regards,
>
> I tried, hélas : the same result! r is correct, Row does not change!
> But..
> With this version the ability to look into variables just by selecting them
> in the code while in step mode is back ! Works just fine now.
> But ......
> The database has changed... I suddenly get all kind of weird characters
> where the french accents should be. So, are you translating something auto
> now ?
Solved by inserting this, just after opening the database (mysql) :
            Res = .db.Exec("SET NAMES 'latin1'")

Steven


>
> Regards,
> Steven
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



More information about the User mailing list