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 Mike Lewis 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. Ekliptic

    Datarepeater and combobox

    Hmmm that didn't work either. I just doesn't seem to want to take for some reason. I'm going to try rebuilding the control again (for a third time) just to make sure I didn't miss anything.
  2. Ekliptic

    Datarepeater and combobox

    Hi garths2, Thanks for your reply. I've bound the combo box in the ocx to an adodc on my form. From there I've set up the field mapping from the combobox to the Weight field in my database through the adodc. Hope this helps clarify the situation a little more.
  3. Ekliptic

    Datarepeater and combobox

    This problem has been wearing on me for sometime now and I've tried everything that I can think of to fix it. Anyway, I have created a custom control to be placed in a data repeater of another project. In this custom control there are 3 text boxes and one combobox. I don't want to allow the...
  4. Ekliptic

    Problems with FTP and ping timesout

    That's what I had figured as well. The tracert would fail even before the first hop which made me think that it was my machine but no matter what I did I couldn't get it to hop out of my machine to the next node. I was however able to get this fixed. What I did is phoned my isp's upstream...
  5. Ekliptic

    Problems with FTP and ping timesout

    Hey Pansophic, Thanks for replying. I tried a tracert and it times out as well. I even used visual route and it said no nodes are responding. This is odd as I can surf the net but not ping this guys ip. I tried ftp through IE as well and it can't connect.... same problem. I'm wondering if I...
  6. Ekliptic

    Problems with FTP and ping timesout

    Hi All, Wondering if you could help me with a problem. I have multiple friends who have an ftp that everyone else can connect to but I can't. When I try to connect with my ftp client connection failed(connection lost). When I try to ping their ip it times out. What's really odd is that I...
  7. Ekliptic

    Round Robin Schedule Mind Bender!!! I need some help with this one.

    Ok here we go... I have to do a round robin scheduling application for a non for profit group. I've been working at this for hours and have come up empty handed... so I went to the net for some help and here is what I found. I found this question and answer between these two guys and I...
  8. Ekliptic

    Add a "Selection" to the Windows Exlorer Right Click PopUp

    I would like to add a selection to the windows explorer right click popup and when clicked will execute certain code in my vb program. Basically what I want to do is create a vb program that creates a folder of the same name of the file right clicked on, in Windows Explorer and move that file...
  9. Ekliptic

    Shortcut Keys from Desktop not working

    I've created a small VBS script to create a folder under the current folder I'm in, in Windows Explorer. To run this script I sent a shortcut to the desktop and assigned it the shortcut keys ctrl + alt + c but the script won't run when pressing these shortcut keys (It's pointing to the script...
  10. Ekliptic

    How to keep a form "always on top"?

    I have a little different situation. I have a program that uses MDI. Neither of these options work. Is there any way to keep a form on top in an MDI environment? -T
  11. Ekliptic

    No parameters in URL

    herb8, I've tried passing a variable as you described above but when I go to add the variable to my database it says the variable is null. For some reason it's not being passed. Any ideas?
  12. Ekliptic

    Patch for VB5 to open an Access 2000 Mdb

    jerjim, Can you tell me how it worked out ??? Thanks
  13. Ekliptic

    Help - Mission Critical - Using Vb5 to access an Access 2000 Database

    hellovb, I just saw another post you made. I'll try applying the Visual Studio 6.0 Service Pack 4.0 to Visual Studio 97. Thanks for the help.
  14. Ekliptic

    Help - Mission Critical - Using Vb5 to access an Access 2000 Database

    By installing Service Pack 4 on Visual Basic 6.0 you can eliminate Access 2000 problems. There is no Service Pack 4 for Visual Studio 97. Hence I still have problems. Anyone have any other ideas?
  15. Ekliptic

    Help - Mission Critical - Using Vb5 to access an Access 2000 Database

    Is there a way to do this ????
  16. Ekliptic

    Coolbars, toolbars, and imagelists with disabled icons

    Thank you! Just the answer I was looking for.
  17. Ekliptic

    Coolbars, toolbars, and imagelists with disabled icons

    From what I understand in creating a coolbar you add a toolbar with an imagelist connected to the toolbar. I want to be able to disable an icon when the situation calls for it but I can't find code or a way to do this anywhere. Do I add another imagelist in the Disabled Imagelist option in the...
  18. Ekliptic

    Need help understanding the FIND method of a recordset.

    That seemed to work! I guess you have to specify adSearchForward and the adBookmarkFirst even though the default is adSearchForward. Thanks for your help.
  19. Ekliptic

    Need help understanding the FIND method of a recordset.

    Unfortunately I don't think ADO has the findfirst and findnext methods.
  20. Ekliptic

    Need help understanding the FIND method of a recordset.

    I'm using the find method of a recordset but am getting the error "Rowset does not support scrolling backwards". I don't understand why I'm getting this error message when my code looks like this: (Note: the default direction to the find method is adSearchForward) Customers.MoveFirst...

Part and Inventory Search

Back
Top