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!

Recent content by Guru2B

  1. Guru2B

    User Interface Design

    Hi, I have been looking for a while at applications such as Norton Antivirus, MS Money and Quick Books, and have noticed that they seem to have this 'web like' interface to them. Can anyone tell me if these are special controls they are using or are they the regular controls tweaked to look...
  2. Guru2B

    Validation in classes

    Hi! I am writing an IIS app(webclass) that (among other things) allows a user to add or modify customer information. It uses a function to write the add/modify HTML. If the function is passed a customer object, it displays the form populated with the information in the object. If there is no...
  3. Guru2B

    Error Deploying Web Application

    Check out this link: http://support.microsoft.com/?kbid=190778
  4. Guru2B

    Data Validation and IIS Apps

    Hi! I am writing an app that (among other things) allows a user to add or modify customer information. It uses a function to write the add/modify HTML. If the function is passed a customer object, it displays the form populated with the information in the object. If there is no object, it...
  5. Guru2B

    How To Obtain the ID Number of a Record Inserted w/Parameter Query

    Hi! I am trying to find the answer to this one... I have changed all my hard coded SQL queries to parameter queries stored in the DB and am using one of these wonderful things to insert a new record into a table. With my old way of doing things, the task of obtaining the ID of the newly...
  6. Guru2B

    One application hosted on one machine run by many users

    Hi... Well the thinking was that if in the future I needed to make an adjustment or totally redesign the entire project, deployment would be smooth and simple - change ONE program file. So what I understand is that the app can be run across a network. Is there anything special I have to take...
  7. Guru2B

    One application hosted on one machine run by many users

    Hi... Well the thinking was that if in the future I needed to make an adjustment or totally redesign the entire project, deployment would be smooth and simple - change ONE program file. So what I understand is that the app can be run across a network. Is there anything special I have to take...
  8. Guru2B

    One application hosted on one machine run by many users

    Hi, Can anyone tell me if there is a way to write one app...deploy it on one machine - say a server, create shortcuts on users' desktops and allow them to run multiple instances of the same program? Further is this wise? I have been playing with webclasses, but my experience is slowing things...
  9. Guru2B

    Explorer style interface

    Hi all, Can anyone tell me if there is a way to create an explorer style interface (Outlook, Eudora etc) using VB? Must I code the entire thing manually? I have used VB 6's Application Wizard, but the button bar and the treeview and listview controls look very dated. I'd like to build an...
  10. Guru2B

    Connection to Access

    Which line is the code failing at? What is the error message you are getting?
  11. Guru2B

    Proffesional advice on app. design

    Why in the world would you want to put 10000 records in a combo box? Will a list box not work?
  12. Guru2B

    how to bound optionbutton to the database?

    Check the value of the field in the database and set the corresponding option button's value to selected. Good luck
  13. Guru2B

    A Function that returns an ADO Connection

    Hey all! I thought I read somewhere that it is best to use a function that returns a connection object whenever a connection object is used thereby keeping the connections centralized. I cannot recall what I have to do to accomplish this, I have tried something simple, but find that I cannot...
  14. Guru2B

    Object saves slower than form grabs info

    Hi, I have a form that allows a user to modify a record using a class behind the form. Once the record is saved, the form closes and a listbox on the main form is populated via SQL with the updated records from the DB. The problem seems to be that when the listbox is populated, the class has...

Part and Inventory Search

Back
Top