Saturday, May 19, 2012
  Search
Support Forum
Calculations within a Form
Last Post 25 Mar 2008 12:05 AM by Sujay. 26 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Page 2 of 2 << < 12
Author Messages
Sujay
Basic Member
Basic Member
Send Private Message
Posts:382


--
08 Feb 2008 02:28 PM  
Hi Kyle,

Attachments are now working,
you can follow the this posting to get your requirement done.

Thanks & Regards,
Sujay


cunnke
New Member
New Member
Send Private Message
Posts:3


--
08 Feb 2008 03:49 PM  

Sujay,

I've attached the form info we are trying to have the different commodities keep a running total in the Total: field at the bottom of the form.

We want all the information to be e-mailed back to us with total.

Thanks,

Kyle


Attachment: 128495564971.zip

Sujay
Basic Member
Basic Member
Send Private Message
Posts:382


--
12 Feb 2008 04:17 PM  
Hi Anne,

Does it worked for you ?
please let me know as i may use the procedure some where else.

Thanks & Regards,
Sujay


Sujay
Basic Member
Basic Member
Send Private Message
Posts:382


--
13 Feb 2008 08:15 AM  
Hi Kyle,

I have tried to mail you but your email is bouncing back,
i am attaching the file.


Thanks & Regards,
Sujay

Attachment: 1213155149971.zip

cunnke
New Member
New Member
Send Private Message
Posts:3


--
14 Feb 2008 01:37 AM  
Thanks that worked perfect.

Kyle


JoeX
New Member
New Member
Send Private Message
Posts:11


--
24 Mar 2008 07:19 PM  
Sujay,

Did you ever get this to work? I tried but could never get the value assigned before the form posted. The end result was always a "No Result Given" on the Form Thank You page. I tried a bunch of different JS events but couldn't find one that applied.

Thanks,

Joe.

I found the problem with your form, you should uncheck the disable user input checkbox,
but then user will be able to input value there so to avoid that you need do these steps.

Hi Anne,

I found the problem with your form, you should uncheck the disable user input checkbox,
but then user will be able to input value there so to avoid that you need do these steps.

1)note all the textboxes for which input should be disabled, like txt12 etc
add this code at the end for all the textboxes
txt12.disabled=true;
so on for all textboxes

2)Now register the onbeforeunload event with this code
document.body.onbeforeunload=BeforeUnload;

3)Now before the form is posted enable the textboxes again before submit
function BeforeUnload(){txt12.disabled=false;}
so on for all textboxes






Sujay
Basic Member
Basic Member
Send Private Message
Posts:382


--
25 Mar 2008 12:05 AM  
Hi Joe,

Can you attach your form here or mail it.

Thanks & Regards,
Sujay


You are not authorized to post a reply.
Page 2 of 2 << < 12


Active Forums 4.2
Copyright 2004-2012 Code 5 Systems, LLC.