Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Im looking for some advise
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00341311
Message ID:
00341370
Views:
20
Millicent,

Glad to hear everything worked:

parameters:

Crystal has two options...Parameters which the user must enter at run time, and formulas that you can pass from your form to the object. The Crystal object has a formulas array (zero based) that you load values into.

For insatnce :
formulas(0) = "{@ReportDate} := Date(2000,03,03)" - I think that would be syntax. Please note, the formula MUST be already defined in your Crystal report.

Preview window:
If you have the ActiveX control actually on your form, you won't have to worry about the preview window closing prematurely. But, if you are CREATING the object programmatically, then you may want to assign to a property on the form or a global variable, and then you can explicitly destroy the object.

Hope this helps,

Phil
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform