SEND does not work first click

Status
Not open for further replies.
R

RiBXIEdyZWVu

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.
 
Does the form have code? Are you handling any Send event and setting Cancel

= True in any cases?

"F W Green" <FWGreen> wrote in message

news:0E125FDF-3789-48CB-AB97-A2546C8C4B64@microsoft.com...
> 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.
 
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
wrote:


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

> >

>

> "F W Green" <FWGreen> wrote in message
> news:0E125FDF-3789-48CB-AB97-A2546C8C4B64@microsoft.com...
> >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.


>
 
One extra comment:

If I am in design mode and do the 'run this form', a single click on Send

works.

F
wrote:


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

> >

>

> "F W Green" <FWGreen> wrote in message
> news:0E125FDF-3789-48CB-AB97-A2546C8C4B64@microsoft.com...
> >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.


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

"F W Green" <FWGreen> wrote in message

news:84419DD0-0BEC-472A-B97E-E3C3CB4F1EEE@microsoft.com...
> 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
 
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.

"F W Green" <FWGreen> wrote in message

news:EAC0EC39-F8DE-49F0-9A8F-252254480686@microsoft.com...
> One extra comment:
> If I am in design mode and do the 'run this form', a single click on Send
> works.

> F
 
Re: 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.
 
Re: 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.

"Ed McDaniel" <Ed McDaniel> wrote in message

news:A696FF34-4656-475A-9D1D-83A6E2A94FAF@microsoft.com...
> Send fails if a field previously marked for validataion (entry required)
> is
> deleted from form. Can't get rid of validation.
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
D Send on behalf of does not store the base mailbox Using Outlook 0
C Unchecking "Send immediately when connected" does not work on apps that call Outlook Using Outlook 1
D Outlook 2013 deletes emails, does not send them to Deleted Items or Trash Using Outlook 2
J Outlook 2003 does not send or receive imap mail from server Using Outlook 0
I Exchange 2010 Receives But Does Not Send Email To Internet Exchange Server Administration 35
N Create one-off that does send winmail.dat Outlook VBA and Custom Forms 3
C Synchronization and taking forever to send Using Outlook 2
R Outlook 365 VBA AUTO SEND WITH DELAY FOR EACH EMAIL Outlook VBA and Custom Forms 0
S Outlook 2002- "Send" button has disappeared. Help please. Using Outlook 1
TomHuckstep Remove Send/Receive All Folders (IMAP/POP) button from Outlook 365 Ribbon Using Outlook 2
J Macro to send email as alias Outlook VBA and Custom Forms 0
F Add a category before "Send an Email When You Add an Appointment to Your Calendar" Outlook VBA and Custom Forms 0
W Outlook 365 I am getting the "Either there is no default mail client" error when I try to send an email on excel Office 365 Using Outlook 1
T Outlook 2010 recipient no longer shows in 'Send To' Using Outlook 0
Witzker Outlook 2019 Macro to send an Email Template from User Defined Contact Form Outlook VBA and Custom Forms 0
Geldner Tweak Junk Email Reporting tool to default to particular email on send? Using Outlook 3
Geldner Send / Receive a particular group via macro or single keypress Using Outlook 1
E Outlook - Macro - send list of Tasks which are not finished Outlook VBA and Custom Forms 3
L How to avoid issues with "Send on Behalf" Using Outlook 3
M Outlook 365 refuses to send email Using Outlook 0
A Change settings Send/receive VBA Outlook VBA and Custom Forms 0
M I cant send emails via Outlook in my W10 PC. Using Outlook 3
K Run a script rule to auto 'send again' on undeliverable emails? Outlook VBA and Custom Forms 1
G Send a greeting message to a contact on birthday Outlook VBA and Custom Forms 5
T Outlook creates a copie of every mail I send Using Outlook.com accounts in Outlook 4
R How to restrict GWSMO sync to Outlook Send/Receive cycles Using Outlook 0
M Outlook, send to > mail recipient - results in plain text email Using Outlook 1
A Unflag Inbox and Flag Inbox with Orange Category After Item is send Outlook VBA and Custom Forms 3
glnz O365 - How to send from acct 2 but showing email name from acct 1 as From - alias? Using Outlook 0
S Outlook Macro to send auto acknowledge mail only to new mails received to a specific shared inbox Outlook VBA and Custom Forms 0
diver864 vba for a rule to automatically accept meeting requests with 'vacation' in subject, change to all-day event, change to free, don't send reply Outlook VBA and Custom Forms 1
PGSystemTester VBA To Change AppointmentItem.BusyStatus From MeetingItem Before Send Using Outlook 0
C Synchronizing subscribed folders causes hanging during send/receive process Using Outlook 2
M Extract all links from Outlook email, send to Excel Using Outlook 2
A VBA macro for 15 second loop in send and received just for 1 specific mailbox Outlook VBA and Custom Forms 1
O Outlook 365 - suddenly unable to send using Gmail POP3 Using Outlook 10
T After I send a new email, it remains in the Draft folder Using Outlook.com accounts in Outlook 3
B Programmatically force html send and insert clipboard contents into body Outlook VBA and Custom Forms 0
S Change VBA script to send HTML email instead of text Outlook VBA and Custom Forms 3
M ERROR: None of your email accounts could send to this recipient Using Outlook 2
C Send/receive error 80040119 Using Outlook 2
J Send Again NDR Outlook VBA and Custom Forms 1
J Add an Attachment Using an Array and Match first 17 Letters to Matching Template .oft to Send eMail Outlook VBA and Custom Forms 2
ChrisK2 Send email to advertise@slipstick.com fails: "The group advertising isn't set up to receive messages from..." Using Outlook 3
B resend if no reply and send an automatic reminder Outlook VBA and Custom Forms 0
F Send As a Gmail account via outlook Web Using Outlook 3
R auto send email when meeting closes from a shared calendar only Outlook VBA and Custom Forms 2
X Unable to send an email from one account to another on same PC Using Outlook 2
S Meeting Invite arrives from Wrong ("send-as") Sender Using Outlook 1
M VBA to send reminder email if no response Using Outlook 13

Similar threads

Back
Top