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

  1. teknophile

    InterDev New Project Wizzard prob !

    When I start a new project it does not go beyond Step 1!! It asks about the web server and I set localhost and it says it cannot find it !!! Although I run Win2000 SP2 with IIS 5 and IE 6, Internet Explorer does functions with localhost. If I try to access http://localhost/test.asp (a small...
  2. teknophile

    WHAT'S WRONG WITH THIS LOOP !!!!?????

    Private Sub Command1_Click() Dim i, a, x As Integer Dim array1(1 To 49) As Integer rsControls.MoveFirst For x = 1 To 49 array1(x) = array1(x) + 1 Next Do While Not rsControls.EOF rsControls.MoveFirst For a = 1 To 49 For i = 1 To 49 ******* If rsControls.Fields("No1") = i...
  3. teknophile

    Open different databases in VB ...

    I need to open different databases (tables) designed in Access 2k. And view them in a FlexGrid. Then I need to add records, delete and change. How can I open db files ? AND NOT BIND THEM WITH AN OBJECT AT RUNTIME ... ? Thanks

Part and Inventory Search

Back
Top