Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GenRepoX HTML
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00297156
Message ID:
00297158
Views:
35
>Hello,
>
>I am having some problems with the GenRepoX program and looking for some help.
>
>All I want to do is output a standard VFP report to an HTML file.
>
>I downloaded both the 3.0 GenRepoX and the beta HTLM drivers and have them in the same directory. I open a single table and create a simple VFP report called "report1".
>
>Then I run:
>
>=GenRepoX("Report Form REPORT1 to file Test.htm HTML")
>
>I keep getting error saying "function argument value invalid" from the wwwdrv8.prg file on all lines that start with "LOCAL"
>
>Any Ideas?
>
>Thanks,
>
>Jeff

There are some issues with that driver. All the fields should be text format to avoid problems (not all of them cause trouble, but anyway...).

I think the date fields are most critical. So instead of just using "mytable.datefield", try "DToC(mytable.datefield)".

Regards,
Markus




Markus Egger
President, EPS Software Corp
Author, Advanced Object Oriented Programming with VFP6
Publisher, CoDe Magazine
Microsoft MVP since 1995
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform