Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > I need help - I can help
  New Posts New Posts RSS Feed - List of form fields
  FAQ FAQ  Forum Search   Register Register  Login Login

List of form fields

 Post Reply Post Reply
Author
Message
Maurizio View Drop Down
Beginner
Beginner


Joined: 04 Jun 09
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote Maurizio Quote  Post ReplyReply Direct Link To This Post Topic: List of form fields
    Posted: 18 Jun 09 at 11:35AM
Hi all,
which functions I must use in order to know titles of each form fields ?
There is an example ?
Thank you.
 
                     Maurizio
Back to Top
Ingo View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 29 Oct 05
Status: Offline
Points: 3530
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ingo Quote  Post ReplyReply Direct Link To This Post Posted: 18 Jun 09 at 11:53AM
Hi Maurizio!

There's a special section in the online documentation having to do with formfields.
It's very easy ... perhaps you should read it ;-)

Here a small sample:

       QP.LoadFromFile(xFileName);
       ffc := QP.FormFieldCount;

       if ffc > 0 then
       begin

       for i := 1 to ffc do
           begin
              nffy  := QP.GetFormFieldType(i);
              nfft  := QP.GetFormFieldTitle(i);
              nffc  := QP.GetFormFieldCaption(i);
              nffv  := QP.GetFormFieldValue(i);
             
//            here you can do something with the values ...
              
           end; // for i := 1 to ffc do ...

      end; // if ffc > 0 then ...

Cheers, Ingo



Edited by Ingo - 18 Jun 09 at 11:55AM
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. AboutContactBlogSupportOnline Store