Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append record for the first time
Message
From
25/04/2000 12:37:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Append record for the first time
Miscellaneous
Thread ID:
00363208
Message ID:
00363208
Views:
51
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
Next
Reply
Map
View

Click here to load this message in the networking platform