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!

Recent content by belcom125

  1. belcom125

    how to open form from another, while passing variables from the first?

    showdialog() works great, well... for now at least :o)
  2. belcom125

    how to open form from another, while passing variables from the first?

    I have a problem... when I do this after successfuly authenticating. Dim MainFrm = New Main MainFrm.Show() it just blinks for a milisecond and that's it. I just want to open the main application form and work with it. Why does it not stay ?
  3. belcom125

    how to open form from another, while passing variables from the first?

    ok. thanks. I'll try. I need it because once the user(sales rep) enters their username and password I can retrieve info from database based on that particular rep's Id number. Like the customers, sales orders and everything else related to that particular person. I am new to VB.NET and I...
  4. belcom125

    how to open form from another, while passing variables from the first?

    I have a little authentication window come up as soon as you start the program but then when a user enters their username and password (correctly; it is checked against database) I need it to set a few variables (variables must be public and kept until application closes) and pass them to the...
  5. belcom125

    how to assign data from table to a variable?

    OK, I just figured out a way. I am using datareader. It works just like I need it.
  6. belcom125

    how to assign data from table to a variable?

    I need to assign a data value from a dataset/dataadapter to a variable, or can I check if dataset returned any values?
  7. belcom125

    inserting into multiple tables from ASP from, need help ASAP

    can you please explain what exactly scope.identity() does? I can't find info on it.
  8. belcom125

    inserting into multiple tables from ASP from, need help ASAP

    I have 2 tables in the SQL 2000 database, Customers and CustomerAddress. The reason is because one customer can have multiple physical locations. I am building an ASP app that automates sales order process. Anyway... I have a single form that has to create a new customer record but Company...
  9. belcom125

    need to generate a unique number for each new record ?

    Oh I am sorry, forgot to mention... I am using SQL 2000
  10. belcom125

    need to generate a unique number for each new record ?

    I need to generate a unique number besides the autoincrement ID field that will be a unique alphanumeric order number, maybe even in sequence to look better say... ABCD0001 format
  11. belcom125

    how to display and update data?

    need some help to figure out how to display existing data for a particular record in Form fields and if changed in the field I need to click update button which will update the changed fields in the database, or maybe all because the ones that weren't changed gonna stay the sane anyway. what's...
  12. belcom125

    Private network, computer to server doesn't work, need assistance

    I setup a 2003 server and have a workstation right beside it. Web server and workstation both on 192.168.2.0 network that's connected to a router and then to internet. The server is only letting through port 80. For security reasons. I don't wanna access it from my workstation through this IP...
  13. belcom125

    How do I subtract (1 to 10 minutes) from current time?

    I am kinda close to resolution though, but I still don't think that my current solution is completely appropriate.

Part and Inventory Search

Back
Top