PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → [MW23] Report on iOS
[MW23] Report on iOS
Iniciado por ARV, 11,oct. 2019 17:33 - No hay respuesta
Miembro registrado
498 mensajes
Popularité : +8 (8 votes)
Publicado el 11,octubre 2019 - 17:33
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