Switch page on opening of form

T

tombo

I know it's not possible to modify the fields on the
first page of a task form. However, if I could write a
script to move the user to page 2 of the form on form
opening, then I could create the impression of a custom
first page. Any suggestions on the best way to do this?
Thanks.
 
R

Rainer Schwenkreis

Hello,

tombo said:
I know it's not possible to modify the fields on the
first page of a task form. However, if I could write a
script to move the user to page 2 of the form on form
opening, then I could create the impression of a custom
first page. Any suggestions on the best way to do this?
Thanks.

Item.GetInspector.SetCurrentFormPage "Name of the Page"
should do the trick.

Greetings
 
N

Natarajan

Hi Tombo,

Use this :
Item.GetInspector.SetCurrentFormPage("Custom tab name")
within Item_open event.

Regds
Natarajan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top