![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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 can't just click and open this link, and I don't want to do it with browser. Can anyone tell me how can I open this link? Many thanks for any help in advance. |
#2
|
|||
|
|||
![]()
You mean a link to an Outlook item, right? See http://www.outlookcode.com/d/tips/formhyperlink.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 "Dasha" wrote in message ups.com... 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 can't just click and open this link, and I don't want to do it with browser. Can anyone tell me how can I open this link? Many thanks for any help in advance. |
#3
|
|||
|
|||
![]()
I tried this
Sub Label1_Click() strURL = Item.GetInspector.ModifiedFormPages _ ("P.2").Controls("Label1").Caption set objWeb = _ Application.ActiveExplorer.CommandBars.FindControl (26, 1740) objWeb.text = strURL End Sub, but IE is opening... what to do? |
#4
|
|||
|
|||
![]()
If IE opens, it should then show the Outlook item. What's your Outlook version and the exact URL? Please quote relevant parts of earlier messages to keep the important informatoin together.
-- 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 "Dasha" wrote in message ps.com... I tried this Sub Label1_Click() strURL = Item.GetInspector.ModifiedFormPages _ ("P.2").Controls("Label1").Caption set objWeb = _ Application.ActiveExplorer.CommandBars.FindControl (26, 1740) objWeb.text = strURL End Sub, but IE is opening... what to do? |
#5
|
|||
|
|||
![]()
Sorry
![]() Everything is working ![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Can I add a link from the menu to link a document to a contact? | abepop | Outlook - Using Contacts | 0 | August 28th 06 04:31 PM |
How do I add a picture in a custom Contact form? | Wladdy | Outlook - Using Forms | 2 | July 3rd 06 09:37 AM |
How to add sender name to cc for Custom Message form in Outlook | David Tallahassee | Outlook - Using Forms | 2 | March 29th 06 08:27 PM |
How do I link a macro to a CommandButton in a custom form, want us | Capone2377 | Outlook - Using Forms | 1 | February 5th 06 12:15 AM |
How to handling Custom Form Control Event in VB Com Add-In? | Raphaël ZHOU \(Jadiam\) | Outlook - Using Forms | 1 | January 11th 06 07:31 AM |