Custom form

  • Thread starter Thread starter KP
  • Start date Start date
K

KP

1. How can i create additional tabs in my custom form.?
for eg: when i click on design form and choose Task, by default i get 10
tabs. I would like to add few more tabs. Is it possible ? If yes how ?


2. Is it possible for me to connect to webservice through the custom form?
 
1) You can't add tabs, but you can use a multipage or tab control on any
page.

2) No, but from a form you could call a COM addin procedure that connects to
a webservice.
 
Back
Top