Hi all,
Luus, as a matter of interest, what was your reasoning for creating objects locally (facade objects) to call your business components? Was it purely to maintain state? Are you implementing object collections? I'd really like to know more.
Thanks,
Nic0demus.
Hi,
My problem is as follows: I need to generate reports from a Visual Basic app, WITHOUT any dependencies on the client. ie: No OCX's dll's etc. The application follows a three tier design, so the work of getting the data and passing results back is being done in the middle tier.
I'm...
Hi gmshiv,
If you are using the Crystal run time library there are a couple of properties you need to set:
With oRep
.Database.AddADOCommand con, com -> Data source
.AutoSetUnboundFieldSource crBMTName, True -> autobind to recordset fields
.ExportOptions.DestinationType...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.