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 IamaSherpa 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: *

  1. eugesa

    Help with MS.WORD & vb6

    sorry........ I want by code to open the "OPEN FILE" dialog box,i have tried to do this, by a "sendkeys" but i can't use this instruction with a word object. I want to see this dialog box if for example i click in a button..... and then i prefer not to use the mouse to select...
  2. eugesa

    Help with MS.WORD & vb6

    Hello, My program runs with word,i want to open a dialog box to open a word file,i do this with a common dialog control,but i want to handle the dialog,with a button, not with the mouse,i want to quit the focus to the dialog box Thanks
  3. eugesa

    crystal reports selection formula(vb)

    I need to know how to make queries with date ranges,using crystal reports selection formula This is a part of my code: *************************** If Val(txtdesde) <> 0 Then consulta = consulta & &quot; and {pasesbancos.fecha}>= '&quot; & txtdesde & &quot;'&quot; End If If Val(txthastafech)...

Part and Inventory Search

Back
Top