WE HAVE A APPLICATION IN VFP 6.0.
WE HAVE USED FREE TABLES IN THE APPLICATION
THE PROBLEM IS THAT IF THE APPLICATION IS PROPERLY CLOSED THEN THE DATA IS SAVED
BUT IF THE APPLICATION IS CLOSED ABNORMALLY(i.e. Shut dOWN OF Machine Etc.) THEN ALL THE DATA IS LOST AFTER THE LAST DATA SAVED (I.E...
Export data to Excel AND FORMAT THE columns
i have used the code to convert to excel as follows
i want to format the exported excel columns
please help
oExcel=createobject("Excel.Application")
with oExcel
WITH MyExcelObj
.Workbooks.Add
.Sheets(1).Select...
Hi,
I would like to know the feasibility of using Visual Foxpro as a Back End and VB as a Front End. Does VFP has any advantages over MS Access. Also its limitations.
Waiting for a reply.
Thank You
Instead of TYPE Command We used the Command:
COPY FILE TEMP.TXT TO LPT1.DOS
It prints perfectly along with control characters but gives an error "Cannot Create File"
Please help!
We are using CHR(15) programmatically to condense a report. This works fine when the entire report is to be condensed. But if a particular line of the report is to be condensed only dots are printed. In this case CHR(15) is included in the report file using a field expression.
Below is the...
If the Report in Zoomed to 75% the characters are not displayed properly. It is not at all readable. Please give us some solution. The Report Font is MS sanserif and Font size is 10.
Hi,
Is there any method to get the volume number of the mapped network drive ? for eg from Comp2 the D drive of Comp1 is mapped to H:. We want the volume number of H drive ie the D drive on Comp1
When I run my VFP application from Comp2 I want the Volume Serial Number of the drive mapped to...
Thanks for the reply.
But what we are looking for is the Volume Serial Number of the mapped drive. As per the example given above when I run my VFP application from Comp2 I want the Volume Serial Number of the drive mapped to Comp1 (which has the data used by the VFP application).
Hi,
Is there any method to get the volume number of the mapped network drive ? for eg from Comp2 the D drive of Comp1 is mapped to H:. We want the volume number of H drive ie the D drive on Comp1
Thanks in advance
WE HAVE CALLED A MODELESS FORM FROM THE PRG
The code is :
PRIVATE m.n_item
m.n_item = 0
DO FORM XXX with A,B,C
IF m.n_item = 0
RETURN
ELSE
"FURTHER CODE"
ENDIF
The VARIABLE m.n_item is assigned a value in the forms Unload Method.The Form is modeless. but the Form executes only the...
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.