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 wOOdy-Soft 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: guyphil
  • Content: Threads
  • Order by date
  1. guyphil

    updateable query error question

    Hi, I have an application that is up and running on the web. It has no problems updating the (access)database. I'm creating a website with the same functionality for a different client and so I basically cut and pasted the code for the second app just changing the graphics. When trying to...
  2. guyphil

    load variables problem

    Ok, Ive manged to zero in on my problem from the last post. It's a loadVariables problem. The problem is simple: The variables load on my local computer but dont load on the server. The sript: loadVariables ("text_vars.txt", "/" , "POST"); 'loadVariables ("text_vars.txt", "_root" ...
  3. guyphil

    Password Area

    Hi, My office is changing both Domain Name and Hosting Company. As a service to our clients we have a login section in our site where clients can see how their work is progressing. The problem is, the new site isn't accepting any of the usernames and passwords (loaded variables from a text...
  4. guyphil

    Going to a frame label on another timeline

    Hi I have a series of buttons nested inside a movie clips on the stage. I have labels for the buttons so that when the user clicks a button, the playhead moves to a certain label on the main timeline. I'd like to know how to say in actionscript something like: on (release) {...
  5. guyphil

    assuring 2 zeros after decimal point

    Hi, If I have the number "1.00" in a database (Data Type:Number) How do I have show up as "1.00" on a web page and not "1" Ive tried changing the different parameters in Access(Field Size, Format, Position) but nothing has worked yet. Can this even be done through Access or will I have to...
  6. guyphil

    ADODB.Recordset error '800a0cc1'

    Hi I keep getting: ADODB.Recordset error '800a0cc1' Item cannot be found in the collection corresponding to the requested name or ordinal. The code is: sql="SELECT * FROM USERS WHERE EML=" & eml Now Iv'e double and triple checked the spelling of table "USERS" and the field "EML" in my...
  7. guyphil

    INSERT INTO error

    Hi I keep getting: Microsoft JET Database Engine error '80040e14' Syntax error in INSERT INTO statement. Iv'e checked the code over and over and cant find the glitch. can anyone tell me if they see something. Set rstSimple=Server.CreateObject("ADODB.Recordset") sql=" INSERT INTO USERS...
  8. guyphil

    Sends mail on every refresh.

    Iv'e built an online catalog/ASP application in which a visitor can click on checkboxes selecting products, and then I get this info (using JMail). This all works great, it's just that whenever a visitor refreshes a page, I get a blank email. How do I prevent the app from send an email on...
  9. guyphil

    simple passing variables from flash to asp

    Hi I'm creating a flash page with product links. The user clicks on a product and goes to a login page (asp page). after the username and password is entered the user goes to the selected product(also asp page). How do I pass on a variable from the product flash button (product #) so after...

Part and Inventory Search

Back
Top