Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append record for the first time
Message
De
25/04/2000 12:37:18
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Append record for the first time
Divers
Thread ID:
00363208
Message ID:
00363208
Vues:
50
Hi,

I have created a table which contained no record. I also created a form to support those fields using the controlSource ="tempx.firstname" for those textbox objects. At the bottom of the form a created a button called to allow user to append new record. The first time I ran the form all the textbox were disabled because there are no record and after the click the button the textbox are still disable. Inside the click method I have the following.

SELECT tempx
APPEND BLANK
ThisForm.txtFirst.SetFocus
ThisForm.Refresh()

What am I doing wrong? Any suggestions or help is appreciated.

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform