Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Method for making template form more robust.
Message
De
05/12/2000 16:02:50
 
 
À
05/12/2000 15:44:32
Josh Fedke
National Financial Corporation
Milwaukee, Wisconsin, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00449593
Message ID:
00449626
Vues:
7
>Trey:
>
>So for I have been doing this visually. My problem is that after I developed the form I selected "save as class..." and this didn't not include the .ico, .prg and .fll. I was hoping there would be a way to to have these included in the class so that I don't have to copy those files to the developement directory when I want create a form using that class as a template.
>
>
>-Josh

duh, you said that about the ico, prg and fll - didn't you...

You could create a common directory outside the normal development directory structure, e.g., if you normally have
C:\
   app_name
      forms
      libs
      reports
   app_name2
      forms
      libs
      reports
   ...etc...
add a common directory outside of this
C:\
   common
   app_name
      forms
      libs
      reports
      ...etc...
Put your prg, ico and fll and your base form class library in the common directory and include \common in your SET("PATH"). Then you would use the files in the common directory and never have to copy them into your application directory(ies).
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform