Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Building & distributing custom applications for each cli
Message
 
To
14/04/1998 11:10:10
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00091774
Message ID:
00092012
Views:
21
>We have a basic system that we sell to many clients, but we also sometimes customize certain programs for particular clients. I need a way to build and distribute custom EXE's for each client. So far, I plan to have a separate directory for each client that contains any/all of their custom programs. The common programs will be kept in one place. What would be the best way to build EXE's so that it pulls custom programs from the client's directory but all other programs from the general directory?
>
>I also need to be able to run the programs from my office as if I was a client, i.e. with all of their customization. So I guess I would save the generated EXE's in their directory and run those, or run the basic EXE if a custom one doesn't exist.
>
>Has anyone done anything like this? Any ideas, thoughts, etc.? Thanks!

Elyse, although I think Craig and Wayne make good points about using Case statements and similar constructs, you CAN keep separate code by using a different Project file for each client. Code that is common to all will be in one set of folders. Code that is client-specific will be in the client's own folder. Compiling the PJX will give you a client-specific EXE

HTH
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform