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:
00115326
Views:
17
>I added GenRepoX3 (Visual) to my current CBMM project. In a method I added the following code:
>
>oReport = CreateObject("cReport")
>oReport.LayoutFile = "ClosingRatio.frx"
>oReport.Output = THIS.HTMLFile
>oReport.OutputFormat = "HTML"
>oReport.Print()
>
>RepoStrng = "REPORT FORM ClosingRatio.frx TO FILE " + THIS.HTMLFile + " HTML"
>
>=GenRepoX("&RepoStrng")

Doesn't oReport.Print() work?

Do the steps from the command line... you can get feedback one at a time that way. Did you add the .PRG and the class library then do main while you were in debug mode so that the metadata would be rebuilt?

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform