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

Link in label tag work working



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old February 26th 09, 08:58 PM posted to microsoft.public.outlook.program_forms
tmreyes
external usenet poster
 
Posts: 5
Default Link in label tag work working

I have a label and i have put a static link into the Tag property with the
following code behind it
Sub Label15_Click()
Set objWeb = CreateObject("InternetExplorer.Application")
objWeb.Navigate Item.GetInspector.ModifiedFormPages _
("Message").Controls("Label15").Tag
objWeb.Visible = True
End Sub

when it run the form in design mode and click on the label it works and goes
to the link site but when i actually send the form to myself via outlook the
link does not work when i click on the label. any suggestions?

thanks in advance.
--
tmreyes
Ads
  #2  
Old March 2nd 09, 04:45 PM posted to microsoft.public.outlook.program_forms
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Link in label tag work working

Is the form published? Does it round trip with the form code in it? Does it
get received as your custom MessageClass?

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"tmreyes" wrote in message
...
I have a label and i have put a static link into the Tag property with the
following code behind it
Sub Label15_Click()
Set objWeb = CreateObject("InternetExplorer.Application")
objWeb.Navigate Item.GetInspector.ModifiedFormPages _
("Message").Controls("Label15").Tag
objWeb.Visible = True
End Sub

when it run the form in design mode and click on the label it works and
goes
to the link site but when i actually send the form to myself via outlook
the
link does not work when i click on the label. any suggestions?

thanks in advance.
--
tmreyes


  #3  
Old March 2nd 09, 07:47 PM posted to microsoft.public.outlook.program_forms
tmreyes
external usenet poster
 
Posts: 5
Default Link in label tag work working

Ken -
here are my responses:
Is the form published? YES Does it round trip with the form code in it? YES
Does it
get received as your custom MessageClass? HOW WOULD I TELL?


--
tmreyes


"Ken Slovak - [MVP - Outlook]" wrote:

Is the form published? Does it round trip with the form code in it? Does it
get received as your custom MessageClass?

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"tmreyes" wrote in message
...
I have a label and i have put a static link into the Tag property with the
following code behind it
Sub Label15_Click()
Set objWeb = CreateObject("InternetExplorer.Application")
objWeb.Navigate Item.GetInspector.ModifiedFormPages _
("Message").Controls("Label15").Tag
objWeb.Visible = True
End Sub

when it run the form in design mode and click on the label it works and
goes
to the link site but when i actually send the form to myself via outlook
the
link does not work when i click on the label. any suggestions?

thanks in advance.
--
tmreyes



  #4  
Old March 2nd 09, 07:58 PM posted to microsoft.public.outlook.program_forms
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Link in label tag work working

Set your reading pane to bottom and right-click on the header row and select
Field Chooser. Select All Mail Fields in the drop-down and drag Message
Class to your header row. Your custom MessageClass should show up.

It's also possible that the sending caused the link to be changed or
disabled, depending on how it's written out and generated. Take a look at
the HTMLBody property of the received item and make sure it's the same link
as you created in the original email.

In general sending Outlook forms is not really a good idea. Too many things
can and do go wrong.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"tmreyes" wrote in message
...
Ken -
here are my responses:
Is the form published? YES Does it round trip with the form code in it?
YES
Does it
get received as your custom MessageClass? HOW WOULD I TELL?


--
tmreyes


 




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
SMS Link (Verizon) Not working Charley Outlook - General Queries 0 August 11th 07 06:30 PM
OE mail link not working in IE 7 [email protected] Outlook Express 18 April 13th 07 01:48 PM
Link not working Mr.G Outlook Express 7 November 30th 06 07:31 PM
Link not working Mr.G (@¿@) Outlook Express 0 November 24th 06 04:49 PM
Why are some label colors not working with automatic formatting? Remodelboy Outlook - Calandaring 0 January 10th 06 06:47 PM


All times are GMT +1. The time now is 12:47 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2024 Outlook Banter.
The comments are property of their posters.