Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Build Version Information
Message
 
 
À
28/05/2002 14:45:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Installation et configuration
Divers
Thread ID:
00662114
Message ID:
00662207
Vues:
23
>In my applocation I want the version number to auto incrament with each build. That works great. In the other information fields I would like to format the data. For instance in the company field I would like to put Company name and address. Is there any easy way to enter a return in the company name so that the address appears on the next line when that data is referenced? This seems so simple, but .....

I guess, you're talking about Company Name type of info on the Version dialog box in the project build. It looks like it doesn't accept new line characters as a part of value. You can use some other character or combination of characters as line separator and covert it into new lane characters later. For example,
* Line separator "-$-"
* Company Name = "My Company-$-123 Some St.-$-Sometown, NN 12345"
=AGETFILEVERSION(laList, "myapp.exe")
lcCompanyName = STRTRAN(laList[2], "-$-", CHR(13)+CHR(10))
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform