PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → [MW23] Report on iOS
[MW23] Report on iOS
Started by ARV, Oct., 11 2019 5:33 PM - No answer
Registered member
498 messages
Popularité : +8 (8 votes)
Posted on October, 11 2019 - 5:33 PM
Hi,

I'm trying to create a report on iOS but it doesn't show anyting on my report.
I link it with a Query and a table of HFSQL but I have the same problem.

if I use a table of HFSQL, before the print I save data with a for
Then I use the following code:

sFileis string = fCurrentDir+fSep+SysDateTime()+".pdf"
iDestination(iGenericPDF,sFile)
iPrintReport(RPT_Test)


but it only show the lines of my report but nothing more, not even the titles of my report nothing.
I'm not sure what it's happening.

I have the last version of XCode.

Thanks!

--
Best Regards
ARV