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 strongm 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: belcom125
  • Order by date
  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.
  14. belcom125

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

    Updating values, how to make it work? by Belcom125
  15. belcom125

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

    maybe you guys can help me solve the problem at the root then? I posted recently another topic "the problem itself". I guess you know how to find the post. So please have a look at the description an the code I am using and the problem I am having. I'd appreciate another opinion on this.
  16. belcom125

    Updating values, how to make it work?

    Nope, I tried and got a bunch of weird numbers instead of proper format CustomerNumbers and still get 30 records that occur twice.
  17. belcom125

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

    Yes I know that it is not the most proper way. But I am getting frustrated here. I've been working on this task for a like a week now. Which seems like a VERY long time. And right now I just wanna hand it in as long as it works. I am kinda an intermediate SQL programmer however sometimes I...
  18. belcom125

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

    I am doing an update procedure where I am running the first update and then the second update statement only needs to update the records modified by the previous one. So I wanna specify in the where clause that it needs to update only the records where the LastUpdate Time and Date is within the...

Part and Inventory Search

Back
Top