This topic is locked

Control Tab of Fields

8/30/2007 11:50:20 AM
ASPRunnerPro General questions
K
KingDean author

How do i control the tab order of fields on in Asprunner 5.0

Sergey Kornilov admin 8/30/2007
L
luic 4/25/2008

I know I can use tabindex to control the tab order. However, how can I change the template or using visual editor to include the taborder tag? The template has its own syntax and language like "{build_edit_control field="Client_First_Name" mode="add" value=$value_Client_First_Name}". How can I override this syntax to include tabindex?
Chris.

Sergey Kornilov admin 4/25/2008

Chris,
this is not possible without generated code modification.

L
luic 4/25/2008

Thanks. Where can I modify the generated code? It seems the control is generated on the fly. I can't insert the tabindex in the html file created.
Chris.

Sergey Kornilov admin 4/26/2008

Chris,
check BuildEditControl function in include/commonfunctions.asp file.