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 SkipVought 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. hawkcg

    AJAX Datagrid Refresh

    I think that's where my problem is. I'm not sure how to get the data back from it.
  2. hawkcg

    Word interop FileNotFoundException

    I'm using Word 2003 and I installed the Office 2003 PIAs.
  3. hawkcg

    Word interop FileNotFoundException

    I'm trying to create a mailing label merge using Word, but whenever I call this: Dim oDoc As New Microsoft.Office.Interop.Word.Document I get the following exception: System.IO.FileNotFoundException: Retrieving the COM class factory for component with CLSID {00020906-0000-0000-C000-000000000046}...
  4. hawkcg

    AJAX Datagrid Refresh

    I'm trying to use AJAX or some kind of client-side callback scripting to make my datagrids refresh without having to do a postback everytime. I'm using a master page, which adds a bit to the complexity of it. However, I've got it working to an extent. I'll post some of the code that I've got to...
  5. hawkcg

    KeyDown form event not firing from RaiseEvent on Masked Edit box

    This is something that has been killing me all morning. It seems like the fix would be simple, but seems to escape me. I have a form which has a form event based on the KeyDown event. Public Event KeyDown(KeyCode as Integer, Shift as Integer) I have textbox and masked edit controls on the...
  6. hawkcg

    Anyone know what Winzkjt.exe is?

    Thanks for your help. I am going back down there this weekend and will fix it then. He just bought Norton AV 2003, so hopefully that should clean it up. Hawk
  7. hawkcg

    Anyone know what Winzkjt.exe is?

    On my father-in law's computer (Win2K Pro, SP1) there is a program running in the Task Manager called Winkzjt.exe. I have searched Google, MSN, Yahoo!, and here for anything and don't get a single hit. Any ideas on what this is? It will occasionally (about every 8 seconds) take up to 99% of the...
  8. hawkcg

    "Base table fields have been changed" error

    This is a problem that is driving both me and my customers crazy. I have tried various things to fix it but haven't come up with a solution yet and need some help. We are running VFP7 on SQL2K machine and occasionally, though not often, it will give an error saying "Base table fields have...
  9. hawkcg

    Opening a Quicken database

    Is it possible to open a Quicken 2002 database from within VB? I know that there is a QWAPPLIB file which you contains methods and functions, but I can't seem to get any of them to work. Is this possible? I'm not sure, but I think that a previous post I had on this was deleted. If it was, could...
  10. hawkcg

    Quicken question

    I don't even know if I should be attempting this, but I am trying to write a program that will open up the Quicken database using the QWAPPLib dll that is installed with Quicken. I have set up the beginning of this as follows: Dim qDB As New QWAPPLib.Quicken Dim hQDF As Long hQDF =...
  11. hawkcg

    GenDBC Problem

    Yes, there is a file. I was just looking at that. The file is 3.20 MB. It won't compile, but enough was written for me to get what I want out of it. Thanks to everyone for their help. This message board always helps!!! Clay
  12. hawkcg

    GenDBC Problem

    I am using VFP 6 on one machine and VFP 7 on another, just to see if it would make any difference. I still get the same error. I tried running GENDBCX as well, but it gave me the same problem, just on a different line number. I would think that the size requirement would be bigger as well, but...
  13. hawkcg

    GenDBC Problem

    OK. How do I make it smaller then?
  14. hawkcg

    GenDBC Problem

    Are you saying 65,000 KB or 65 KB? 65 KB would be an awfully small size.
  15. hawkcg

    GenDBC Problem

    I am trying to run GenDBC on a databaase with all local views, expressly intending to transform it into a script that will write the remote views for me. My problem is that when GenDBC gets 99% finished, it gives an error. "Unrecoverable Error: Program is too large. At Line: 460" The...
  16. hawkcg

    Add/Remove Programs problem

    Well, I did install the OS on top of itself, which only made the problem worse. It was time for a reformat and reinstall anyway. Too much shareware junk. Thanks for everyone's help. Hawk
  17. hawkcg

    Add/Remove Programs problem

    Anyone else have any ideas? I'm trying to fix this without formatting.
  18. hawkcg

    Add/Remove Programs problem

    Yes, it's on a network. No it is not a policy problem. This is my personal laptop. Everything worked fine until about a week ago, but I can't remember what I might have chenged to make it not work.
  19. hawkcg

    Add/Remove Programs problem

    When I open Add/Remove Programs, the box where the programs should be displayed shows "No programs are installed on this computer", but if you scroll down, every program I have installed is listed. I can't uninstall anything right now, because everything is the list is disabled. I am...
  20. hawkcg

    Help Menu item disabled

    When I create a build of my application, the help file does not seem to work. When the EXE is run, the Help selection on the menu is disabled. I set the options to point to the help file, but it does not seem to do any good. Any ideas on how to fix this?

Part and Inventory Search

Back
Top