Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Views in buffering mode.!!
Message
From
18/12/2000 06:04:19
 
 
To
17/12/2000 23:58:49
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00454579
Message ID:
00454606
Views:
15
>How can i find out if a view in buffering mode has uncommitted changes.

For 3-d buffering (row buffering) - GetFldState(-1). It returns string with all '1' in it if record is not modified. For new records - all '3'.

For 5 buffering - GetNextModified() function returns 0 if no records modified, and non-zero value that you can use in 'GO' command to move record pointer to the modified record.
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Reply
Map
View

Click here to load this message in the networking platform