Connecting Tech Pros Worldwide Forums | Help | Site Map

Ive done something wrong in my foundation...

Fredrik Melin
Guest
 
Posts: n/a
#1: Nov 20 '05
Spin-off of my other thread about CType of classes between assemblies...
My project, both Form based for windows client and WEB based for a web
application.


Crystal Class is needed by Invoice Class (when called from a form)

Crystal Class cannot be deployed on the WEB (because its form based), Its
not even needed on the web.



As of today I do the following:



Dacsa.NET (form based application) has an own Invoice object, own Crystal
Reports that does everything it needs.



DacsaSupport (support library for the WEB based program) has a link to the
same Invoice object as in the Dacsa.NET object (linked by source file), But
it has its own Crystal Reports that is a "dummy" class returning false if
called (Ive stripped out all form functions/calls/items)



As of today this works, but not that nice of a solution.



Any points how I should do to get a better solution?

Anyone understand what I am talking about? :)





Regards

Fredrik Melin











Closed Thread