This is the html for the page that I have been working on. I do hope that you can help
Carolyn
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">...
Guys, We have recently seen a little bit of qForms version 2 and I bet all of us are now eager to use all the new features it provides. As all of you know, Dan...
i use it primarily for my work site(s) and would willing to contribute another $20 out of my own pocket because i think his hard work is deserving of a...
Nice effort Cass, add me to the list Johan Steenkamp - U$ 100.00 Suggestion: Possibly Dan can advise a $ estimate to complete and someone may be willing to...
Johan Steenkamp
johan@...
Jul 6, 2004 8:16 pm
2878
Way to go Johan! :) Thanks for the support! 1) Cass Surek (cass@...) - Brazil - U$ 40,00 2) Ari Feldman (outdoorminer2002@...) - USA - U$ 20,00 ...
Right on Perez! Thanks for the support! Heard of some good surfing in Costa Rica, right? :) Plan on going there someday to try them waves out. :) Here's the...
I have been puttering around with the gateway again but seem to have run into a snag. Here is my JS for the gateway code: // create the gateway object ...
I'm using build 139 and having a problem validating an SSN format using validateFormat('SSN'). It's tripping over valid SSNs and calling them invalid....
Cam, Change the line in the _stripInvalidChars(): if( t == "numeric" ) r = new RegExp("([^0-9.]*)(^-?\\d*\\.?\\d*)(\\D*)", qFormAPI.reAttribs); - to - if( t ==...
Dan, I am using the gateway on a page and sometimes when the page initally loads, the gateway times out (not all the time though). Now, I should mention that...
Hey there, I want to filter a list box based on what a user types into a text box. For example, typing "b" would limit the list box to everything starting with...
My experience with the gateway timing out was that the page providing the data was having trouble executing such as coldfusion errors. You will never see the...
Hello appreciated makers of the Client/Server Gateway JSAPI 2.03 and qForms API 139 ! I want to build web apps that are targeted at a broad audience. Therefore...
Does anyone have a canned function that will give me the difference in years between two dates. I need to check that: date1 - date2 gt 18 years Easy enough to...
I have a select box that I have defined as a container and two form buttons. The first form button will submit the whole container to be resorted. The second...
I am a little confused as to where this (qFormAPI.setLibraryPath("")) has to point to. For example, if my directory structure is as follows: Inetpub + coda + ...
Richard Colman
colman@...
Jul 15, 2004 10:51 pm
2893
Richard, ... The setLibraryPath() should point to wherever your qforms.js is installed. For example: <script language="javascript"...
There isn't a built-in qForms method for this in v1. I'm looking at adding more mods in v2. Search the 'net, I know there are a few examples I've run in to on...
... All I can say is that if a problem is spotted, I work hard to correct the issue. qForms has a large install base and I've never had any major compatibility...
Dean, ... Why not wait to make the select box a container until you submit the form? (That way you know whether or not it should be treated as a container.) ...
Dan, Thanks for the suggestion. It turns out that the problem was that I was using the addEvent method and was not quoting the string command. It's always the...
... Dean, It is set to allow multiple selections... For now I am just looping over the query I return from ColdFusion, setting the value and transfering it....
Does anyone know how to determine how many items have been selected in a list box? I know I can get the value of the selections using the getValue() method,...