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

Search results for query: *

  1. coders4hire

    Pass value for unchecked boxes

    trollacious answered another one of my questions today, and I'm trying to modify the code to work with this problem. For ANY unchecked boxes in my form, I want to pass a value of '0'. Can I do this without identifying every box? Is this efficient below? function VerifyForm(subscribeForm){...
  2. coders4hire

    Concatenate selections from list using checkboxes

    I need to utilize checkboxes on one of my pages where the user selects the content that he/she wants to obtain. Rather than submit those values independently, I want to concatenate the answers into a single value. <table> <tr><td><INPUT type="checkbox" id=news name=news...
  3. coders4hire

    Need help with querystring

    I've got the start on retrieving a querystring. I simply want to make a completion page where a status code is passed so that the text message can be adjusted. Examples: thanks.cgi?status=0 print "The service is currently unavailable" thanks.cgi?status=1 print "The request was successful"...
  4. coders4hire

    Export table to fixed-width ascii file

    What is the recommended way to export a table in Sybase to a fixed width ascii file? --- doug@coders4hire.com http://www.coders4hire.com http://www.payraisecalculator.com http://www.cliintel.com
  5. coders4hire

    Query across server/db into temp table

    We have a HISTORY table on a backup server. I've never written a stored procedure in Sybase. I would like to open the backup server, and export the HISTORY table to the PRODUCTION server into a temp table where I can then do a join and export. 1. Can that be done? 2. Could you give me some...
  6. coders4hire

    Stored Procedure across database and servers?

    We have a HISTORY table on a backup server. I've never written a stored procedure in Sybase. I would like to open the backup server, and export the HISTORY table to the PRODUCTION server into a temp table where I can then do a join and export. 1. Can that be done? 2. Could you give me some...
  7. coders4hire

    Access VBA: Tranfertext Import Progress Bar ActiveX

    I'm having a terrible time trying to 'mimic' the status bar progress bar when importing a text file. I have a spec, and the code which properly imports the data I need. The status bar in Access progresses nicely with the import. HOWEVER, if I register the Progress Bar Active X Component...

Part and Inventory Search

Back
Top