Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Titre:
Divers
Thread ID:
00918779
Message ID:
00919057
Vues:
8
There could be a couple of things causing this.

1) Binary data isn't supported in the HTML (I don't know if this will be lifted or not). Note: I'm not talking about different scripts (regional characters), I'm talking about (for example) running your SET("RESO",1) binary data field through the XSLT.

2) The public beta build has a couple of bugs related to summary and group footer bands. If this is where your entire report is, this could cause it.

3) If your whole report is general fields or (not likely (images using image control references), I'm not sure how well that's supported in your build

4) Could be a currently-unknown issue!

Try something for me please:
DO (_REPORTOUTPUT) WITH 4 
* XML, not HTML

WITH _oReportOutput["4"] 

 .includeBandsWithNoObjects = .T. 
 .includeFormattingInLayoutObjects = .T.
 .TargetFileName = "c:\temp\x.xml" && or whatever

ENDWITH

REPORT FORM ? OBJECT TYPE 4
* use same report as before

MODI FILE x.xml
... is the file there?

Can you check and see if it is wellformed XML (try loading it in IE or an XML editor?

If the file is there at all, whether well-formed or not, and you zip and send it to me, I will check to see what the cause is and let you know.

Thanks for testing,

>L<

>L<
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform