|
-
November 17th, 2000, 10:28 AM
#1
No. of Objects
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|