Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Property Error
Message
De
23/10/1998 09:13:40
 
 
À
23/10/1998 09:06:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00149713
Message ID:
00149801
Vues:
25
>>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
>
>I think that the first line should read ThisForm.OldRecord = RECNO().

Correct, and in addition to that, is it really necessary with Thisform.Show() later on? I mean the form won't go anywhere, will it now?
Danijel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform