K
kghammond
Hello,
We are trying to make a custom form that defaults to using the
following phone selectors:
Company
Business
Mobile
Fax
I tried the following using the script code in form designer, but i am
having mixed results.
Function Item_Open()
Item.UserProperties("Phone 1 Selector") = 0
Item.UserProperties("Phone 2 Selector") = 2
Item.UserProperties("Phone 3 Selector") = 4
Item.UserProperties("Phone 4 Selector") = 5
End Function
Can anyone shed some light on the correct way to do this, or a better
solution to accomplish our goal?
Thank you,
Kevin
We are trying to make a custom form that defaults to using the
following phone selectors:
Company
Business
Mobile
Fax
I tried the following using the script code in form designer, but i am
having mixed results.
Function Item_Open()
Item.UserProperties("Phone 1 Selector") = 0
Item.UserProperties("Phone 2 Selector") = 2
Item.UserProperties("Phone 3 Selector") = 4
Item.UserProperties("Phone 4 Selector") = 5
End Function
Can anyone shed some light on the correct way to do this, or a better
solution to accomplish our goal?
Thank you,
Kevin