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 » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 19 of 19
Search took 0.03 seconds.
Search: Posts made by: Long Nguyen
Forum: Outlook - Using Forms March 1st 07, 04:35 AM Posted to microsoft.public.outlook.program_forms
Replies: 0
Views: 560
Posted By Long Nguyen
incorrect GAL entry is displayed

(Outlook 2002 sp3)

Hi

I just wonder if anyone came across this problem before. In my custom
Outlook form I have the code below to display the GAL popup entry for an
email. The Outlook displayed...
Forum: Outlook - Using Forms January 9th 07, 03:50 AM Posted to microsoft.public.outlook.program_forms
Replies: 3
Views: 668
Posted By Long Nguyen
convert .oft file as a proper form

I have managed to"convert" the attachment to "proper" form by opening the
email with the attachment, drag and drop the attachment to the public
folder, then change the item's message class to the...
Forum: Outlook - Using Forms January 9th 07, 01:38 AM Posted to microsoft.public.outlook.program_forms
Replies: 3
Views: 668
Posted By Long Nguyen
convert .oft file as a proper form

(Outlook 2002, SP3)

I have an Outlook custom form, public folder based, and it has been working
mostly. When it works a new form instance would be stored in a public
folder. However a user has...
Forum: Outlook - Using Forms August 18th 06, 09:00 AM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 574
Posted By Long Nguyen
Edit Message field

(outlook 2002)

I have a custom form (based on Public folder) for submitting change
requests. Once sent the form is stored in PF and users can edit the form. I
created an Edit button on Page 1 of...
Forum: Outlook - Using Forms August 8th 06, 08:41 AM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 276
Posted By Long Nguyen
out of memory while running custom form

(Outlook 2002 sp3)

I have a vb code in a custom form that run a For ... Next loop to go through
form items in a public folder and checking for a Start Date field in the
item that falls between a...
Forum: Outlook - Using Forms June 20th 06, 03:28 AM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 607
Posted By Long Nguyen
Custom fom in Terminal Services

Thanks Sue for the info.
Long
"Sue Mosher [MVP-Outlook]" wrote in message
...
Yes, but a key .dll won't be installed by default....
Forum: Outlook - Using Forms June 20th 06, 02:33 AM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 607
Posted By Long Nguyen
Custom fom in Terminal Services

Can Outlook custom form run under a Terminal Services session?

I connected to a shared server here using Remote Desktop Connection and ran
Outlook there. It has Outlook 2002 SP3. However When I ran...
Forum: Outlook - Using Forms May 12th 06, 07:10 AM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 467
Posted By Long Nguyen
form cache location on disk

(Outlook 2002 sp2)

On my PC with Outlook 2002 the form cache is in Documents and
Settings/ident/Local Settings/Application
Data/Microsoft/FORMS/frmcache.dat.

However in some PCs also with...
Forum: Outlook - Using Forms May 12th 06, 01:06 AM Posted to microsoft.public.outlook.program_forms
Replies: 0
Views: 738
Posted By Long Nguyen
display vertical scrollbar in a multi-lines text field

(Outlook 2002)
In a custom Outlook form a text field with multi-lines would not have the
vertical scrollbar displayed until you click over it. Is it possible somehow
to always have the vertical...
Forum: Outlook - Using Forms April 13th 06, 03:37 AM Posted to microsoft.public.outlook.program_forms
Replies: 3
Views: 641
Posted By Long Nguyen
date field behaviour

Thanks Sue.

Regards
Long
"Sue Mosher [MVP-Outlook]" wrote in message
...
The date/time fields are all supposed to work with the...
Forum: Outlook - Using Forms April 5th 06, 03:45 AM Posted to microsoft.public.outlook.program_forms
Replies: 3
Views: 641
Posted By Long Nguyen
date field behaviour

More on this - The start and end time fields in the Appoitment form seems to
work ok, ie. Outlook would convert a "1700" input to 5:00PM. I just wonder
how it is implemented. Any extra programming...
Forum: Outlook - Using Forms April 5th 06, 02:53 AM Posted to microsoft.public.outlook.program_forms
Replies: 3
Views: 641
Posted By Long Nguyen
date field behaviour

(outlook 2002, sp1)

In my custom form I created a date field with format hh:mm PM (that is
displaying only the time, not the date). When I entered 1700 (without . or
:) it displayed 8:00AM...
Forum: Outlook - Using Forms April 3rd 06, 06:48 AM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 682
Posted By Long Nguyen
Error code returned when users say No to security prompt

Thanks again Sue.

Regards
Long
"Sue Mosher [MVP-Outlook]" wrote in message
...
Perhaps the best approach is not to worry about...
Forum: Outlook - Using Forms March 30th 06, 09:27 AM Posted to microsoft.public.outlook.program_forms
Replies: 0
Views: 429
Posted By Long Nguyen
How to add scroll barto multiline text box

(outlook 2002; sp2)
My outlook custom form has a number of multiline text boxes. A multiline
text box will not show a scroll bar until the user clicks in the control. Is
there anyway to put the...
Forum: Outlook - Using Forms March 30th 06, 08:44 AM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 986
Posted By Long Nguyen
savemode in Close method

thanks Sue.
regards
"Sue Mosher [MVP-Outlook]" wrote in message
...
When in doubt, check the object browser: Press ALt+F11 to...
Forum: Outlook - Using Forms March 30th 06, 02:56 AM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 986
Posted By Long Nguyen
savemode in Close method

(Outlook 2002, sp2)
The Close method has SaveMode as its parameter. The Microsoft VB online help
text lists the available SaveMode for VBA (olDiscard, olPromptForSave,
olSave), but I am working...
Forum: Outlook - Using Forms March 30th 06, 02:51 AM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 682
Posted By Long Nguyen
Error code returned when users say No to security prompt

(Outlook 2002 sp2)
I am putting in vbscript code in my custom form to handle the case where
users said "No" to security prompt. The examples given in
www.outlookcode.com check for Err = 287,...
Forum: Outlook - Using Forms March 13th 06, 06:57 AM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 416
Posted By Long Nguyen
font used in form

I think the problem I had was because in the form design I used the Tempus
Sans ICT font and this font was not available on users's PC, and so Outlook
used the Tahoma font instead. I have now...
Forum: Outlook - Using Forms March 13th 06, 03:07 AM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 416
Posted By Long Nguyen
font used in form

(Outlook 2002, sp-2 )
I have designed a custom form with field labels having the font Tempus Sans
ITC. However when a user open the form on their PC they see a different
font (looked like Tahoma)....
Showing results 1 to 19 of 19

 
Forum Jump

All times are GMT +1. The time now is 05:16 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.