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

SEND does not work first click



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old March 25th 09, 07:53 PM posted to microsoft.public.outlook.program_forms
F W Green
external usenet poster
 
Posts: 3
Default SEND does not work first click

I have created 2 forms. The first is sent to recipients and when they click
reply, the second appears and needs to be filled in.

I have worked through many of the issues here in the forum but one remains.

On the reply form after all items have been completed, the person clicks on
SEND and nothing appears to happen. Actually, the original note is updated
in the Inbox list to indictate "You replied on....." but nothing is sent or
recorded in SENT Items.

If there are validation errors, corrections cause SEND to go immediately
because you have actully clicked it a 2nd time.

If your replies all pass validation the first time, then it takes 2 clicks
of SEND.

The silly part is that I think I had this solved in one of the earlier
iterations of the forms but now cannot find what control is doing this to me.

Thank you.
Ads
  #2  
Old March 26th 09, 01:45 PM posted to microsoft.public.outlook.program_forms
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default SEND does not work first click

Does the form have code? Are you handling any Send event and setting Cancel
= True in any cases?

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


"F W Green" wrote in message
...
I have created 2 forms. The first is sent to recipients and when they
click
reply, the second appears and needs to be filled in.

I have worked through many of the issues here in the forum but one
remains.

On the reply form after all items have been completed, the person clicks
on
SEND and nothing appears to happen. Actually, the original note is
updated
in the Inbox list to indictate "You replied on....." but nothing is sent
or
recorded in SENT Items.

If there are validation errors, corrections cause SEND to go immediately
because you have actully clicked it a 2nd time.

If your replies all pass validation the first time, then it takes 2 clicks
of SEND.

The silly part is that I think I had this solved in one of the earlier
iterations of the forms but now cannot find what control is doing this to
me.

Thank you.


  #3  
Old March 26th 09, 02:10 PM posted to microsoft.public.outlook.program_forms
F W Green
external usenet poster
 
Posts: 3
Default SEND does not work first click

Ken:
I apologize as I meant to (and forgot to) include in the original post that
I have not added any code. I have changed TAB values in the Advanced
Properties area but notthing like VB / VBA code (as I understand it) has
been added.

Is there someplace that I should be looking for Send events? I have tried
to look for 'send' but have not found anything.

Florian




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

Does the form have code? Are you handling any Send event and setting Cancel
= True in any cases?

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


"F W Green" wrote in message
...
I have created 2 forms. The first is sent to recipients and when they
click
reply, the second appears and needs to be filled in.

I have worked through many of the issues here in the forum but one
remains.

On the reply form after all items have been completed, the person clicks
on
SEND and nothing appears to happen. Actually, the original note is
updated
in the Inbox list to indictate "You replied on....." but nothing is sent
or
recorded in SENT Items.

If there are validation errors, corrections cause SEND to go immediately
because you have actully clicked it a 2nd time.

If your replies all pass validation the first time, then it takes 2 clicks
of SEND.

The silly part is that I think I had this solved in one of the earlier
iterations of the forms but now cannot find what control is doing this to
me.

Thank you.



  #4  
Old March 26th 09, 02:12 PM posted to microsoft.public.outlook.program_forms
F W Green
external usenet poster
 
Posts: 3
Default SEND does not work first click

One extra comment:
If I am in design mode and do the 'run this form', a single click on Send
works.

F



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

Does the form have code? Are you handling any Send event and setting Cancel
= True in any cases?

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


"F W Green" wrote in message
...
I have created 2 forms. The first is sent to recipients and when they
click
reply, the second appears and needs to be filled in.

I have worked through many of the issues here in the forum but one
remains.

On the reply form after all items have been completed, the person clicks
on
SEND and nothing appears to happen. Actually, the original note is
updated
in the Inbox list to indictate "You replied on....." but nothing is sent
or
recorded in SENT Items.

If there are validation errors, corrections cause SEND to go immediately
because you have actully clicked it a 2nd time.

If your replies all pass validation the first time, then it takes 2 clicks
of SEND.

The silly part is that I think I had this solved in one of the earlier
iterations of the forms but now cannot find what control is doing this to
me.

Thank you.



  #5  
Old March 26th 09, 05:43 PM posted to microsoft.public.outlook.program_forms
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default SEND does not work first click

Other than possible interference from some other code, any code in your own
form would be in the form code page. You can open that up in design mode and
see, but if you didn't add code yourself and it's your form design there
wouldn't be code there. Code doesn't add itself.

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


"F W Green" wrote in message
...
Ken:
I apologize as I meant to (and forgot to) include in the original post
that
I have not added any code. I have changed TAB values in the Advanced
Properties area but notthing like VB / VBA code (as I understand it) has
been added.

Is there someplace that I should be looking for Send events? I have tried
to look for 'send' but have not found anything.

Florian


  #6  
Old March 26th 09, 05:45 PM posted to microsoft.public.outlook.program_forms
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default SEND does not work first click

Theoretically there should be no difference other than possibly in run mode
the form may or may not have been previously published. In a form not run
from design mode it has to be published first.

I'm out of ideas, I just don't see why it should behave differently unless
some field validation is preventing Send from working for some odd reason.

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


"F W Green" wrote in message
...
One extra comment:
If I am in design mode and do the 'run this form', a single click on Send
works.

F


  #7  
Old June 16th 09, 08:44 PM posted to microsoft.public.outlook.program_forms
Ed McDaniel
external usenet poster
 
Posts: 1
Default SEND conflick with validation

Send fails if a field previously marked for validataion (entry required) is
deleted from form. Can't get rid of validation.
  #8  
Old June 17th 09, 03:49 PM posted to microsoft.public.outlook.program_forms
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default SEND conflick with validation

You would need to re-add a field of the same type and name to the form, then
remove the validation and then remove the field. If you just remove a field
with validation without removing the validation first the form will still be
looking to validate that now non-existent field.

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


"Ed McDaniel" Ed wrote in message
...
Send fails if a field previously marked for validataion (entry required)
is
deleted from form. Can't get rid of validation.


 




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
'Right-Click' Send to do not work Ola Stridh Outlook - Installation 0 April 28th 08 12:13 PM
when click send/receive mail JM Outlook - General Queries 5 April 2nd 08 11:17 PM
Email will not send unless I click outbox. Rick Rodriguez Outlook - Installation 0 September 28th 07 02:04 PM
Cannot right click to send attachment as email Erica Outlook - Calandaring 0 August 29th 06 10:48 PM
how do i click send sending messages Outlook - General Queries 2 May 22nd 06 06:45 AM


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