franklin1232
IS-IT--Management
I would like to be able to have crystal execute a VB program everytime it runs. Our current ERP software only allows one crystal report to be associated with certian functions. They also provide there own viewer that isn't very good. It takes away almost all the useful function in the normal CRViewer. Here is the Idea
Select Case Customer
Case Customer1
Open application /customer1
Case Customer2
Open Applications /customer2
end select
This give me the ability to open any report format based on Customer.
Select Case Customer
Case Customer1
Open application /customer1
Case Customer2
Open Applications /customer2
end select
This give me the ability to open any report format based on Customer.