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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jimstarr

  1. jimstarr

    MEMO field Edit Box in Form and Report Field

    Hi FOXUP, I presume your post is in reply to Nifrabar's solution. Mine doesn't involve enlarging the field on the report. Jim
  2. jimstarr

    MEMO field Edit Box in Form and Report Field

    Have your "More Notes In System ..." print conditionally (Print When) based on: LEN(ALLTRIM(DESC)) > LEN(myReportfield) Jim
  3. jimstarr

    Onward to Java

    Thanks clipper01, FYI, no xCopy; just a single install .exe generated by Inno Setup. Jim
  4. jimstarr

    Onward to Java

    Thanks to all for the very helpful replies. Jim
  5. jimstarr

    Onward to Java

    They looked into .net very seriously and actually chose it originally. But then changed their mind, feeling that it was important for the main app to be "cross-platform." Hence Java. This main app isn't used in-house, but is a data entry and reporting package that they provide to their...
  6. jimstarr

    Onward to Java

    Prompted by the "demise" of VFP my customer has decided to convert all their existing apps, and commence all new development in Java. I don't know anything about Java, so they're looking for someone who does. My question is pretty general and pretty vague: what comes to mind when thinking of...
  7. jimstarr

    problem with editing a field within a form

    Another way a field (is it a textbox?) could be uneditable is if the When event contains code that returns .F. A longshot, but possible. Jim
  8. jimstarr

    XFRX error

    Problem solved. Somewhere on the web I found this: "The xfrxlib.fll library requires three DLLs from Microsoft to be installed: gdiplus.dll, msvcr71.dll and msvcp71.dll." Our installation routine was omitting msvcp71.dll and so I guess it was a hit or miss thing that the dll happened to be...
  9. jimstarr

    XFRX error

    This app has been running reliably for years. The user says that nothing in the environment has changed except for (rather frequent) Windows updates. Jim
  10. jimstarr

    XFRX error

    Thanks, Mike. The answers to your questions are: yes and yes. Jim
  11. jimstarr

    XFRX error

    With no changes to the app the user is getting error code -6 when trying to create a PDF. This error is described in the xfrx user's guide as "xfrxlib.fll cannot be loaded (it is missing or invalid)". In fact the .fll is neither missing nor invalid (it works fine on my computer). We're...
  12. jimstarr

    help for layout of report

    Right, Olaf. My solution assumes a fixed number of fields. Jim
  13. jimstarr

    help for layout of report

    My approach would be to create a cursor prior to running the report wherein the "not wrapped" fields are combined in the same record as the wrapped field. Jim
  14. jimstarr

    help for layout of report

    Hi Bart, Is the wrapped field "Stretch with overflow?" Jim
  15. jimstarr

    VFP cannot start.

    Thanks guys. The Inno Setup install I use for this app seems to work fine all over the world. At this particular installation they installed the program with full administrator rights. I don't have details yet but they now notice that another (different) VFP application is installed at the...

Part and Inventory Search

Back
Top