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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Buffermode Record Handle !

Status
Not open for further replies.

FreddyHo

IS-IT--Management
Jul 2, 2001
20
0
0
HK
I'd wrote a program in which 26 dbfs (1 control file + 25 details files) are open in buffer mode. Is it possible to check whether the user had made changes in record in order to warn them saving record before quiting in case they do actually made changes in one/more of 26 files. Any help/hint is heartly appreciated !
 
Hi!

For row buffering mode just check if GetFldState(-1) for current record in each table return all "1" in the returned string.

For table buffering use GetNextModified() function to see if buffered alias contains changed record.

HTH. Vlad Grynchyshyn, MVP
vgryn@softserve.lviv.ua
The professional level of programmer could be determined by level of stupidity of his/her bugs
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top