A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Form Issues3



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 10th 06, 08:52 PM posted to microsoft.public.outlook.program_forms
Snake_Plisken
external usenet poster
 
Posts: 7
Default Form Issues3

Thanks for all the help I have received. I do have 1 more issue with the IT
Work Order form I'm creating. I've created the form in Office/Outlook 2003.
I'm experiencing difficulties in printing the form and receiving completed
fields when sent from a computer that is using Outlook 2000. First, I have
installed the XPrint utility (WYSIWYG). Followed the instructions to the
letter. Edited the VBScript as shown:

Dim objInsp
Dim odjPage1
Dim objXPrint1

Function Item_Open()
Set objInsp = Item.GetInspector
Set objPage1 = objInsp.ModifiedFormPages("General")
Set objXPrint1 = objPage1.XPrint1
objXPrint1.Preview = True
objXPrint1.Controls = objPage1.Controls
End Function

Sub cmdPrint_Click()
objXPrint1.Printform
End Sub

Dragged the XPrint Control from the Control Toolbox to the message (General)
page. Added the Print Command button to the P.2 page as instructed. And then
edited the VBScript.
However when I access the form now I get the error "Script Error--Object
required: 'objPage1'--Line No:8". And when I try to print the form I get the
error "Object required: objXPrint1". The form still prints, but a few of the
Captions are not displayed entirely (ex., Cell Phone caption prints as Cell).
How can I get rid of the error messages and have form print correctly??

When someone using Outlook 2000 accesses the form they get the error: "Could
not load an object because it is not available on this computer" Now, the
message they get is understandable because I did not install the utility on
their machines because they will not have to print. But can I get rid of this
error??
Also, when the 2000 user sends to me (2003-user), the form comes in blank.
However, when it is sent from a 2003 user to me the fields are all filled
with the information the sender typed. Is it possible that we can't use the
form across different versions of Outlook?? Is there a patch or update to
resolve this issue?
Does anyone have any suggestions to solve these issues??
All replies much appreciated.
 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom Form - Receiver replies and form is gone, message body is b Kozlik Outlook - Using Forms 16 July 14th 06 10:32 PM
Is it possible to open the default Contact form with the Activities tab activated from a custom form? VSTO 2005, Outlook 2003 David Webb Outlook and VBA 1 June 20th 06 10:59 PM
OL2003 - can you auto-fill a singel new contact form with online form data TimR Outlook - Using Contacts 1 February 15th 06 02:43 PM
Outlook opens Form as Email message, not Form [email protected] Outlook - General Queries 2 January 26th 06 10:54 PM
I send an Outlook custom form, but a std. form displays? Sue Mosher [MVP-Outlook] Outlook - Using Forms 0 January 20th 06 08:41 PM


All times are GMT +1. The time now is 08:25 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.