I have tried SET PRINTER FONT "Foxfont", 9 STYLE "B" to print action diagrams - but with no success - get ascii characters instead of lines. Is there easy solution?
I am using VFP9 and have set reportbehavior 90. I then scan a file and want to cancel the report (option) I put following code in:
LOCAL llDone
ON KEY LABEL del llDone = .T.
SCAN
IF llDone
ON KEY LABEL del
EXIT
ENDIF
** then code to print report
This doesn't work in with 90 but if set...
I seem to remember a posting re modifying the report toolbar but cannot locate it. Was there or was I dreaming? If not, is it possible to modify the report toolbar - I want to add another exit option - we run a series of reports based on different frxs for different customers and want option...
I have a program where I create a cursor readwrite then put into a combo as follows:
WITH THISFORM.esipageframe1.draft
.combomajorclfilter.STYLE=2
.combolawyerfilter.ROWSOURCETYPE=6
.combolawyerfilter.ROWSOURCE="sellawf.id,initials"
.combolawyerfilter.LISTINDEX=.combolawyerfilter.LISTCOUNT...
I want to compare properties on a few forms so I can add methods from one form to another without having to worry about missing properties on the second form
I have two combo boxes side by side (boxa and boxb)-
both select data from same table but with different filters
rowsource is 6,fields xx.id,xx.descr
If I select data from boxa then from boxb using the keypress (where I have written code to set filters, requery etc.) - works ok
If I do above...
I have program in vfp8 where I create a text file using fcreate then have multiple text endtext routines putting data into that file then fclose the file - this works fine.
In vfp9 I only get data from the first text endtext routine. I see other data going to console (even tho set console to...
Is there a windows api that will let me activate a program that is already loaded if the operator tries to load second copy. We have code in our application that chks to see if form is already loaded (uses findwindow getwindow getwindowtext win 32 apis to chk) and if already loaded we display...
I want to give users the ability to move fields around a screen (in an edit box?) then when done save the format into a report. I know I would have to write the rules for each field but want to know if anyone has tried creating a "report writer". I need this for users that can't use(which...
I am using VFP9 and think there is bug in text noshow. In previous versions the txt would be put to the output file created. In vfp9, if noshow used, then txt is not output. If remove noshow in vfp9 - it works but displays all over the screen. Is this a known bug or.....
with the new features in VFP9 reports - is it possible to put an object on the preview that could trigger drilling down if operator clicks on that object - i.e. have a list of customers with a total balance - click on the total balance to see details for that customer
We have a client where all memo fields were replaced with the name of the field and pointer was set to length of name of field. Other data is in the memo if you open it in an editor (like PDT) So name of memo field is DESCRMEMO - If you browse it in Foxpro - all you see is DESCRMEMO - if you...
I have reviewed faq184-1769 and lots of info there. Not sure if enough for me to retrieve the email and past a copy of it into my dbf (I want to track emails for certain projects, clients). I see how probably easy if outlook but what about others?
I am looking for a product that will let our users design own reports with pull down list of fields available etc. Does anyone know of product that will do this with VFP (8 or 9)?
We allow users to modify reports and would like to show them a list of fields available when they are modifying. I know if dbf is in environment then available but I want to display a nice listbox of these fields for the novice user. Can that be done when modifying a report layout?
We are using vfp8 and occassionally are getting path errors where when exiting a program (compiled exe) will get things like
c:\windows\temp\testprg.fxp not found
This only happens on machines that don't have a c:\windows\temp directory.
Our VFP settings (in tools options) have temporary...
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.