Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Method for making template form more robust.
Message
From
05/12/2000 16:02:50
 
 
To
05/12/2000 15:44:32
Josh Fedke
National Financial Corporation
Milwaukee, Wisconsin, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00449593
Message ID:
00449626
Views:
11
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform