VFP 6.0 Help -
10-31-2003
, 07:10 PM
Hi -
I am very new at VFP. I am familiar with programming in FPW 2.6.
In VFP I created a form for adding Employees. THe controls in the form are
bound to the 'Employee.dbf' table..
I am not too sure how to add new employees to the table thru the form.
When there are no records in the table then when I run the form all the text
boxes for user input are grayed out or disabled.
If I add any records thru the table thru the 'Data session' then when the form
i run it displays the first record.
In FPW 2.6 I used to add 'Scatter Memvar Blank' in the Screen Setup code and
then a 'Gather Memvar' in the 'Save Command button did the job. I am still
trying to understand how VFP works.
Thanks in advance.. |