PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → [MW23] Report on iOS
[MW23] Report on iOS
Iniciado por ARV, out., 11 2019 5:33 PM - Sem resposta
Membro registado
498 mensagems
Popularité : +8 (8 votes)
Publicado em outubro, 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