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

    Using VFP6 with Adobe Distiller 5

    Using a VFP6 compiled app with Adobe Distiller 5 as a printer. Using the REPORT FORM TO PRINTER command, a PDF is supposed to be created with the name of the FRX file that was run. Usually this works, but sometimes it sends the output to a "Visual FoxPro.pdf" instead. Any ideas? TIA, mmund
  2. MMund

    Unable to open form

    Thanks to all. Turns out the files are corrupted, so I've decided to have the backup team restore them. MMund
  3. MMund

    Unable to open form

    Have a form in a VFP9 app that I inherited from a previous programmer. Cannot open the form in the project. Further examination reveals the SCX file is blank, but the SCT is not. Anyone have any suggestions? TIA, MMund
  4. MMund

    Writing text file using Excel VBA

    OpenTextFile is a VBA function that opens or creates a text file. In this case, the "c:\ge.txt" is the file path and name, the 8 means make it writeable, and the True means create it if it doesn't exist.
  5. MMund

    Writing text file using Excel VBA

    Years ago, before I started working for my current employer, an Excel VBA app was written that writes a text file to the user's C:\ . When I hired on, this was one of many apps for which I assumed responsibility. The program has worked with little in the way of work from me for years, until...
  6. MMund

    VFP 6 on Windows 7

    Compatibility with Windows 8 is not a big issue for us at this point, as we're just getting ready to move to 7, and will likely be there for some time. Also, some of the old VFP3 apps may no longer be used, and if they are, I'll probably just convert them to VFP6.
  7. MMund

    VFP 6 on Windows 7

    I support over 100 VFP apps currently running on Windows XP. Most of these are VFP 6, a few VFP 3, and a few VFP 9, all of which were written by programmers who left before I was hired. We are getting ready to make the jump to Windows 7. My question: Generally speaking, will these apps run...
  8. MMund

    Missing Class?

    Thanks to all, here's what it turned out to be: I am not the original programmer of this system, he is long gone, and documentation was apparently not his strong suit. It turns out that this app can only be compiled and run on one PC in our company. When I compile it and run it on that PC, it...
  9. MMund

    Missing Class?

    Have an app compiled in VFP6 that had been working, yet even though no changes have been made to it, is now throwing the following error: Class definition TEST.MYCLASS is not found Have tried recompiling it to a different name and have even tried recompiling to a different name using VFP9, to...
  10. MMund

    SQLEXEC problem

    Problem solved. Took the math operations out of the DB2 query and did them once I had the VFP table built. Thanks to all for your help.
  11. MMund

    SQLEXEC problem

    Having a problem getting data from a DB2 database to a cursor using VFP6. Here's my code: c_query = " SELECT Associate.ASSOC_NUM, Associate.STORE, Associate.DEPT,Associate.Norm_hours, "+; " Associate.LAST_NAME, Associate.FIRST_NAME, Associate.MIDDLE_INIT, "+; " Associate.HIRE_DATE...
  12. MMund

    Compile error with Excel

    I'm using some VBA with Excel 2003. My VBA contains the following code: Private Sub txtAssocID_Change() If strCategoryChoice = "SUPPORT" And Len(Trim(Me.txtAssocID.Text)) = 6 Then With frmAccountability .Label2.TextAlign = fmTextAlignCenter .Label2.Caption =...
  13. MMund

    Copying to Excel sans macros

    I have an Excel 2003 workbook with five worksheets and VBA macros running in the background. What I'm wanting to do is copy one of the worksheets to a new Excel workbook, while leaving the macros off the new workbook. I've figured out how to keep the other four worksheets from copying over, I...
  14. MMund

    Calling a SQL SP

    I'm using VFP 9 to call a SQL Server 2005 SP. I'm setting up an optiongroup with 4 radio buttons, containing the quarter ending dates for a year. I'm sending the results of the selection to a variable as follows: local QtrEndDate as DateTime DO CASE CASE THISFORM.optiongroup1.VALUE =...
  15. MMund

    Crystal printing to wrong printer

    Is there a way to get Crystal Reports XI reports to print to the user's default printer? We have several reports that continue to print on out printers in IT when they should be printing in other departments. Other reports print correctly. If you set another printer as the default printer...
  16. MMund

    Logon Failed message

    Still having this problem. Ideas, anyone? TIA, MMund
  17. MMund

    Command Window not appearing

    Have VFP9, and my command window will not appear, even if I Ctrl-F2. The option is present on the drop-down window, and is not grayed out. It just doesn't respond. Ideas, anyone? TIA, MMund
  18. MMund

    Logon Failed message

    Have several Crystal Reports printing off a Visual FoxPro form. All of them will print except one. The report is getting built, and I can print it from a PDF or directly from Crystal. Nothing happens from Fox. I then told Fox to preview the report instead of printing, and got a "Logon...
  19. MMund

    Summary Record

    Yes, that is what we want.

Part and Inventory Search

Back
Top