U
urs
I have written the following Script Event Code:
Function Item_Open()
MsgBox "Open"
End Function
Function Item_Send()
MsgBox "Send"
End Function
If I run the Form from within the sevelopment environment I get the two
events fired.
If I save it as an OFT file and start it by double clicking it opens
the form
with the correct content (proofs that it is the rigth file) but no
events are fired (no msgbox).
If I go into th edevelopment mode of the opened form it shoes the
scripts !!
any idea what i am doing wrongly?
Function Item_Open()
MsgBox "Open"
End Function
Function Item_Send()
MsgBox "Send"
End Function
If I run the Form from within the sevelopment environment I get the two
events fired.
If I save it as an OFT file and start it by double clicking it opens
the form
with the correct content (proofs that it is the rigth file) but no
events are fired (no msgbox).
If I go into th edevelopment mode of the opened form it shoes the
scripts !!
any idea what i am doing wrongly?