   
usman New member Username: usman
Post Number: 1 Registered: 03-2005
Rating: N/A Votes: 0 | | Posted on Monday, March 21, 2005 - 09:55 pm: | |
I developed an application using VB6 and Access 97 DB, and implemented report module using Crystal Report 4.6(comes with VB6 package). On a development machine(MS XP, windows 2000 professional), everything worked fine including CR preview and printing as well as DB activities. So using InnoSetup and InnoScript, I made a distribution package including runtime files for VB and CR and tried on a FRESH XP machine(i.e., factory setting. I call test machine). All DB activities worked fine but CR had problems. Right after CrystalReport1.destination=1 CrystalReport1.Action = 1 are executed, series of run time error reports popped up: this method or property ("action","destination") is not supported. Please help how to handle this error on test machine. Usman |