Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there a VFP function to...
Message
De
29/06/2006 13:33:08
 
 
À
28/06/2006 09:35:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01132372
Message ID:
01132830
Vues:
13
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform