Results 1 to 22 of 22

Thread: Statement to get data from txtSearchID and ...

Threaded View

  1. #19
    Hyperactive Member
    Join Date
    Dec 2006
    Location
    Jar, Norway
    Posts
    372

    Re: Statement to get data from txtSearchID and ...

    Here you call Call SetGrid twice:
    VB Code:
    1. frmSDetails.SetGrid
    2. frmSDetails.Show
    3. frmSDetails.Top = 4360
    4. frmSDetails.Left = 660
    5. frmSDetails.txtSearchID = txtID
    First by frmSDetails.SetGrid
    Then by frmSDetails.Show ( in Form_Load: Call SetGrid)

    And
    VB Code:
    1. frmSDetails.Left = 660
    2. frmSDetails.Top = 4360
    3. 'frmSDetails.txtSearchID = frmLPO.txtID ' If txtId is Public or TextBox.Name in frmLPO
    is best inside Form_LOad of frmSDetails

    Nice program!
    Morten
    Last edited by Ember; Dec 13th, 2006 at 09:10 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width