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...
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
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...
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...
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?
Is there any method/Software/Library which can be used to read bar codes and which can be implemented in Foxpro 2.6 for DOS? Please give the details if any.
I had written about the time needed to access the records from a dbf which has 20000 records. The solution given was to index on the fields for which filter is set and then write a SQL query. But even this does not work. Is there any setting by which the time taken to execute a SQL query can be...
I have a table in Foxpro 2.5 which has about 20,000 records. When I try to access some records (ie records meeting some criteria) by using a pop up (DEFINE POPUP PROMPT <table name.field name) or a SQL query it takes a lot of time to get the records from the table. Is there an method by which...
When we build an EXE and RUN it the forms called from the menu are displayed, but they do not take any user input.
Our Main Program is a MAIN.PRG file, its Code is :
DO SETENVIRONMENT
_Screen.WindowState=2
_Screen.Visible=.T.
DO FA.MPR
READ EVENTS
We have given the command 'Keyboard "{CTRL+F10}"' before our Report Form Command in order to maximise the print preview. But it does not work. Are there any other settings required for the same?
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.