Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Xfrx
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Re: Xfrx
Divers
Thread ID:
00877775
Message ID:
00877800
Vues:
16
This is a copy from my code:
loSession=EVALUATE([xfrx("XFRX#INIT")])
lnRetVal = loSession.SetParams("pmwo.htm",,.T.,,,,"HTML")
If lnRetVal = 0
   loSession.ProcessReport("pmwo2",,,,,.T.)
   loSession.finalize()
else
   return .F.
endif
I think I copied the use directly from one of the examples in XFRX.

Do you see anything wrong in my code?

>How do you call XFRX in your application? I had the same problem when I called it indirectly.
>
>>When I convert frx report to html format using XFRX library it seems that XFRX requires that the .frx file to be on the disk and not in the .exe.
>>
>>I could not find the answer in the short on-line manual.
>>
>>I would, of course, prefer that the report included in .exe file could be converted. Am I missing some kind of option in FRX or the .frx file has to be on disk?
>>
>>TIA.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform