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 TouchToneTommy 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. HobbitK

    SP4 update = no internet

    Thanks for all the info. Looks like a great tool! Will deffinately keep in my tool box. I found the fix at Zone Alarm's forum. It turns out that ZA needed to be updated as well to work with the windows updates. Thanks everyone for all your help! You're all great! ~Mandie
  2. HobbitK

    Parameter in SQL for Access ADODB

    Hi everyone ... I am using an ADODB connection in a .BAS module(it accepts a strSQL as its' input) to run a simple select statement on an Access DBase. I use the return to dynamically add Option buttons and name them according to the business names returned. That works great, but when I try to...
  3. HobbitK

    how to call a sub from another sub

    sm2056 .. You need to set up the Process_Click event to accept input parameters. Something like this ... I am not sure of the type that needs to be declared for a sesquential file. Process_Click(flag as String) Do what you need here .... .... ... End Sub And from the calling procedure, it...
  4. HobbitK

    VB 6.0 SP5 & Windows 2000 Professional.

    Gazal ... Is it possible for you to use a completely diferent HardDrive, instead of FDisking the exisiting drive? Even if it is just some old 2gig drive. This would have several advantages. You would not need to back-up all your exisiting data. You could install Win2k, then install a virus...
  5. HobbitK

    Hot key ?

    Thanks everyone for the help ... It ended up being a bad keyboard :-) They got hit with a power outage and it seems to have taken the keyboard with it.
  6. HobbitK

    Hot key ?

    xlhelp ... Thanks ... I am going to their office later today. i will check that in both Excel and Word.
  7. HobbitK

    Hot key ?

    combo, thanks for the link. he is running Win98SE, but I did find some info. on that from your link. I hope that is not what happened (seems like to much work to fix) :-) xlhelp ... Where is the autotext? This sounds most likely the problem. Thanks again, Michael
  8. HobbitK

    Hot key ?

    Skip ... It happens ONLY on the key with 8 & * on it (top row of keyboard). This is a client of mine, and he has no idea how it happened. Tony ... and how do I fix this "keyboard mapping problem"? It's like that key acts as the Enter key, then the 8 is displayed. But if you use the 9...
  9. HobbitK

    Hot key ?

    Hi Everyone, ms office 2000 premium sr1 - in MS Word & MS Excel, When I press the #8 key, it incerts a new line or goes to the next cell. Looked in macros & there is no recorded macro & no VB script. How do I remove this, so it functions normally again? Thanks, Michael
  10. HobbitK

    Multi-Select DataGrid

    CCLINT ... Thanks .. i will try that now.
  11. HobbitK

    Multi-Select DataGrid

    Hi everyone ... I currently have a Datagrid connected to a few fields of a single table(I used a DataEnvironment and DECommand to do that). The DataGrid only shows the "Main" topics. I now need to design a method of retreiving/displaying ALL the info. on the selected items in the...
  12. HobbitK

    Word 2000 address label problem

    Hi everyone ... After years of using the Envelope and Label maker in Word2000 with Windows 98SE, a problem started today. Using Avery 8460 labels. I enter Name Address City then ,(comma) The label screen disappears and returns to a regular Word Doc. screen. I tried deleting the Normal.Dot file...
  13. HobbitK

    Setting Form BorderStyle in code

    Hi everyone ... If I use this code in the form Load,Paint, Initialize,Activate, or GotFocus events Me.BorderStyle = 0 The form actually loads with whatever is set in the properties window during design time. I also have tried using the VBConstants instead of the number. MSDN gives code syntax...
  14. HobbitK

    Setting Property of Current Text Control

    Try this [Code} Private Sub Text1_GotFocus() Me.ActiveControl.BackColor = &HFFFF& End Sub {/code} HTH Michael
  15. HobbitK

    Win2k from MSDN subscription

    ReddLefty, The only difference that I know of, is that the MSDN subscription version does not autorun, and the actual Windows files are within a folder called I386. To install the OS you have to run a utility from the CD that is in a folder named MAKEBOOT, it copies all the installation files...
  16. HobbitK

    Win2k from MSDN subscription

    Hi everyone ... Running Win2k professional that I installed from my MSDN subscription. They are slightly different from standard installations. Been having trouble with System File checker not wanting to accept the CD, error saying "not original CD". Tried what MS suggests in the...
  17. HobbitK

    Excel - typing by itsself

    Carr, thanks :-)
  18. HobbitK

    Excel - typing by itsself

    Hi everyone ... I just got a call from a client with a very strange problem. They have a DSL connection to the internet, WInXP and either OfficeXP or Office2000. When they open Excel, cells just begin filling in with Text. It appears to be Internet chatting. I am going to do all Win& Office...
  19. HobbitK

    WINDOWS 2000 PRO ERROR MSG.

    Hi All, From my MSDN subscription, I have installed MS windoes 2000 Porfessional. Now I'm getting an error msg that says "Files that are required for windows to run properly have been replaced by unrecognized versions. To maintain system stability, windows must restore origional versions...
  20. HobbitK

    Loop for time(s) needed

    Thanks everyone ... looks like 3 perfect answers .. I will play with them all see which one fits best. Michael

Part and Inventory Search

Back
Top