[Gambas-user] Issue 612 in gambas: BUG Cannot browse more of 128 records on tables "No current connection"
gambas at ...2524...
gambas at ...2524...
Mon Mar 23 10:33:21 CET 2015
Comment #1 on issue 612 by marcobra... at ...626...: BUG Cannot browse more of
128 records on tables "No current connection"
https://code.google.com/p/gambas/issues/detail?id=612
A dirty custom temporary solution: raising query limit into gambas code
in ~/src/gambas/trunk/comp/src/gb.db.form/.src/DataTable.class
Public LIMIT_INC As Integer = 128
to 128000 then recompiling
cd ~/src/gambas/trunk
make && sudo make install
Made me happy...
--
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