Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Valid Method and Cancel Button
Message
 
À
20/07/1999 15:39:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00243647
Message ID:
00243793
Vues:
26
>As in:
>
>IF SYS(1270,MROW("MyForm"),MCOL("MyForm")) = "cmdCancel"
> RETURN .T.
>ENDIF
>
>Hmmm..I dunno. Probably. Good point.
>
Hiya Gonz,

More like:
oObj = SYS(1270)
llresult = (oObj.Name = "cmdCancel")
oObj = .NULL.
RETURN llresult
Probably a good idea to check and make sure it a valid object before making the comparison.
George

Ubi caritas et amor, deus ibi est
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform