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...
We have a main form with properties as follow :
Desktop = .F.
ShowWindow = In Screen
Windowtype = Modeless
From this form the menu is called and the reports are called from the menu. But if we preview one report, the menu is disabled, as a result of which we cannot generate another...
I have a project in VB6 connecting to oracle 8.0 database. The form contains tab strip. The first tab strip contains many combo boxes displaying fields from various tables and the second tab contains Mhflexgrid displaying details froM a table. The data combos are filled with the respective...
Hi,
I would like to know the system requirements for VB to run without any problem with memory. What is the ideal memory requirment for VB 6.0? Are there any additional settings required?
Also I would like to know, which files of Windows does the Setup program affect? What changes does it make...
Hi Tesar,
Can you please be more specific as to how to use this in Visual Foxpro? We do not want the screen to go blank when the command is executed. Can the volume serial number be acquired only through the VOL command or is there any other method to do this ?
We are using "RUN VOL" command to get the volume serial number of a drive in Visual Foxpro 6.0. But due to the RUN command VFP runs the VOL command on the DOS prompt because of which the screen goes blank for a second. Is there an other way to get the volume serial number?
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.