Search results for query: *

  • Users: wongth7
  • Content: Threads
  • Order by date
  1. W

    SQL statement for databinding, VB 2005

    hi...let say in my program..there's 2 windows, the login page and the main page...when user login from the main page with username "david"...i want those textboxes in the main page to display only david's data.. -my main page is using databinding method to link to those textboxes -somewhere in...
  2. W

    how to add sql statement in databinding?, vb 2005

    hi guys..can u tell me how to add sql statement in my code here's my code for the form load.. Private Sub frmManager_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'TODO: This line of code loads data into the 'UserDataSet2.Staffapplication' table. You...
  3. W

    problem with delete button

    hi guys..im having a problem with my delete button (let's say my database has 3 records) and while my form is showing record no.3, and i clicked on the delete button, it will delete record no.1..(it supposed to be deleting record no.3)....how to correct my code and make it delete the record...
  4. W

    problems with vb2005..with microsoft access

    hi guys..i have some problem with my VB program..hope u guys can help me out in my form, there's 8 textboxes that will display data from the database, 3 button's which is '<<' '>>' and 'DELETE' explanation on my program --------------------------------- the ' << ' and ' >> ' button will...
Back
Top