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

add link on custom form



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old February 5th 07, 02:09 PM posted to microsoft.public.outlook.program_vba
Dasha
external usenet poster
 
Posts: 18
Default 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 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  
Old February 5th 07, 02:40 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default add link on custom form

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  
Old February 5th 07, 04:26 PM posted to microsoft.public.outlook.program_vba
Dasha
external usenet poster
 
Posts: 18
Default add link on custom form

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  
Old February 5th 07, 05:26 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default add link on custom form

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  
Old February 6th 07, 05:55 AM posted to microsoft.public.outlook.program_vba
Dasha
external usenet poster
 
Posts: 18
Default add link on custom form

Sorry
Everything is working

 




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
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


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