HighDots Forums  

Form function

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Form function in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
kimber13
 
Posts: n/a

Default Form function - 02-11-2005 , 03:20 PM






I have a form that dumps the data the users types into an Access DB. In the
form there are two radio buttons, the way the form is coded now only the
results from one of the buttons is getting entered into the DB. How do I fix
this?? Below is the code for the function. I think that I need to add another
value for the radio buttons, adn adjust/add a function, but I'm not sure.
Advice would be much appreciated. Thanks! Function BinaryFixup(theString) if
theString = 'on' or theString = '1' or theString = 'true' or theString = 1 then
BinaryFixup= 1 else BinaryFixup= 0 end if End Function


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.