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: anderung
  • Order by date
  1. anderung

    Refreshing MSHFelxgrid?

    Hi, There is a refresh command for the Flexgrid.. Anette
  2. anderung

    What is a intrinsic control

    An intrinsic control is a systemdefined control. All the control includen in your defaullt toolbox are intrinsic. Therefore using an intrinsic data control would be using the "data" control from the toolbox. Kind regards Nettan
  3. anderung

    Can someone please help me with the shell command?

    This is an exampe of code executing and openning the program visio. Located on the disk P" When clicking the commandbutton the program will start as if clicking on the exe file. Private Sub Command1_Click() Shell ("p:\visio50\visio32.exe") End Sub
  4. anderung

    Comparing Database

    There are probably many ways. You can create two ODBC connections to the different databases. Retrieve a recordset from both and compare the results of the resordsets. e.g conOne.open "firstODBC","signin" conTwo.open "secondODBS,"signin" set...
  5. anderung

    how can I make my Basic program run another program?

    Hi If you just want to open the program the code would be shell("path\to the .exe") If you want to execute and open a file you should use the shellexecute command. Mode info about shell execute in your API library

Part and Inventory Search

Back
Top