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
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