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 Rhinorhino 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: JennB
  • Content: Threads
  • Order by date
  1. JennB

    can't deploy on windows ME

    I developed a VB application on windows 2000 and have been able to deploy it on all operating systems except windos me. When I try to deploy it says system files are out of date. what can I do to solve this problem? Please help I need to get this up right away.
  2. JennB

    select box resizing

    Hi, I have a select box that is being filled from a database. The problem is that one or two items from the database are super long so the select box sizes itself to the longest option. Is there a way to have the box stay a certain size until an option is selected and then resize to fit the...
  3. JennB

    Login failed for user MyComputer\IUSR_MyComputer.

    I have recently had to reinstall IIS when my it refused to recognize MyComputer. I'm not sure why but after I reinstalled it, when I try to test an asp page on the local network I get the error: Microsoft OLE DB Provider for ODBC Drivers error '80040e4d' [Microsoft][ODBC SQL Server Driver][SQL...
  4. JennB

    Login failed for user MyComputer\IUSR_MyComputer.

    I have recently had to reinstall IIS when my it refused to recognize MyComputer. I'm not sure why but after I reinstalled it, when I try to test an asp page on the local network I get the error: Microsoft OLE DB Provider for ODBC Drivers error '80040e4d' [Microsoft][ODBC SQL Server Driver][SQL...
  5. JennB

    get value from list box for asp code

    Hi, I am really having problems with this and I don't know why it's so hard. I have a page with a dynamic menu. When the user clicks on the menu I want to get all the information from the database on the field they selected and put this information into text boxes. in the <% %> brackets it...
  6. JennB

    VBscript in Java Script - understand variables

    HI, I am new to Java Script and am trying to incorporate it into my asp page so that when a user clicks on a dynamic list box, the information for the item they clicked on appears in text boxes. I can make all of the lines in the following function work except the fact that the vbscript does...
  7. JennB

    Dynamic Rollover

    I have a website that generates a list of articles from a database. Each of these articles also has a description in the database which I want to pop up when the user rolls over the articles name. Is there a way to do this? Thanks for your help J
  8. JennB

    Application Server/Upload - Problem

    HI, I'm new to ultradev and have developed an asp website. On my local computer with the application server set to local the site runs perfectly. When I uploaded it, however, none of the asp pages run. The hosting company assures me they have set up a dsn to my database which is named the...
  9. JennB

    Hi, I have a stand alone VB ap

    Hi, I have a stand alone VB application that runs off of an Access database. My client would like to take the inventory from this database and make it available online. What VB code could I use to FTP the database to the host? The client is not technical so I would like to have them simply...
  10. JennB

    How do I copy a database to a different server?

    Hi, I am new at this and have created a sql server database on my own server. I need to copy this database to another remote server. I understand the import/export wizzard but it seems to only give me the option of my own local servers to copy to. How do I include other servers through...
  11. JennB

    Filling text boxes with info from an option box

    Hi. I would like to take an option box which is filled with data from a record set, and fill the corresponding text boxes when the value in the option box is changed. I am doing this to allow a user to update the rows in the database online. While I have no problem populating the option box I...
  12. JennB

    Call a procedure from a link

    Hi, I am calling a list of articles from a sql server database and putting them in a table. I have then linked each of the articles to allow them to be downloaded. What I need to figure out is how to also call a sub procedure when the user clicks on the link. My client would like to keep...
  13. JennB

    Crystal Reports Promts for Password in Access Database

    Hi. I am running crystal reports thru a VB app and when I press the button to view the report it is asking for an Access password. THe access database I am using is not password protected. How can I prevent this promt from comming up? Thanks for your help. Jenn
  14. JennB

    Sending Group Email from Access Table

    I have a client that would like to send out group emails to everyone in a particular table in her access database. Is there a way to export the email addresses from access to the To: field of outlook?
  15. JennB

    Deployment on Windows Milenium

    Hi, I have a VB application that I am trying to deploy on a number of client computers. On one computer it installs fine but on another (OS - Windows Milenium) it tells me System files are out of date and asks me to reboot. I have rebooted many times but this does not solve the problem and I...
  16. JennB

    Deploying VB App with Crystal Reports

    Thanks for your help. I have a VB App which calls a number of crystal reports. The reports come up fine on the development machine but nothing happens when I press the button to print the reports on the client machine. Do I have to include a special dll? I have installed crystal reports on...
  17. JennB

    Accepting a Parameter in Crystal Reports

    Hi. I am new to crystal reports and would like to set up a report that would accept a parameter from Visual Basic. I have not been able to find any place in the report to set it up to take a parameter and also am not able to find a parameter property for the report in VB. Thanks for your...
  18. JennB

    Creating Crystal Report - promps for password

    This is my first experience with crystal reports. When I try to create a new report and click on 'Data File', I can select my database but it then prompts me for a password. This database is not password protected and when I try to get out of this by pressing ok or cancel I get the following...

Part and Inventory Search

Back
Top