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

  • Users: Phonez
  • Content: Threads
  • Order by date
  1. Phonez

    PDF's

    Is there a way to save pdf's instead of opening them in explorer when you left click or even just stopping them from opening. I presume that there must be an easy way to do this but I cant seem to find it. Thanks in advance
  2. Phonez

    Reading head content

    Is there a way to read the head content on your pages to provide your own google type search utility. I have seen ones knocking around but I just wondered if it is possible to do yourself in asp Thanks in advance phonez
  3. Phonez

    Writing data to a textbox

    Hi all, This might be the easiest question on this forum this week but I am having problems and its driving me nuts. I am pulling some data from a database and writing it to text fields in a form so I can change values and save them. The problem that I am having is that if there are any spaces...
  4. Phonez

    Recordset paging

    I have tried various methods from the web to try and do this but I cannot seem to be able to get it to work. I am trying to use rs.absolutepage but it comes up with an error saying Object or provider is not capable of performing requested operation. It is starting to drive me crazy now so...
  5. Phonez

    Access and SQL server

    I am currently looking for a way to query a field in an access database against a field in an SQL server database. Is this possible or do the fields have to be in the same database Thanks in advance
  6. Phonez

    Print Server

    This might be a simple question for some people out there but here goes. Is it possible to set up a print server which will manage 6 parallel printers either connected to it or over a network. I have looked at netports and adapter cards but is there an easier way? Thanks in advance
  7. Phonez

    Strings to Integers

    I realise that this might be the most easiest thing to do but for some reason I cant get it to work. All I am trying to do is convert the value in a session variable into an integer so I can conpare it with a record in a database. The term 'can't see the woods for the trees' comes to mind
  8. Phonez

    Apache and ASP

    Does anyone know if there are any problems when running ASP on an apache server. When I try and run the pages it shows them as if they are being run locally. Any help would be appreciated
  9. Phonez

    session variables

    Is there a maximum amount of text that a session variable can hold. I am trying to store the value of a textfield so I can use it later to send in an email. Is there any alternatives to session variables which would be able to store more?
  10. Phonez

    && and ¦¦

    I have a form with two checkboxes on. I am trying to make it so either one or the other have to be selected before the form submits. I know it should be easy but I have probably been looking at too much code today to notice whats wrong here is the code <script language=&quot;JavaScript&quot;>...
  11. Phonez

    ODB databases and ASP

    Does anyone know if it is possible to connect to an ODB database within ASP. You can define an ODBC connection and try to connect to that but I cannot find any examples of the code that needs to be used to do this. Any help would be appreciated Thanks, Jon
  12. Phonez

    Menus

    Hi, Is there any way to dynamically change the text on a page in javascript without refreshing the page. I am trying to make a hierarchical menu in javascript but after writing the contents of a function to the page you cannot run other functions unless you refresh the page first. Thanks in...
  13. Phonez

    Outlook help

    I am trying to share a calendar between two machines from inside the personal folder of one. I have tried share from the file menu but it will not let me select any recipients. Is there anything you must do first in order for this to work? Thanks in advance for any help Jon
  14. Phonez

    Recommended Books?

    Hi, I am looking to learn Java as I need to know it for my university course. Does anybody have any suggestions for a book suitable for a beginner Thanks, Jon
  15. Phonez

    Opening Windows

    I am using a javascript open window function to open windows on a cd. So far the first page loads up, opens a new fixed width window and shuts itself down. This new window has a link to another javascipt open window function which opens another window and shuts itself down. The new page has all...
  16. Phonez

    Help!

    This is probably the most easiest question anyone has ever asked on here but where do you store your icons so you can select them from the drop down box in the options section of make project. And when you select this icon does it need to be on every computer that the exe file is on.
  17. Phonez

    Recordset paging

    Does anyone know how to page through records properly. I have got a messageboard on my site but when trying to view the next 5 records it does not seem to work. The primary key is an autonumber which I am also having problems with because I keep getting a type mismatch error when I try to...
  18. Phonez

    Uploading files

    Does anyone know how to upload a file from a users computer onto the web server. I am trying to do this so I can send the file as an attachment to an email address. All of the scripts that I have seen on the web do not appear to work. Any help appreciated
  19. Phonez

    Database Help

    Does anyone know if it is possible to find a database structure through ASP. What I am trying to do is let users select a database from a directory on the server. From this I wanted a list to come up with the tables names in that database and then from there a list of the field names. I sounds...
  20. Phonez

    Directory Printing

    Does anyone know if it possible to print out a list of all files in a particular directory onto an asp page.

Part and Inventory Search

Back
Top