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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing by Value: Radio Buttons to C-Shell

Status
Not open for further replies.

chicoRobd

Programmer
Apr 23, 2001
1
US
Good Afternoon -

I am new to Tcl/Tk and would greatly appreciate your help. What I'm trying to do, is capture user input (radio button selections, etc) and send that as command line options to a C Shell script or perl script that will then run against a dB.

For example, my first column of radio buttons makes the user choose what type of query they want to perform (select, insert or update). I assigned a variable name of qType to each and individual values of select, insert or update. I thought that I could call the script in the following manner:

script.csh $qType

It's not working. In fact, it doesn't seem like the application even knows about qType. Thanks in advance for your assistance.

Best Regards,
Rob Doornbos
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top