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

how do i know if fields are edited or not

Status
Not open for further replies.

channelmaster

Technical User
Dec 9, 2001
52
PH
How can i know if fields on the table are edited. My problem is this: I want to prompt the user to save the changes he has done or have edited the record made on the record. Do I have to use getfldstate function? How do I use it? thanks in advance

Rene
 
Row or table buffering must first be enabled with
getfldState()

there are various methodsof use, check the help file to see examples and syntx. search microsoft knowledge base on getfldstate and you will mostlikely find other examples.
Attitude is Everything
 
Rene,
In addition to Danceman's buffered comment, you must of course have your controls bound to the table's fields. Then if you want these changes "saved", you'll need to issue a tableupdate().

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top