I'm just trying to understand cursors (not views nor CursorAdaptors nor grids) in conjunction with a Windows desktop application as I'm starting to use MySQL databases for files larger than 2 GB.
Imagine a simple Invoicing form. One possible design would be a pageframe as follows:
Page 1. Grid...
To bborisov, I tried TABLEREVERT() before the ZAP but it made no difference.
To Mike Lewis, I infer from your reply that trying to use cursors and SETFLDSTATE() is problematic and I should concentrate on workarounds. Is that correct?
I want to use a cursor for an editable grid object. So I set MULTILOCKS ON, SELECT ... INTO CURSOR MyCursor READWRITE, and change buffering to 5 (optimistic table). When the user changes the WHERE condition, I repeat the SELECT but now the underlying table is different even though the alias is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.