Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variables in forms
Message
From
21/08/1996 09:54:02
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Variables in forms
Miscellaneous
Thread ID:
00006296
Message ID:
00006296
Views:
115
I've created a header file with a number of variables that are used during my program. One of the variables, the company name, is the caption for a form. The program looks something like this:

#INCLUDE "header.h"
DO FORM Form_Dir+"\info"

In the form a entered the value "=CompName" for the caption of that form. This has to be a variable value. In the header file I declared a value for CompName en Form_Dir. The problem is that the header file is read, the form executes fine, but the companyname isn't shown.
How can I use I variable declared in a header file in a form?

Michel
Next
Reply
Map
View

Click here to load this message in the networking platform