Hi,

All. Is their a limitation on the number of ActiveX controls that can be displayed or popped up from VB5.0, for instance is this valid code to pop up the crystal report control in the folllowing way:


for iCount=1 to 20
crystalreport.discardsaveddate=true
crystalreport.selectionformula="mycriteria"
crystalreport.printreport
next icount




The above code brings up the report in preview mode one after another. Any suggestion and help will be very much appreciated.