Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crystal and VFP values
Message
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Title:
Crystal and VFP values
Miscellaneous
Thread ID:
00902593
Message ID:
00902593
Views:
56
I've run into this before and was able to work around it - but - this time can't find a suitable workaround...

If I do this:

lnBegPage = 2
lnEndPage = 2
oRpt.PrintOut(.F.,1,.F., lnBegPage, lnEndPage)

everything works as it is supposed to...

If I do this:

lnBegPage = thisform.txtBegPage.value
lnEndPage = thisform.txtEndPage.value
oRpt.PrintOut(.F.,1,.F., lnLtrBegPage, lnLtrEndPage)

I get "OLE error code 0x80020005: Type mismatch."

The values of thisform.txtBegPage and thisform.txtEndPage are numeric.

Any ideas what's going on???

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform