Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating Project programatically
Message
De
07/11/1997 14:01:38
 
 
À
07/11/1997 13:54:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00058891
Message ID:
00058958
Vues:
36
>>>>Does anybody have, or know where to find, information on creating a new project programatically??
>>>>I am looking into creating a custom builder for our "standard app" with the creator of the app to be able to plug in specific components for the application and then do a build exe...
>>>>
>>>>TIA
>>>
>>>If you are unable to find any information about buiding a project manually, you can probably do a little hacking and figure it out for yourself. Since the pjx file is nothing more than a table, browse it. It shouldn't be that hard to recreate the data structures.
>>
>>Instead of this run MS-supplied report, e.g. VFP\Filespec\30PJX1.FRX to get description of pjx structure.
>
>I have the listings of the pjx structure, and am able to recreate the pjx table. My concern is when I browse the pjx file, I noticed some odd characters in some of the memo fields; ie. homedir field. I want to make sure that when I create the file, I am including any special characters in these fields. Specifically, I am finding a square located in the memo fields, sometimes mixed in with the other characters, sometimes at the end of a statement.
>Note: This is not the only non-dbf table that i have found these characters in. The DBC table is another one that I have seen them.
>
>
>Any ideas????

Actually, I would not recommend you to modify pjx file itself. Instead of this (if it's really necessary to move this way at all) you could modify some components of the project, e.g. prg file, or some calls to another forms etc. ,a nd then use BUILD command. This command will collect/compile new components itself.
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform