-
Junior Member
Convert RDF to PDF
Hai all,
i have a requirement that i want to call report through forms that i did it. but i want to convert that rdf to pdf but it should not be visible to the user and save that pdf.
Thanks in Adv
-
Re: Convert RDF to PDF
what do u mean by it should not be visible to the user ? and if it is not visible how to save that pdf. where it willl be saved.
-
Junior Member
Re: Convert RDF to PDF
use following code to save ur .pdf generated after calling a record from a from:-
fname := :report_directory||'\'||:report_id||'.pdf';
host('cmd /c '||fname);
Thanks and Regards,
Ritesh Kumar
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules