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 bkrike 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: *

  • Users: 4waystop
  • Content: Threads
  • Order by date
  1. 4waystop

    MS Htmlctrl example problem - where to put include files??!

    Hi I'm a bit confused and think I may be missing an include file or a setting somewhere to tell the compiler where to look for the included file. I'm simply trying to get the MS example of the STHtmlDialog to run which I downloaded from: http://www.pocketpcdn.com/articles/htmldialog.html...
  2. 4waystop

    Install javax.comm and get it to work!!

    Hi I'm having trouble installing javax.comm onto j2sdk1.4.2_06. I've put all the files in the place detailed in the documentation, but all I get on running BlackBox is the "No ports found!" error. I'm using Eclipse, so I've pointed the build path to comm.jar. Eclipse is happy with the code and...
  3. 4waystop

    Add incremental number to username if already exists

    Hi I've got a table which holds account numbers, usernames and passwords. I already know the account number, but I want to add a username and password. Obviously the username must be unique, and the field is set not to accept duplicates. The username is going to be made out of the user's first...
  4. 4waystop

    #include with client-side javascript - WEIRD problem

    Hi I've got two pages, one page which I want to show to the client and another page whose sole purpose it is to house a bunch of client-side javascript functions. I'm trying to include this page with javascript functions in the page which I want to show the client. The problem is that although...
  5. 4waystop

    Assign variables to an SSL connection

    Hi I'm wandering first if its possible to assign variables (such as a username) to an SSL connection at the server-end, so that the server will know for sure which client it is talking to. And secondly how do you do it from ASP or where do I even begin to look? I'm not having much luck with my...
  6. 4waystop

    Multiple JOIN statements

    Hi I'm having trouble trying to join the information of three tables together in an single SQL statement. It can be done in two statements but its a bit wasteful! I'm trying to get information from the Contract and ClientRT tables which fulfil certain specifications(Contract.FromDate must be...
  7. 4waystop

    Funny little Javascript Array problem

    I'm having a little problem with getting data back out of Javascript arrays. I guess the two different methods or storing slightly different data somehow. My array is initialized as such: var payment = new Object(); payment.cc = new Object(); If there is data present when the database is loaded...
  8. 4waystop

    Comparing .value string of combobox w/ JavaScript

    Hi I've got a form which calls an asp page with POST. Within this form I have a selection box which has a two different options, each identified by a short string - in this case either cc or ca. When I come to call the value of this using: var payMet = Request.Form("payMethod"); it is not...
  9. 4waystop

    Databases: Get ID of new record after INSERT

    Hi I've been relentlessly querying google about this and got nowhere, all I can find is how to do it in VB Script or using LiveWire. What I want to know is once I've inserted a new record to the database (in this case MS SQL Server), how do I find out the Autogenerated indexing number for that...
  10. 4waystop

    Databases: Get ID of new record after INSERT

    Hi I've been relentlessly querying google about this and got nowhere, all I can find is how to do it in VB Script or using LiveWire. What I want to know is once I've inserted a new record to the database (in this case MS SQL Server), how do I find out the Autogenerated indexing number for that...

Part and Inventory Search

Back
Top