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

show fields changed

Status
Not open for further replies.

shu745

Programmer
May 14, 2001
79
US
Hi All,

I know there is a way but I don't know how to do it...
When users make updates to rows in a database, how can you tell exactly which fields were changed?

Thanks in advance!
 
Hi,
For a Complete record you may make use of :System.Record_Status.
As for Item is concerned make use of built-in
Get_Item_Property('Blockname.Item_name',Database_value)

Also take a look at Get_item_property('Blockname.Item_name',Update_column) proertiy in Form builder Help.

HTH
Regards
Himanshu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top