Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a VFP function to...
Message
From
29/06/2006 13:33:08
 
 
To
28/06/2006 09:35:27
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01132372
Message ID:
01132830
Views:
12
Jim,
Pardon me for my oversimplified suggestion, but couldn't you do something like this:
do case
case USED( JUSTSTEM( this.controlsource ) )
   * it's a cursor/table/view field
case VARTYPE( JUSTSTEM( this.controlsource )) = "O"
   * Object property
otherwise
   * it's a memory variable
endcase
Hope that helps (somewhat).
~Erik Folley
Previous
Reply
Map
View

Click here to load this message in the networking platform