SitesMasstec
Programmer
Hello dear colleagues!
I created a simple form (Form1), just with a Label (Label1).
In Label1, Properties, Caption I want to use: =Customer_Name
Somewhere in the Form I must declare User_Name="John Doe"
For some reasons, I do not want to declare in Label1, Properties, Caption:John Doe
Where in the Form I must declare this variable? I tried in the Form, Procedure, Init (and also in the Load) this declaration: User_Name="John Doe", but without success.
Where to write this declaration of variable?
Thank you,
SitesMasstec
I created a simple form (Form1), just with a Label (Label1).
In Label1, Properties, Caption I want to use: =Customer_Name
Somewhere in the Form I must declare User_Name="John Doe"
For some reasons, I do not want to declare in Label1, Properties, Caption:John Doe
Where in the Form I must declare this variable? I tried in the Form, Procedure, Init (and also in the Load) this declaration: User_Name="John Doe", but without success.
Where to write this declaration of variable?
Thank you,
SitesMasstec