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 strongm 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. DocGrimm

    request.form("x") not actually giving a value.

    Thanks to you too, DotNetGnat, I know I've got a lot to learn about this yet. I'm sure I'll be back. Any suggestions on a crash corse for ASP? or Web Development in general? I'm trying to cut down a page's average load time from 3 minutes to something realistic. And being new to ASP...
  2. DocGrimm

    request.form("x") not actually giving a value.

    Thanks Dave. That submit button brings it up.
  3. DocGrimm

    request.form("x") not actually giving a value.

    I think the following code speaks for itself, but basically, when trying to put a value from a form into a variable, I'm getting nothing to come through. I'm new to any sort of web coding, so any help is greatly appreciated: <% // Assign Variables hdnDate=request.form("hdnDate") %> <html>...
  4. DocGrimm

    Writing to MAS90

    Thanks for that, I got VI under control for now, but I may look you up if I get in over my head. In other news, I just heard that there should be an 'official' ODBC driver update sometimet his fall that lets you write back to the tables. Here's hoping.
  5. DocGrimm

    Writing to MAS90

    Yes, and that's the route I've just started down. My hope was to go another route however. Basically, we have someone who does bulk changes to hundreds of records in this file. She really only makes 3 group changes, but the way the interface was set up she has to do them one at a time, for a...
  6. DocGrimm

    Writing to MAS90

    I've done some searching here in the forums, and I can't seem to find any posts about writing back to the MAS90 tables from, say MS Access or VB. What I'm looking to do is this: I need to be able to bulk update the field NonTaxableSalesAmount in ARL_RepetitiveInvoiceHeader from outside of...
  7. DocGrimm

    Opening Excel with password in VB 6

    Thanks, This was exactly what I was looking for.
  8. DocGrimm

    Opening Excel with password in VB 6

    First hello all, and thanks for answering. What I'm trying to do is trying to read a single cell (say B2) from an Excel spreadsheet from within VB6. I've had some success reading unprotected spreadsheets, but I just can't seem to bring it all together. I've searched the forums and don't see...

Part and Inventory Search

Back
Top