Security exception while opening custom outlook form

  • Thread starter scc.wo5@gmail.com
  • Start date
Status
Not open for further replies.
S

scc.wo5@gmail.com

While opening custom outlook form(appointment form), the following

message is thrown and the msflxgrd.ocx used to display grid is not

shown up.

Exception message :"To help prevent malicious code from running, one

or more objects in this form were not loaded. For more information,

contact your administrator."

The code used in form is as below:

Function Item_Open()

Set Page = GetInspector.ModifiedFormPages("Event Details")

Page.Controls("dtAnnouncement").height=17

Page.Controls("dtAnnouncement").width=105

Page.Controls("dtAnnouncement").value = Date()

Page.Controls("msfgArtist").height=99

Page.Controls("msfgArtist").width=463

Page.Controls("msfgPromotion").height=99

Page.Controls("msfgPromotion").width=463

End Function

Can anyone pls throw some light on this?
 
Please see your earlier thread on this topic.

Sue Mosher

<scc.wo5@gmail.com> wrote in message

news:f2df80f9-738c-474b-b37e-4aef53b329b9@d38g2000prn.googlegroups.com...
> While opening custom outlook form(appointment form), the following
> message is thrown and the msflxgrd.ocx used to display grid is not
> shown up.
> Exception message :"To help prevent malicious code from running, one
> or more objects in this form were not loaded. For more information,
> contact your administrator."

> The code used in form is as below:

> Function Item_Open()
> Set Page = GetInspector.ModifiedFormPages("Event Details")

> Page.Controls("dtAnnouncement").height=17
> Page.Controls("dtAnnouncement").width=105
> Page.Controls("dtAnnouncement").value = Date()

> Page.Controls("msfgArtist").height=99
> Page.Controls("msfgArtist").width=463

> Page.Controls("msfgPromotion").height=99
> Page.Controls("msfgPromotion").width=463

> End Function

> Can anyone pls throw some light on this?
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
DoctorJellybean Windows Security Credentials appears once a day Using Outlook 2
noshairwan Registry cannot be found, Outlook Security Using Outlook 2
J Is it no longer possible to suppress Outlook 2019 Invalid Certificate name mismatch security alert via Registry? Using Outlook 1
D Security patch seems to kill vbscript on Enterprise Level Outlook VBA and Custom Forms 4
M 3rd Party Certificate now Security Alert Exchange Server Administration 2
Diane Poremsky Outlook Email Security Update Using Outlook 0
J Customize Attachement Security Warning Using Outlook 1
I Microsoft Security Update KB3097877 Using Outlook 14
Diane Poremsky The security certificate is not from a trusted certifying authority Using Outlook 0
smokiibear windows security mail application not accepting username and password Using Outlook 0
B Outlook Anywhere vs Activesync and Enterprise Security Exchange Server Administration 8
Commodore Skype and contacts security/privacy Using Outlook 1
E email security (backups) Using Outlook 2
A "Microsoft Exchange Add-In" (UmOutlookAddin.dll) + Outlook Security Form ... Using Outlook 4
T Outlook 2007 SSL selfsigned certificate how to stop security popup everytime? Using Outlook 10
T Outlook 2013, McAfee Security Suite and SMTP/POP3 Using Outlook 3
D Windows Security Using Outlook 1
D Outlook Security Question Using Outlook 3
C Security Question - How to prevent users exporting .iaf files Using Outlook 5
G Security-enabled Distro Group Members Can't Access Associated Group Mailbox Using Outlook 1
B 2003 >> 2010 outlook today security changes (Iframes? Href?) Using Outlook 1
H Microsoft outlook security notice Using Outlook 2
B Re: The server you are connected to is using a security certificate that could not be verified. The Using Outlook 4
L Need to Override Outlook 2007's security Outlook VBA and Custom Forms 1
R outlook macro security issue Outlook VBA and Custom Forms 3
J Using Group Policy to control Outlook security/attachments behaviour Outlook VBA and Custom Forms 1
R Programmatic Access Security Pop up with Wordeditor Outlook VBA and Custom Forms 6
T How to get MailItem.Body without security warning in Outlook 2010 Outlook VBA and Custom Forms 2
R Application_ItemSend not firing even with low security Outlook VBA and Custom Forms 1
J Outlook 2003 macro security problem Outlook VBA and Custom Forms 6
C security window Outlook VBA and Custom Forms 1
J Security Restriction Seriously Hampers Outlook Automation Outlook VBA and Custom Forms 1
N Custom Task form - security Outlook VBA and Custom Forms 5
P Outlook security prompt after installing Add-in Outlook VBA and Custom Forms 3
H How turn off outlook security warning dialog box from outlook Outlook VBA and Custom Forms 1
P Stopping that security warning Outlook VBA and Custom Forms 1
S how to disable security message in save attachments macro "A programis trying to access e-mail addre Outlook VBA and Custom Forms 5
C how to disable outlook security messages Outlook VBA and Custom Forms 1
M EMail viewing security levels BCM (Business Contact Manager) 1
C Problem accessing events for folder "username" Server Threw Exception Using Outlook 1
A Exception message: MapiExceptionLogonFailed: Unable to open message store Exchange Server Administration 1
A Unhandled exception: picture argument should be an image BCM (Business Contact Manager) 0
N _MailItem->GetSendOn(&date) throws an exception Outlook VBA and Custom Forms 1
T exception when I call ActiveDocument.Range(0,0).Editors.Add(-1) Outlook VBA and Custom Forms 2
M Exception from HRESULT: 0x8007000E (E_OUTOFMEMORY) Outlook VBA and Custom Forms 3
N Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT)) Outlook VBA and Custom Forms 1
L Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT)) Outlook VBA and Custom Forms 1
R vba rule exception "except with specific words in the sender's add Outlook VBA and Custom Forms 2
C IMapiSession exception: Specified cast is not valid Outlook VBA and Custom Forms 1
J E-mail held in Outbox while Minimized Using Outlook 3

Similar threads

Back
Top