Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Build Version Information
Message
 
 
To
28/05/2002 14:45:26
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Miscellaneous
Thread ID:
00662114
Message ID:
00662207
Views:
25
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform