set focus to button on toolbar

Sort:
You are not authorized to post a reply.
Author
Messages
Ragu Raghavan
Veteran Member
Posts: 468
Veteran Member
    I am customizing the AP20.2 screen. One requirement is that, after certain fields have been filled out, to move the cursor to the Add button.I see that the Add button has id="button3" nbr="_l27"..
    So in the Javasript, I tried

    lawForm.positionInField("_l27") and
    lawForm.positionInFieldById("button3")

    Neither seems to work. How do I get this to work ?

    Thanks.

    Ragu
    You are not authorized to post a reply.