I may be having a blonde day but:
VFP9 SP1 application, I have a cursor, produced from a select statement:
select blah into cursor _trans readwrite nofilter
Then table buffering set with:
cursorsetprop("Buffering", 5, "_trans")
I then bind that to a grid, and some grid columns have their
controlsource set to fields in the cursor. That all works fine.
What doesnt' seem to work is using GetFldState to detect changed fields.
Except it doesn't, they always come back as 1 even if edited. Yet if I
do a TableUpdate then edited values go into the database correctly.
Am I missing something?
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.