Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Property Error
Message
De
23/10/1998 00:38:39
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Property Error
Divers
Thread ID:
00149713
Message ID:
00149713
Vues:
53
Im having a little problem. I've created a new property in a form and called it OLDRECORD. in a Find button click event I have coded the following:

thisform.oldrecord.value=recno()
ON key label enter keyboard chr(23)
ON key label rightmouse keyboard chr(23)
BROWSE nomodify noappend
ON key label enter
ON key label rightmouse
IF lastkey() =27
GO(thisform.oldrecord)
ENDIF
thisform.show
thisform.buttons

when I run the form I get an error "UNKNOWN Member OLDRECORD"
I run it in the debuger and it blows out at the first line of the click method what am i doing wrong? Please Help

Bill
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform