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 25 of 29
Search took 0.04 seconds.
Search: Posts made by: Oskar Vaia
Forum: Outlook - Using Forms September 10th 08, 07:11 PM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 234
Posted By Oskar Vaia
Outlook 2003: new Task-Form

Hi,

i have created a new task-form in Outlook 2003.
Into it i have inserted a MEMO-field. Is it possible to insert a link to a
pdf-document or the pdf-document in this field?

Regards

Oskar
Forum: Outlook - Using Forms August 13th 08, 08:38 AM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 470
Posted By Oskar Vaia
Determine the source from an item with VB.Script

Hy,

i use Outlook 2003.
Is it possible to determine with VB.Script, if the opened item (in my
example a taskitem) comes from a shared folder or from the own task-folder?

bye

Oskar
Forum: Outlook - Using Forms November 16th 07, 09:39 AM Posted to microsoft.public.outlook.program_forms
Replies: 7
Views: 723
Posted By Oskar Vaia
Outlook 2003: Prevent message when set reminder-time for a task

Hi Sue,

i have do what you suggest me.
The problem isn't the content of the variable CB5Source; the problem is,
that the memoryload increases more than when i don't move the items from one
folder...
Forum: Outlook - Using Forms November 14th 07, 10:58 AM Posted to microsoft.public.outlook.program_forms
Replies: 7
Views: 723
Posted By Oskar Vaia
Outlook 2003: Prevent message when set reminder-time for a task

Hi Sue,

i try to illustrate my problem for new:
(sorry, but my english is not so good; maybe it will helps to learn it
better if i frequently will write here in the newsgroup. :-) )

Well: my...
Forum: Outlook - Using Forms November 13th 07, 04:51 PM Posted to microsoft.public.outlook.program_forms
Replies: 8
Views: 400
Posted By Oskar Vaia
Forum: Outlook - Using Forms November 13th 07, 09:56 AM Posted to microsoft.public.outlook.program_forms
Replies: 7
Views: 723
Posted By Oskar Vaia
Outlook 2003: Prevent message when set reminder-time for a task

Hi Sue,

thx for the tip. I can resolve the problem with the move-method. ;-)
But one question:

My personalized Outlook-form starts by click a button (VB-Script) a
vb.net-application.

Here the...
Forum: Outlook - Using Forms November 12th 07, 05:23 PM Posted to microsoft.public.outlook.program_forms
Replies: 8
Views: 400
Posted By Oskar Vaia
Exchange 2003 / Outlook 2003: Personalized form with button

Yes.
Can you please help me to accomplish this?
Exists an administrative template where i can set the relative properties
for the group policiy, at first for this property
"Allow script in shared...
Forum: Outlook - Using Forms November 12th 07, 03:47 PM Posted to microsoft.public.outlook.program_forms
Replies: 7
Views: 723
Posted By Oskar Vaia
Outlook 2003: Prevent message when set reminder-time for a task

Hi,

i have develop an Add-In which save tasks in a non primary task-folder.
I use the Outlook-Object-Modell (MAPI) to save the tasks.
Always when my application save a task with a remindertime, a...
Forum: Outlook - Using Forms November 12th 07, 03:39 PM Posted to microsoft.public.outlook.program_forms
Replies: 8
Views: 400
Posted By Oskar Vaia
Exchange 2003 / Outlook 2003: Personalized form with button

Hi Sue,

You can control the setting, however, with Group Policy Objects.
so i can prevent the setting for

"Allow script in shared folders"

with Group Policy Objects? Have i understand...
Forum: Outlook - Using Forms November 12th 07, 02:03 PM Posted to microsoft.public.outlook.program_forms
Replies: 8
Views: 400
Posted By Oskar Vaia
Exchange 2003 / Outlook 2003: Personalized form with button

Hi Sue,

thx for the answer. This is what i need.
I have found the setting to do in Outlook.
Only one question: if i want it more securelly, can i do something with a
script?
Because if a user...
Forum: Outlook - Using Forms November 12th 07, 11:00 AM Posted to microsoft.public.outlook.program_forms
Replies: 8
Views: 400
Posted By Oskar Vaia
Exchange 2003 / Outlook 2003: Personalized form with button

Hi,

i have create a personalized task-form with one button and check-boxes.
Only the user 'x' where the form is installed on his client-pc (in his
Outlook-mailbox - task-folder), can click on the...
Forum: Outlook - Using Forms October 31st 07, 10:34 AM Posted to microsoft.public.outlook.program_forms
Replies: 4
Views: 447
Posted By Oskar Vaia
Outlook 2003: Personalized form with VB-Script and VB.NET

Hi Sue,

many thx for the tip. I have resolved the problem in similar way.
I set a global variable in the item_open event. This event only fires if i
open the task in outlook and not when i sets...
Forum: Outlook - Using Forms October 30th 07, 06:12 PM Posted to microsoft.public.outlook.program_forms
Replies: 4
Views: 447
Posted By Oskar Vaia
Outlook 2003: Personalized form with VB-Script and VB.NET

Hi Sue,

yes, the user normally would be able to change MB1 manually and the VBScript
code needs to handle any changes in MB1, too.

thx and bye

Oskar
Forum: Outlook - Using Forms October 30th 07, 09:10 AM Posted to microsoft.public.outlook.program_forms
Replies: 4
Views: 447
Posted By Oskar Vaia
Outlook 2003: Personalized form with VB-Script and VB.NET

Hi,

in my own personalized task-form i have amongst others some VB-Script-code
for the "Item_CustomPropertyChange"-event.
This event will triggered when i insert or change values on my...
Forum: Outlook - Using Forms October 20th 07, 09:37 AM Posted to microsoft.public.outlook.program_forms
Replies: 0
Views: 343
Posted By Oskar Vaia
outlook 2003/2007: item.save

Hi,

here the code were i have implement the "item.save"-command:

---
Sub Item_CustomPropertyChange(ByVal Name)
if CB5Source = 0 then

Dim RetMsgBox
Select Case Name
Forum: Outlook - Using Forms October 20th 07, 08:49 AM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 533
Posted By Oskar Vaia
Exchange 2003/Outlook 2003: VBScript-Error in personalized form

Hi Sue,

thx for your tip.
I have found the error and it was so a stupid error.

Look he
---
Sub Item_CustomPropertyChange(ByVal Name)
if CB5Source = 0 then
Forum: Outlook - Using Forms October 19th 07, 05:44 PM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 533
Posted By Oskar Vaia
Exchange 2003/Outlook 2003: VBScript-Error in personalized form

Hi,

i'm developing a new personalized taskform.
The form has worked without problems until today morning.

Now on passing the follow code-section
---
sub commandbutton6_click()
Dim...
Forum: Outlook - Using Forms October 17th 07, 05:05 PM Posted to microsoft.public.outlook.program_forms
Replies: 0
Views: 185
Posted By Oskar Vaia
Exchange/Outlook-Synchronization programatically

hi,

i use Exchange 2003 and Outlook 2003.
I'm developing an application in VB.NET.
My question:
When i insert data in a taskform in Outlook 2003, they aren't immediately in
the Exchange-Store.
But...
Forum: Outlook - Using Forms October 17th 07, 03:57 PM Posted to microsoft.public.outlook.program_forms
Replies: 0
Views: 223
Posted By Oskar Vaia
Exchange 2003 and Outlook 2003: Conflicts on taskitem

Hi,

i have develop a webservice which write date in a taskitem. the webservice
run on a windows 2003 R2 server and works fine.
when i launch the webservice (with a button) from a personalized...
Forum: Outlook - Using Forms October 17th 07, 10:02 AM Posted to microsoft.public.outlook.program_forms
Replies: 3
Views: 79
Posted By Oskar Vaia
Exchange 2003: Get "PR_URL_COMP_NAME"-Value with VBS

Hi Sue,

sorry for the missing info.
I use Outlook Version 2003 and Outlook Version 2007.
I need the Value on both Outlook-versions.

thx and bye

Oskar
Forum: Outlook - Using Forms October 16th 07, 06:38 PM Posted to microsoft.public.outlook.program_forms
Replies: 3
Views: 395
Posted By Oskar Vaia
Outlook 2007 crashes bye the use of "item.close"

Hi,

for info:
my code works fine in Outlook 2003 but Outlook 2007 always crash.

thx & bye

Oskar
Forum: Outlook - Using Forms October 16th 07, 06:15 PM Posted to microsoft.public.outlook.program_forms
Replies: 3
Views: 395
Posted By Oskar Vaia
Outlook 2007 crashes bye the use of "item.close"

Hi,

i have develop a new task-form with the following code in it:

---
sub commandbutton5_click()
Const olSave = 0

Dim CB5Caption
CB5Source = 1
Forum: Outlook - Using Forms October 15th 07, 05:44 PM Posted to microsoft.public.outlook.program_forms
Replies: 3
Views: 79
Posted By Oskar Vaia
Exchange 2003: Get "PR_URL_COMP_NAME"-Value with VBS

Hi,

is there a method to get the "PR_URL_COMP_NAME"-Value of a task-element with
VB-Script?

thx and bye

Oskar
Forum: Outlook - Using Forms October 15th 07, 02:47 PM Posted to microsoft.public.outlook.program_forms
Replies: 7
Views: 817
Posted By Oskar Vaia
Outlook 2003: check if control does exist (VBScript)

Hi Sue,

Sorry, but I don't know what you are referring to when you ask "what do you
mean?"

i refer to the problem for check if a field does already exists in the store
or not.
i do this with...
Forum: Outlook - Using Forms October 13th 07, 10:53 AM Posted to microsoft.public.outlook.program_forms
Replies: 7
Views: 817
Posted By Oskar Vaia
Outlook 2003: check if control does exist (VBScript)

Hi Sue,

i have resolved my problem with the control of the field-value for the value
#1/1/4501#.
I think this is the right way. What do you mean?

bye

Oskar
Showing results 1 to 25 of 29

 
Forum Jump

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