[Gambas-user] Issue 497 in gambas: When date is formatted in gridview then right click pop up menu doesnot work

gambas at ...2524... gambas at ...2524...
Sat Jan 25 02:05:57 CET 2014


Comment #2 on issue 497 by benoit.m... at ...626...: When date is formatted in  
gridview then right click pop up menu doesnot work
http://code.google.com/p/gambas/issues/detail?id=497

Just do:

Result.MoveTo(Row)
GridView1.Data.Text = Format(Result[DateField], "dd/mm/yyyy")

When the Column argument of the Data event handler is the column where the  
data should be display.

I don't see the problem...


-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings




More information about the User mailing list