Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there a way to fill in country, etc. info?
Message
De
16/09/2003 02:59:56
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00829239
Message ID:
00829267
Vues:
15
>Hi everybody,
>
>Just found an interesting question on another forum. Is there a way to programmatically fill in the information about project: organization name, country, etc.?
>
>Thanks in advance.

Hi Nadya,

Do you mean the active project ? If yes, there is

Have a look at the Project Object Properties
modi project AProjectName nowait

=Application.ActiveProject.CleanUp()
Application.ActiveProject.Encrypted = TRUE
Application.ActiveProject.Debug = FALSE
Application.ActiveProject.VersionComments	= 'project comments'
Application.ActiveProject.VersionDescription    = 'VersionDescription'
Application.ActiveProject.VersionProduct	= 'Adam'
Application.ActiveProject.VersionCompany	= 'Gregory Adam'
Application.ActiveProject.VersionTrademarks	= 'Adam'
Application.ActiveProject.VersionCopyright	= '(c) Gregory Adam 1998-2003'
Application.ActiveProject.VersionNumber		= '0002.0001.' + right(GetVersion(),4)
=Application.ActiveProject.Close()

build exe \tmp\Adam.exe from Adam recompile
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform