Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way to fill in country, etc. info?
Message
From
17/09/2003 03:49:10
 
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00829239
Message ID:
00829747
Views:
19
>>Hi Nadya,
>>
>>Sorry about the #defines, it was not meant to run, just as an example
>>
>>I think you cannot access Author, Company, Country and the like of the first page. They only serve as comments I guess.
>>
>>You do have access to the info you get when doing project | build | version
>>
>>Cheers,
>
> Yes, the question was about accessing those properties. I would prefer to fill them programmatically as well. I hoped, there is a way...
>
>Thanks again.


Nadya,

Take a project, enter some values for Author, ... and close the project
Open the project as a table and your will find what you entered (first record)
record : (Type == 'H')  && from header I suppose
field: devinfo (memo)
If you experiment a bit by putting the max len of values in each field, you can find the layout.
My guess is that the field lengths are fixed and are part of a C struct. But then, it is only a guess ...
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform