Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by TheKen

  1. TheKen

    SetFldState and Cursors

    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...
  2. TheKen

    SetFldState and Cursors

    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?
  3. TheKen

    SetFldState and Cursors

    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...

Part and Inventory Search

Back
Top