Print Page | Close Window

Form Fields

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=1466
Printed Date: 19 Sep 25 at 11:59AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Form Fields
Posted By: mariovermeulen
Subject: Form Fields
Date Posted: 02 Jun 10 at 9:26AM
Hi
 
I am using the following code to fill some form fields:
 
     QP.SetFormFieldValueByTitle('form1[0].#pageSet[0].Page1[0].Header[0].InvoiceNumber[0]',XMLInvoice.InvoiceHeader.Dokument.DokumentNumber);
 
when reading later with
 
 Memo1.Lines.Add('Form Field "form1[0].#pageSet[0].Page1[0].Header[0].InvoiceNumber[0]" Value : ' +  QP.GetFormFieldValueByTitle('form1[0].#pageSet[0].Page1[0].Header[0].InvoiceNumber[0]'));
 
I get the value that i set previously but when viewing with adobe reader i cannot see any values in the fields. what am i doing worng?
 
Regards
 
Mario



Replies:
Posted By: Ingo
Date Posted: 02 Jun 10 at 9:18PM
Hi Mario!

Why not using the search-functionality (above)?
Try this one:
http://www.quickpdf.org/forum/save-value-to-field-form_topic1447_post6502.html?KW=SetFormFieldValue#6502

Cheers, Ingo




Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk