Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form caption in Main prg
Message
De
12/02/2008 09:11:06
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Form caption in Main prg
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01291771
Message ID:
01291771
Vues:
48
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform