Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to compare a memvar with its source record
Message
 
 
To
21/08/2002 08:57:17
Harry Wit, De
VGZ Zorgverzekeraar
Arnhem, Netherlands
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00691875
Message ID:
00691879
Views:
13
>Hello,
>
>Does anyone have a common routine to compare a memvar with its recordsource?
>For example:
>
>select mytable
>scatter memo name mymemvar1
>scatter memo name mymemvar2 &&additional memvar
>
>... (mymemvar1 = changed)
>
>if mymemvar1 = mymemvar2 then ... does not work
>
>Thanks in advance.

if mymemvar1.fieldname1 = mymemvar2.fieldname1

Open the debugger, and look at the object [mymemvar1 & 2] that was created.
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform