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 18 of 18
Search took 0.03 seconds.
Search: Posts made by: Dasha
Forum: Outlook and VBA February 26th 07, 05:56 AM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 709
Posted By Dasha
message body control

Hi!
Does anybody know how to make a copy of message body control on the
second page of the outlook custom post form?

Thanks

Dasha
Forum: Outlook and VBA February 22nd 07, 07:43 AM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 629
Posted By Dasha
open file from vbscript

Hi,
I have links to files on my custom post form that are stored in
lables. Mostly there will be image files. I want to open the file in
the click event. How can I do this?

Thanks in advance :)
Forum: Outlook and VBA February 21st 07, 06:55 AM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 759
Posted By Dasha
Forum: Outlook and VBA February 21st 07, 06:54 AM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 759
Posted By Dasha
Forum: Outlook and VBA February 19th 07, 07:20 AM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 485
Posted By Dasha
moving files in outlook

Hi, all
Can I move files from one directory to another from outlook vbscript?
Forum: Outlook and VBA February 19th 07, 06:31 AM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 759
Posted By Dasha
outlook controls with attachments

But then I have a new problem:
How can I use open dialog to let users to select files to be added?
Forum: Outlook and VBA February 16th 07, 02:49 PM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 759
Posted By Dasha
outlook controls with attachments

Hi!
I have custom post form. When I add attachments to this form I can see
them in message field as links, also I can click and open them. Can do
the same things with any other control? I want to...
Forum: Outlook and VBA February 13th 07, 02:47 PM Posted to microsoft.public.outlook.program_vba
Replies: 0
Views: 436
Posted By Dasha
Exchange Web forms

Hi, all!
My question is: I have custom form in outlook, Exchange 2003 with
workflow. Everything works fine :)
I want our client to see this form from Internet. May be not this but
HTML form... How...
Forum: Outlook and VBA February 8th 07, 06:13 AM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 892
Posted By Dasha
copy values from one to another form

It's easier then I thought:
Set olns = Item.Application.GetNameSpace("MAPI")
Set MyFolder1 = olns.Folders("Public Folders")
Set MyFolder2 = MyFolder1.Folders("All Public Folders")
Set MyFolder3 =...
Forum: Outlook and VBA February 6th 07, 05:55 AM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 1,492
Posted By Dasha
add link on custom form

Sorry :)
Everything is working :)
Forum: Outlook and VBA February 5th 07, 04:26 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 1,492
Posted By Dasha
add link on custom form

I tried this
Sub Label1_Click()
strURL = Item.GetInspector.ModifiedFormPages _
("P.2").Controls("Label1").Caption
set objWeb = _
...
Forum: Outlook and VBA February 5th 07, 02:09 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 1,492
Posted By Dasha
add link on custom form

Hi!

I have such a question: On my custom form I want to have link to
another custom form.
I wrote "Outlook://Public Folders/All Public Folders/paymen/~" &
Item.Subject & "", but on post form I...
Forum: Outlook and VBA February 5th 07, 11:13 AM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 892
Posted By Dasha
copy values from one to another form

I'm using Exchange workflow, so when I do Item.Copy I get error "Adhoc
workflows are disallowed for this folder. The new process instance
cannot be created". Do you know what the problem is?
Forum: Outlook and VBA February 2nd 07, 03:51 PM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 892
Posted By Dasha
copy values from one to another form

Hi!

Can anyone help me with the following:

I've opened saved item (based on custom IPM.POST form), and when the
user clicks a button I need to create a duplicate item and copy the
data from the...
Forum: Outlook and VBA February 2nd 07, 08:37 AM Posted to microsoft.public.outlook.program_vba
Replies: 7
Views: 1,850
Posted By Dasha
Forum: Outlook and VBA February 1st 07, 05:06 PM Posted to microsoft.public.outlook.program_vba
Replies: 7
Views: 1,850
Posted By Dasha
setting status flag programmatically

And can I do it any other way?
Forum: Outlook and VBA February 1st 07, 04:31 PM Posted to microsoft.public.outlook.program_vba
Replies: 7
Views: 1,850
Posted By Dasha
setting status flag programmatically

I tried
Item.FlagStatus = olFlagMarked,
but there is an error that there is no such property. But it is the
only way I found. Is it wrong?
Forum: Outlook and VBA February 1st 07, 09:16 AM Posted to microsoft.public.outlook.program_vba
Replies: 7
Views: 1,850
Posted By Dasha
setting status flag programmatically

Hi, I have following problem:
I use Outlook 2003, I create items based on the custom form
(Form.Post) in a public folder. Can I set a flag or colour for it
programmatically
depending on the specified...
Showing results 1 to 18 of 18

 
Forum Jump

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