Home General

PDF formfield tab order

How can i change the tab-order in the PDF Form?
Best regards, Olaf

------------------------------------
Win10, Delphi 10.2,
RB 20.01 Build 322 ,
IBObjects 5.11.1 2861,
Firebird 2.5
------------------------------------

Comments

  • Hi Olaf,

    The tab order is controlled by the z-order in ReportBuilder. You can adjust the z-order using the "Bring Forward", "Move Backward" functions when right clicking on an object in the designer.
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • Ah, okay.
    Thanks!
    Best regards, Olaf

    ------------------------------------
    Win10, Delphi 10.2,
    RB 20.01 Build 322 ,
    IBObjects 5.11.1 2861,
    Firebird 2.5
    ------------------------------------
  • Hi, Could you say more about changing the tab order? I understand the Bring Forward or Move Backward part. But it's not clear how to determine the relative z-order of fields.

    For example, in a document, tab moves cursor from FieldA to FieldC to FieldB. Which field(s) do I change z-order to tab from FieldA to FieldB to FieldC?

    Thanks,
    Phil Horst
  • Hi Phil,

    The best place to see the z-order of the components in your report is the Report Tree in the Designer.

    For PDF, the form fields created first (or lower in the z-order) will be tabbed first. For instance, if you would like to tab from FieldA to FieldB to FieldC, you would send FieldC to the back first, then FieldB, and finally FieldA.


    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • Thank you, this clears up my questions.
    Phil
Sign In or Register to comment.