Has anyone used this class before. I have just started to play around with it. I added the following code:
oF2W=NEWOBJECT("frx2word","msoexp"
oF2W.SaveFolder="C:\testword\"
oF2W.DOC_FileName="Wordout.doc"
oF2W.ReportHome="C:\MyApp" && Optional (new to 1.5)
nSuccess=oF2W.ReportForm("TestRep"
I get errors in fox2Word.ReportForm and Fox2Word.PlaceItem saying that Alias not found. I get the layout of the report with all the lables and textboxes and stuff, but no data. Any Ideas??
Thanks
oF2W=NEWOBJECT("frx2word","msoexp"
oF2W.SaveFolder="C:\testword\"
oF2W.DOC_FileName="Wordout.doc"
oF2W.ReportHome="C:\MyApp" && Optional (new to 1.5)
nSuccess=oF2W.ReportForm("TestRep"
I get errors in fox2Word.ReportForm and Fox2Word.PlaceItem saying that Alias not found. I get the layout of the report with all the lables and textboxes and stuff, but no data. Any Ideas??
Thanks