Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual GenRepoX3 - I just can't make it work.
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00115287
Message ID:
00130943
Views:
24
I just downloaded GenRepoX from your web page yesterday and I'm having the same problem. I'll try the suggestions here and let you know if they help.

There was also a SET STEP ON line in wwwdrv8.prg

>>>>oReport = CreateObject("cReport")
>>>>oReport.LayoutFile = "ClosingRatio.frx"
>>>>oReport.Output = THIS.HTMLFile
>>>>oReport.OutputFormat = "HTML"
>>>>oReport.Print()
>>>
>>>What happens after this line? It should go ahead and print. No further steps needed. Do you get any error messages?
>>>
>>
>> It displays your tag in the upper right hand side of the screen, then gives me the error:
>>
>>
>>Function argument value, type, or count is invalid
>>in the wwwdrv8.prg, line:
>>
>>
>>If I start the debugger, it has the following line highlighted:
>>
>>Local lnOLD_ASCIIRows, lnOLD_ASCIICols
>>
>> So it works up to the oReport.Print() statement, then when it starts to run the report, it fails.
>
>
>This looks OK to me, unless you are not useing VFP.
>
>Try to recompile all the components, like that:
>
>COMPILE GENREPOX.PRG
>COMPILE WWWDRV2.PRP
>COMPILE WWWDRV8.PRP
>
>Hope that works...
>
>Markus
-cjh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform