P
Pieman
I have created a custom form which is being publish to the Exchange Org forms
library with some code that is using the advanced properties "tag" field of a
command button control and using this to hyperlink to a document on my
website, however this button is not working when published and read by the
recipient.
the command button is on the read page of the page named "message", the code
is as follows: -
Sub CommandButton1_Click()
Set objWeb = CreateObject("InternetExplorer.Application")
objWeb.Navigate Item.GetInspector.ModifiedFormPages _
("Message").Controls("CommandButton1").Tag
End Sub
The Form properties "send form defination with item" is NOT checked, so I am
assuming that this cannot be causing the problem, is the read page of the
message named differently to the compose page, could this be the reason why.
Can anyone explain why this command button no longer works???
library with some code that is using the advanced properties "tag" field of a
command button control and using this to hyperlink to a document on my
website, however this button is not working when published and read by the
recipient.
the command button is on the read page of the page named "message", the code
is as follows: -
Sub CommandButton1_Click()
Set objWeb = CreateObject("InternetExplorer.Application")
objWeb.Navigate Item.GetInspector.ModifiedFormPages _
("Message").Controls("CommandButton1").Tag
End Sub
The Form properties "send form defination with item" is NOT checked, so I am
assuming that this cannot be causing the problem, is the read page of the
message named differently to the compose page, could this be the reason why.
Can anyone explain why this command button no longer works???