Ask a Question related to Coldfusion Database Access, Design and Development.
-
quiero mas #1
Form Help Revisited
HI run into a couple of problems.
1. When there isn't anything written in the text field the page errors.
2. I also have check boxes - but if they are left unchecked it erorrs
3. For drop down menus i cant get anything rolling.
4. Maybe this is going to tricky but ... I have the results of a symptom
search that is sent to the top of the form sheet.
the user chooses a letter from the alphabet which leads them to a list of
symptoms starting with that letter then they add the appropriate symptoms to a
list - when they decide to view their symptom list the user is asked to
complete the health form.
I want all of this information to be sent to to the printer friendly page. Is
this possible?
Many thanks
Mark
quiero mas Guest
-
Harum-girl revisited
Gents: So it happened almost like this ... I was giving my Ubuntu-box a rest ( after the 19th failure to enable MYSQL ) , and reading a... -
Still need unlink help!! God help me. - Revisited
<20030808202717051099.GyazMail.neuroball@usa.net> <YW50aWdvbmU=.45ab06a65368617cf57750f9f6311818@1060402929.cotse.net> -
download old browsers revisited
I did find a post here on this topic indicating that you cannot run more than one version of IE on an operating system. Is this also true of... -
Shutter delay revisited
On 10 Jul 2003 18:29:59 GMT, Roland Karlsson <roland_dot_karlsson@bonetmail.com> wrote: I somehow presumed you were an "old hand" with... -
Permission Problems revisited
Thanks for all the answers. I'm still somewhat in the fog. The installation owner is 'oracle'. User A is a different user. And still I would like... -
MikerRoo #2
Re: Form Help Revisited
For #'s 1 and 2, use <CFPARAM> at the top of your form's action page.
Like:
<CFPARAM name="FORM.text_field" default="">
<CFPARAM name="FORM.CheckBox1" default="No">
<CFPARAM name="FORM.CheckBox2" default="No">
etc., etc.
For problem 3, start a new thread and be more specific.
For problem 4, You can do a printer friendly page in many ways....
(A) Always use CSS to generate a native print that works OK. Do this in
addition to anything else (PDF, etc).
(B) You can generate a PDF document or a flashpaper output.
(C) You can use javascript to automatically pop up the print dialog.
MikerRoo Guest



Reply With Quote

