On Thu, Jul 30, 2009 at 4:04 PM, Sytze de Boer<[email protected]> wrote:
> Opinions/thoughts are welcomed
>
> Scenario:
> 1000 people use my main application  (all it MyApp)
> 1 client uses that application, but a huge block of customised options
>
> Am I corrrect the best way to merge/use the system with this client is
> to compile all the customised stuff into HisAp.APP
> and MyApp looks to see if this app file exists.
> If yes, then set proce to HisApp.app additive
>
> Are all references to prgs/forms/variables etc automatically
> referenced in MyApp ?
-------------------------------------

I had to do this same thing a long time ago and I had a pair of
screens/forms instead of only 1 of each.  I used a Case statement even
though an IF() would have been good enough, I thought that someone
else would want to have a lot of customization in the future.

I may have only had to do this in 15+ forms and 30+ reports so it was
all together in the same EXE.



-- 
Stephen Russell
Sr. Production Systems Programmer
SQL Server DBA
Web and Winform Development
Independent Contractor
Memphis TN

901.246-0159


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to