Is it possible to execute an action when the last row is selected in xbrowse?
I want to load a some data from the server and add them to the current file to improve network-speed.
Thanks,
Marc
Hello,
I'm using SQlite, and for browsing the data I make a query or the database that is located on the server, and store the fields I want browse, in a temporary dbf-file on the a local path.
Untill now I had no problems, but I created a testtable of 120000 records and the proces to read the data from the server into a temporary file takes a long time.
Is there a faster way to do it? I was thinking first read only 100 records, show them, and then reading the rest into the background and add them to the temporary database. Does anyone created something like that already?
Thanks,
Marc