Hi Nigel
Thanks for the reply
currently my desktop app is creating Text file which includes financial entries like vouchers etc. and the same text file get imported in QuickBooks desktop version. Now we decide to use Quickbooks online and we need the same functionality to import vouchers via...
Hi Mike/Nigel
Sorry for my delayed response. Thanks for the suggested solutions.
I have checked the issue at client machine it is happening when we print Foxpro report directly to "ADOBE PDF PRINTER". The solution we gave is to use "MICROSOFT Print to PDF" instead of "ADOBE"
Thanks
Mukesh...
@Nigel
In program, it is "Set reportbehaviour" value is 80, i am using VFP version 9
i am not using Foxypreviewer
Line of code that is printing report
REPORT FORM (lcReportForm) &lcClause PREVIEW WINDOW PrintPreView
@Dan
Screen Zoom factor is already 100%
Thanks
Mukesh Khandelwal
But this happens only with this particular report. Preview other reports are ok.
also print of this report is also ok, only issue is with preview of this report only
Mukesh Khandelwal
Hi
I am using a standalone Executable of foxpro application. getting one issue of report preview is not coming correctly.
i am attaching the image of report preview.
Thanks
Mukesh...
Hi all
Thanks for your replies.
Sometimes we need to debug application on client side and we do not want to install full Foxpro on client side. This is to run Foxpro on client side to debug any program or feature that was not working on client system.
Thank you
Mukesh Khandelwal
Hi
i want to run VFP9.exe with required DLL's only. I tried to do the same by copying all the required files in a folder.
I have copied the following files in folder VFP9 and tried to run VFP9.exe
but it gives the error
"Visual FoxPro cannot start. Could not load resources."
gdiplus.dll...
Hi
If you are not using SET PROCEDURE command and your program file contains multiple functions then you can also use
do FunctionName in utils
Thanks
Mukesh Khandelwal
Yes, Olaf is correct. instead of passing "THISFORM" as parameter, you can pass the value of MOnth and Year to your PRG file so that your program is not dependent on the FORM object.
You may use the same program file as a generic process just by passing Month and Year values.
Thanks
Mukesh...
Hi
You can call your program as
( Pass "THISFORM" as parameter to PRG file.)
DO (lcDir)+"code\deped_newprod.prg" with Thisform
Code of deped_newprod.prg
Parameter oForm
lcMonth = ALLTRIM(oFORM.cboMonth.VALUE)
Thanks
Mukesh Khandelwal
Hi
This type of question is already asked in the forum. Please check the below link
https://www.tek-tips.com/viewthread.cfm?qid=1717274
https://www.foxite.com/archives/convert-row-into-column-0000298548.htm
Mukesh Khandelwal
Hi
I think your question is how to stop this dialog from coming up when you open any table.
issue command "SET CPDIALOG OFF"
this will not open the Code Page dialog box when a table is opened.
Thank you
Mukesh Khandelwal
Hi
I do not think this code is working correctly or is it working at all. i found following issues in it.
You have assigned following variables
*////////////////////////////////////VARIABLE STORAGE///////////////////////////////////////////////////////
Start=1
End=4
and on the basis of these...
From your post i understand that in your payroll software you have functionality to calculate arrears by giving "Start Month", "End Month" and "Employee Code". your program will search Employee table and calculate salary of every month and stores the difference in a table.
and then you talked...
Hi
Can it be done by converting PDF to word document
From VFP you can automate word document (i.e. filling of all the required fields)
Save the word document again into PDF file
Thanks
Mukesh Khandelwal
Mukesh Khandelwal
Yes, Mike is correct "Invalid Date" message is not a bug. It is an error message from Foxpro when user enters incorrect date.
As you are using "@ row, col get " commands for accepting values from user, You can use VALID clause along with "@ row, col" to customize/Handle error message. But if...
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.