Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form caption in Main prg
Message
From
12/02/2008 09:11:06
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Form caption in Main prg
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01291771
Message ID:
01291771
Views:
49
Dear Experts

In timer, I use following command to show Form Capion
dtime= cdow(DATE())+ALLTRIM(",")+SPACE(1)+Cmonth(date())+Str(Day(date()), 3);
+','+Str(Year(date()), 5)

cap1=ALLTRIM("Ginning Accounting System")
thisform.Caption=ALLTRIM(cap1)+SPACE(16)+ALLTRIM(dtime)+space(3)+ttoc(datetime(),2)
This show Form's Caption as
Ginning Accounting System                Tuesday, February 12, 2008   05:29:32 PM
Now I want to apply this command on every form in project

I do not use Screen in my main prg.
There is a main Form SHOWWINDOW=2, TOP LEVEL and all other forms are opend in this form.

What should I add in my main prg?

Please help
Next
Reply
Map
View

Click here to load this message in the networking platform