Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vfpgolfer
  • Content: Threads
  • Order by date
  1. vfpgolfer

    printing action diagrams with foxfont in vfp9

    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?
  2. vfpgolfer

    cancelling a report with set reportbehavior 90

    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...
  3. vfpgolfer

    modify print toolbar

    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...
  4. vfpgolfer

    rowsource problem

    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...
  5. vfpgolfer

    is there utiltity to compare properties of forms

    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
  6. vfpgolfer

    combox side by side

    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...
  7. vfpgolfer

    windows 2000 client and exchange server 2003

    We are upgrading to exchange server 2003 - can we use windows 2000 workstations, XP home?
  8. vfpgolfer

    text endtext

    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...
  9. vfpgolfer

    How to activate exe if attempt to run twice

    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...
  10. vfpgolfer

    build a report in code

    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...
  11. vfpgolfer

    TEXT NOSHOW

    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.....
  12. vfpgolfer

    VFP 9 Reports - can we drill down

    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
  13. vfpgolfer

    incorrect resource file

    After installing VFP9, some VFP8 programs won't run- get incorrect resource file - does vfp9 automatically overwrite vfp8 dlls?
  14. vfpgolfer

    can you call a vfp program from outlook toolbar

    I would like to add some of my programs to an outlook toolbar (vfp exes). Can they be called from an outlook toolbar?
  15. vfpgolfer

    memo pointer problems

    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...
  16. vfpgolfer

    how can I retrieve email and copy into memo

    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?
  17. vfpgolfer

    report writer/designer

    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)?
  18. vfpgolfer

    generate list of all methods on a form

    Is there a way to generate a list of all methods on a form that have code in them? For documentation purposes.
  19. vfpgolfer

    How to show field list when creating/modifying a report?

    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?
  20. vfpgolfer

    path not found - default temporary files directory in compiled exe

    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...

Part and Inventory Search

Back
Top