Shaunna, ... There isn't a built-in method to do this, but JavaScript has a ton of Date functionality. qForms does have methods for specifying the format of a...
Hello list, I have two radio buttons labeled yes and no. When a user clisk the yes radio button, I show a table row which contains two multi select boxes...
Michael T. Tangorre
mtangorre@...
Jul 1, 2003 3:57 pm
2117
Thanks for the tip. Here's what I have so far...this function will be called onSubmit. I'm not sure if I've set the function up correctly though? JavaScript is...
Shaunna, ... Go read this link for how to right a validator that plugs in to the qForms API: http://www.pengoworks.com/qforms/docs/validation.htm#Creating Skip...
Thanks Dan. Worked like a charm. ... From: Dan G. Switzer, II To: qformsapi@yahoogroups.com Sent: Tuesday, July 01, 2003 1:17 PM Subject: RE: [qformsapi]...
Michael T. Tangorre
mtangorre@...
Jul 1, 2003 6:55 pm
2121
So, I'm doing some development for Netscape 4.79. Can you believe it? As a result, I'm using "oForm.fieldName.locked" to disable some of my form elements. I...
James, ... Instead of changing the code, I'd recommend just overriding that method. It's a small method, so it won't really add that much to the overall source...
Is there a function that I can call prior to the validation of form by qForms? Does this question make sense? It's late, and I've not had enough sleep. James...
Hi there, I've been trying to follow Dan's example in message # 387 without luck and can't figure out what I'm doing wrong. As I understand it. var stcAllForms...
James, ... Not in v1. Whenever I've needed to do this, in the past, I just have used a function to trigger the submit: <input type="button" value="Submit"...
Has anyone done anything via qForms to show a progress bar for long running requests? Kind Regards - Mike Brunt Credit Model Project Sempra Energy 213.244.5929...
Brunt, Michael
MBrunt@...
Jul 3, 2003 9:53 pm
2127
I think this is beyond the scope of what qForms is trying to accomplish, but I'm curious about what exactly you mean. What king of "long running requests"? ...
Can someone please help me out here. I can't figure out why this doesn't work. I've been trying to recreate the example from the documentation. A form dump...
Looking for too long at the code. The fields are passed correctly, but also all buttons and that's why my submit handling template got confused !!! Cheers ...
Hi Dan, I a question regarding something that you helped me with sometime back. I have a session variable in CF that indicates my language setting on my...
Mike
mike@...
Jul 4, 2003 12:05 pm
2131
Hi All, Is there a way to disable the back button for a particular page using qforms? Mike...
Mike
mike@...
Jul 5, 2003 11:27 pm
2132
nope. Javascript can not access the IE internals. The closest you can do is to open the page in windows with the nav buttons disabled. Mike ... From: Mike...
Michael Tangorre
mtangorre@...
Jul 5, 2003 11:41 pm
2133
MessageHi Mike, Do you know of a way to change the value of history (-1) This would work to Mike ... From: Michael Tangorre To: qformsapi@yahoogroups.com Sent:...
Mike
mike@...
Jul 5, 2003 11:58 pm
2134
I do not. What exactly are you trying to do? ... From: Mike [mailto:mike@...] Sent: Saturday, July 05, 2003 7:57 PM To: qformsapi@yahoogroups.com ...
Michael Tangorre
mtangorre@...
Jul 6, 2003 12:03 am
2135
MessageWell I have a login page. The user logs in for the first time with the user name and password. Since it is their first login they need to change their...
Mike
mike@...
Jul 6, 2003 12:14 am
2136
page 1 - display login page page 2 - check login ... Keep the functionality broken out.. in my opinion it allows more flexibility. Mike ... From: Mike...
Michael Tangorre
mtangorre@...
Jul 6, 2003 12:32 am
2137
Mike, If you set a variable which tracks whether the *complete* login has occurred, this won't be a problem. I usually use a variable called "loggedIn" which...
I'm having a little trouble with the getValue() function. I have a form that displays multiple rows of data for editing. The data is output from a database,...
Seth, ... qForms doesn't support multiple text/hidden fields with the same name. I may be wrong, but I believe using this technique is in violation of the W3C ...
... Hmm... I'll have to check into that. I've been using this technique for years and never even thought that it might be against spec. ... I thought it might...
Newbie Question I am trying to use the createDependencyTo function to make sure that if a user fills in info in an input then they must select a dropdown menu...
Jake, ... A couple of things to keep in mind: 1) JavaScript is case sensitive--this means you'll need to keep variable names/methods/functions in the same case...
Well then, where should I begin… How about I just to let you all know what's been going on with me in the last couple of months. Up until a couple months ago...
This is a follow on from to this thread, here is our situation. We have a Form with two fields that need a dependancy. If frm_ASGN_ACCT_IND (which is a non...