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
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
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.
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...
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.
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...
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...
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...
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...
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 =...
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...
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 =...
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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.