vba - How do I Execute Visual Basic Exe and Crystal report in LAN -
hi have visual basic project exe runs fine on single machine want execute multi user in lan. have used crystal reports in project , database ms acess. please me how run project in lan..
a vb exe client architecture needs installing on each client machine using it. code in exe could/would connect external shared, singular resources on network (such databases, reporting servers etc.) actual exe typically duplicated upon each client computer.
if need users open exe , have run on same machine, could create client shortcuts or use script createobject("application.namehere","servertorunappon") call &/or modify dcom settings app through dcomcnfg tool...
however i'd sugguest instead re-evaluating architecture. possibly turning app better practice web-based or ms access shared mde+mdb solution clients connect to.
Comments
Post a Comment