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
------------------------------------
------------------------------------
Win10, Delphi 10.2,
RB 20.01 Build 322 ,
IBObjects 5.11.1 2861,
Firebird 2.5
------------------------------------
Comments
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.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks!
------------------------------------
Win10, Delphi 10.2,
RB 20.01 Build 322 ,
IBObjects 5.11.1 2861,
Firebird 2.5
------------------------------------
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
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.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Phil