Search results for query: *

  • Users: due
  • Order by date
  1. due

    how to use FindByPrimaryKey ?

    hello, how could i move to a position using the table's primary key? Dim Search_ID AsLong Search_ID = Me.lst_Search_Emp_No.Items.Item(Me.lst_Search.SelectedIndex) Me.Ds_emp_loc1.Employees_Locality.FindByEmp_No(Search_ID) 'now what to do? any help?
  2. due

    Newbe trying to write simple program

    Display = (txtDisplay.Text) the right side goes into the left side of the (=) shouldnt it be txtDisplay.Text=Display ?
  3. due

    find a file

    well, normaly it would be in c:\program files\internet explorer\iexplore.exe to get the real "x:\program files\" path use Dim ProgPath As String Dim IEPath As String ProgPath = System.Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles) IEPath = ProgPath & "\Internet...
Back
Top