Re: Forms error - Rules issue?
- From: bottle <emptybottlechicago@xxxxxxxxx>
- Date: Thu, 30 Apr 2009 08:38:50 -0700 (PDT)
Thanks for your post. I am including the code from the form.
Unfortunately the desginer believes that this is a security issue that
is being controlled by our server, we just cant figure out where to
modify the rules.
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
The page has a MSFlexGrid control. Line 7 sets height on this control.
The security feature is preventing this.
On Apr 28, 4:10 pm, "Sue Mosher [MVP]" <sue...@xxxxxxxxxxxxxxx> wrote:
Seehttp://outlookcode.com/article.aspx?id=67, the section on Blocked
ActiveX Controls.
If you want help with code, you'll need to provide the actual statement. We
have no way of knowing what code line 7 contains.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"bottle" <emptybottlechic...@xxxxxxxxx> wrote in message
news:47c3c4f0-580e-4d3e-8bec-5958c09558f7@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
We contracted a designer to create an outlook form for us. I asked
the designer to summarize what the form is doing which is below.
“The form has a msflex grid component. When the form loads we are
loading data from a sql server and populating this grid. This is the
part that is triggering the security warning.”
We are getting errors and warnings on the client computers (xp box
with office 2003) and cannot figure out where they are coming from. I
am posting in this forum as I believe our server is forcing a policy
that is causing the issue. Problem is that I don’t know how to solve
it. Any assistance would be greatly appreciated. The errors we are
receiving when using the form are listed below. We have an SBS 2003
server w/ service pack 2
Notification
Microsoft Forms
to help prevent malicious code from running, one or more objects in
this form were not loaded. For more information contract you
administrator.
Error
Event Management System
adxoutlookevents_Newinspector.error while opening the new item. Error
returned was could not find the specified object at
microsoft.visualbasic.compilerServices.latebinding.lateget.......
Error
Script Error
Could not find the specified object. Line No:7
.
- Follow-Ups:
- Re: Forms error - Rules issue?
- From: Sue Mosher [MVP]
- Re: Forms error - Rules issue?
- Prev by Date: Re: Custom form created in 2003 won't print since upgrade to 2007
- Next by Date: Re: Custom form created in 2003 won't print since upgrade to 2007
- Previous by thread: Outlook 2007 Forms Assistance
- Next by thread: Re: Forms error - Rules issue?
- Index(es):
Relevant Pages
|