![]() |
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 all,
I use a modified form script and try to generate a click event on label or textbox I search for a long time but didn't found, is that possible or I loosing my time Thks -- Knowlege grows when shared. http://bensoft.miniville.fr/tra |
#2
|
|||
|
|||
![]()
Text boxes don't fire a click event on custom forms, even if they're unbound. A label that is not bound to an Outlook property would fire a Click event, though. Of course, only forms published with the "send form definition with item" box unchecked will run code at all.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "bbnimda" wrote in message ... Hi all, I use a modified form script and try to generate a click event on label or textbox I search for a long time but didn't found, is that possible or I loosing my time Thks -- Knowlege grows when shared. http://bensoft.miniville.fr/tra |
#3
|
|||
|
|||
![]()
Hi Sue,
Unfortunately It doesn't work, I tryed many ways without success, perhaps I didn't understand every thing (my english is too poor ![]() 1) Witch properties of the label do I have to select (in right click = properties) 2) What parameters of the label do I have to modify t (in right click = Advanced properties) Nb: In my form I dont need to attach the label to any value (I use it only to increment an index), am I right to use it in this way Thks in advance. "Sue Mosher [MVP-Outlook]" a écrit dans le message de news: ... Text boxes don't fire a click event on custom forms, even if they're unbound. A label that is not bound to an Outlook property would fire a Click event, though. Of course, only forms published with the "send form definition with item" box unchecked will run code at all. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "bbnimda" wrote in message ... Hi all, I use a modified form script and try to generate a click event on label or textbox I search for a long time but didn't found, is that possible or I loosing my time Thks -- Knowlege grows when shared. http://bensoft.miniville.fr/tra |
#4
|
|||
|
|||
![]()
No properties are involved. If the label is not bound to an Outlook field, it will automatically generate a Click event. See http://www.outlookcode.com/d/tips/formhyperlink.htm for a code example.
The most important issue, however, is the one I stated: Only forms published with the "send form definition with item" box unchecked will run code at all. See http://outlookcode.com/article.aspx?id=67 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "bbnimda" wrote in message ... Hi Sue, Unfortunately It doesn't work, I tryed many ways without success, perhaps I didn't understand every thing (my english is too poor ![]() 1) Witch properties of the label do I have to select (in right click = properties) 2) What parameters of the label do I have to modify t (in right click = Advanced properties) Nb: In my form I dont need to attach the label to any value (I use it only to increment an index), am I right to use it in this way Thks in advance. "Sue Mosher [MVP-Outlook]" a écrit dans le message de news: ... Text boxes don't fire a click event on custom forms, even if they're unbound. A label that is not bound to an Outlook property would fire a Click event, though. Of course, only forms published with the "send form definition with item" box unchecked will run code at all. "bbnimda" wrote in message ... Hi all, I use a modified form script and try to generate a click event on label or textbox I search for a long time but didn't found, is that possible or I loosing my time |
#5
|
|||
|
|||
![]()
Hi Sue,
Yes you were rigth, I probably did something wrong the first time, Tks a lot "Sue Mosher [MVP-Outlook]" a écrit dans le message de news: ... No properties are involved. If the label is not bound to an Outlook field, it will automatically generate a Click event. See http://www.outlookcode.com/d/tips/formhyperlink.htm for a code example. The most important issue, however, is the one I stated: Only forms published with the "send form definition with item" box unchecked will run code at all. See http://outlookcode.com/article.aspx?id=67 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "bbnimda" wrote in message ... Hi Sue, Unfortunately It doesn't work, I tryed many ways without success, perhaps I didn't understand every thing (my english is too poor ![]() 1) Witch properties of the label do I have to select (in right click = properties) 2) What parameters of the label do I have to modify t (in right click = Advanced properties) Nb: In my form I dont need to attach the label to any value (I use it only to increment an index), am I right to use it in this way Thks in advance. "Sue Mosher [MVP-Outlook]" a écrit dans le message de news: ... Text boxes don't fire a click event on custom forms, even if they're unbound. A label that is not bound to an Outlook property would fire a Click event, though. Of course, only forms published with the "send form definition with item" box unchecked will run code at all. "bbnimda" wrote in message ... Hi all, I use a modified form script and try to generate a click event on label or textbox I search for a long time but didn't found, is that possible or I loosing my time |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to prevent text cursor from getting out of a text box on an Outlook 2003 form? | Carlos | Outlook and VBA | 1 | July 12th 07 05:32 PM |
Generate appointment from within message form | Marzipan | Outlook - Calandaring | 1 | June 20th 07 09:58 PM |
Item_Send: How to generate a non-custom form message from custom f | supportusa | Outlook - Using Forms | 3 | April 9th 07 10:37 PM |
Making a web link that will generate an Outlook event | Steve Dorsey | Outlook - General Queries | 1 | March 16th 06 07:49 PM |
script event does not fire | urs | Outlook - General Queries | 2 | March 1st 06 04:55 PM |