Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compare Object
Message
 
To
23/02/1999 08:00:51
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00190373
Message ID:
00190808
Views:
17
HI John,
try with this function

*** function compobjs
lparameters obj1,obj2
local oldtag,retval
oldtag = obj1.tag
obj1.tag = "test"
retval = obj1.tag == obj2.tag
obj1.tag = oldtag
return retval


HTH

Silvio

>Hi,
> How could I compare the object references in VFP?
> ABC = thisform.text1
> IF ABC (what operator??) whateverobject_reference
> do whatever
> ENDIF
>
> VB:
> IF ABC IS WHATEVER_REFERENCE THEN
> ?????
> ENDIF
>
>Thank you
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform