Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unecessary prompts when submiting to CR8 from html

Status
Not open for further replies.

Olorin1

Technical User
Feb 14, 2001
17
CA
Hey there,

I have an HTML form (and cr8 report) with five checkbox's. When checked off the form should trigger my function making the report box checked. It works using a simple formula:

if {?box1} = "checked" then "u"
else ""

(The "u" being the equivalent to a checkmark in wingdings)

The promblem is with refreshing i believe. Each time the user fills in the html form and submits, CR8 prompts for each of my five checkbox's. If you click through each prompt, you get the right outcome. But, there is no reason i can see why it should do this. It should simply see that one box (or two even) are checked, perform the function, and leave the rest empty. Shouldn't it?

Can anyone help?

Thanks so much!

DES >:):O>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top