Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access, assign and scatter
Message
From
23/03/2001 15:51:47
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
 
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00488040
Message ID:
00488243
Views:
9
>Hi
>
>I'm creating a business object, with a property oRecord, then I use
>scatter name oBusiness.oRecord
>
>How can I verify changes in the propertys of oRecord? I can't create access or assign methods
>Is necesary create propertys of oRecord manually so I can create access or assign?
>
>I'm trying with oRecord_access and oRecord_assign, but I can't determine what field is changing o retrieving value
>
>TIA

If you simply want to know whether "any" changes have been made, then make two "records"; eg. .oRecordOld and .oRecordNew.

Subsequently, use COMPOBJ() to compare the two "records".
Previous
Reply
Map
View

Click here to load this message in the networking platform