PabloHaughton
Programmer
I created a form using the form Wizard and added some new fields to it.
Later I decided to remove these fields from the form and also from the .DBF file that is in a Database (.DBC).
To my surprise, when I run the form it still looks for the fields I deleted from the form and table.
I get the following error:
variable 'varname' is not found.
Error: 12
Variable 'varname' is not found.
Method: embossedform.dataenvironment.OpenTables
Line: 0
Is there a special place where you have to go and remove field references also?
Later I decided to remove these fields from the form and also from the .DBF file that is in a Database (.DBC).
To my surprise, when I run the form it still looks for the fields I deleted from the form and table.
I get the following error:
variable 'varname' is not found.
Error: 12
Variable 'varname' is not found.
Method: embossedform.dataenvironment.OpenTables
Line: 0
Is there a special place where you have to go and remove field references also?