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

Public Calendar Form and Printing



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 1st 06, 07:02 PM posted to microsoft.public.outlook.program_forms
JoeS
external usenet poster
 
Posts: 3
Default Public Calendar Form and Printing

I have created custom form for a Public calendar. Which I have some checkbox
yes/no fields.
For Example (Need Tables check for yes.) When I print that appointment the
fields shows a 0 or -1.
Is there away to have it print yes or no. I have tried yes/no and Icon format

I was told from Sue Mosher, Outlook MVP The following below

(Those are the values stored for Yes/No fields. If you want to show
something else, you'll need to write code to use the text "Yes" when the
value is -1, etc/.)

I'm looking for help with this coding.
As my Exec Director likes the form but thinks the -1 on the printout is
confusing.



  #2  
Old June 1st 06, 07:09 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Public Calendar Form and Printing

I think my response that you quoted was in response to someone who was using VBScript code behind the form to send the data to Word for printing. It's not at all clear from your post how you're printing the form.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"JoeS" wrote in message ...
I have created custom form for a Public calendar. Which I have some checkbox
yes/no fields.
For Example (Need Tables check for yes.) When I print that appointment the
fields shows a 0 or -1.
Is there away to have it print yes or no. I have tried yes/no and Icon format

I was told from Sue Mosher, Outlook MVP The following below

(Those are the values stored for Yes/No fields. If you want to show
something else, you'll need to write code to use the text "Yes" when the
value is -1, etc/.)

I'm looking for help with this coding.
As my Exec Director likes the form but thinks the -1 on the printout is
confusing.



  #3  
Old June 1st 06, 10:11 PM posted to microsoft.public.outlook.program_forms
JoeS
external usenet poster
 
Posts: 3
Default Public Calendar Form and Printing

Hi Sue :

To clarify: I have created a custom appointment form for our facility Use
where our Facilites Manager can post to a room to help with setting up for an
event.

I have some check boxes for example ( need tables check for yes). My
Executive Director likes the form but when we use Outlook 2003 to print the
custom appointment in memo style the check boxes print 0 or -1 the data
stored in those fields. My Exec Dir thinks that is too confusing and would
like it to say yes or no .

Is there a way to have the memo change that field to yes or no or is there
a better way.

"Sue Mosher [MVP-Outlook]" wrote:

I think my response that you quoted was in response to someone who was using VBScript code behind the form to send the data to Word for printing. It's not at all clear from your post how you're printing the form.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"JoeS" wrote in message ...
I have created custom form for a Public calendar. Which I have some checkbox
yes/no fields.
For Example (Need Tables check for yes.) When I print that appointment the
fields shows a 0 or -1.
Is there away to have it print yes or no. I have tried yes/no and Icon format

I was told from Sue Mosher, Outlook MVP The following below

(Those are the values stored for Yes/No fields. If you want to show
something else, you'll need to write code to use the text "Yes" when the
value is -1, etc/.)

I'm looking for help with this coding.
As my Exec Director likes the form but thinks the -1 on the printout is
confusing.




  #4  
Old June 5th 06, 04:07 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Public Calendar Form and Printing

You could put create formula fields with formulas that return the strings Yes and No and place them on a hidden page. In the Properties dialog for those text box controls and for the check boxes, you can choose whether or not that field appears in printouts and saves.

For other solutions, see http://www.outlookcode.com/d/customprint.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"JoeS" wrote in message ...
Hi Sue :

To clarify: I have created a custom appointment form for our facility Use
where our Facilites Manager can post to a room to help with setting up for an
event.

I have some check boxes for example ( need tables check for yes). My
Executive Director likes the form but when we use Outlook 2003 to print the
custom appointment in memo style the check boxes print 0 or -1 the data
stored in those fields. My Exec Dir thinks that is too confusing and would
like it to say yes or no .

Is there a way to have the memo change that field to yes or no or is there
a better way.

"Sue Mosher [MVP-Outlook]" wrote:

I think my response that you quoted was in response to someone who was using VBScript code behind the form to send the data to Word for printing. It's not at all clear from your post how you're printing the form.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"JoeS" wrote in message ...
I have created custom form for a Public calendar. Which I have some checkbox
yes/no fields.
For Example (Need Tables check for yes.) When I print that appointment the
fields shows a 0 or -1.
Is there away to have it print yes or no. I have tried yes/no and Icon format

I was told from Sue Mosher, Outlook MVP The following below

(Those are the values stored for Yes/No fields. If you want to show
something else, you'll need to write code to use the text "Yes" when the
value is -1, etc/.)

I'm looking for help with this coding.
As my Exec Director likes the form but thinks the -1 on the printout is
confusing.




 




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
How to keep Post Form anonymous when printing or saving? andreag Outlook - Using Forms 1 May 11th 06 06:29 PM
Printing Contacts in Booklet form DJ Outlook - Using Contacts 3 April 11th 06 01:59 AM
Custom Form Printing Francine Otterson Outlook - Using Forms 12 March 20th 06 09:33 PM
Word error when printing Outlook form Martin Outlook - Using Forms 0 March 1st 06 01:04 PM
Custome form not printing when sent mduschner Outlook - Using Forms 3 February 6th 06 11:42 PM


All times are GMT +1. The time now is 11:35 AM.


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.