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 John Stephen

  1. John Stephen

    FoxyPreviewer Variable _REPORTOUTPUT Not Found

    If you looked at my post properly and my previous posts, I was talking about my client's staff being idle, not mine. Truth is I don't have any staff, I am a one-man band.
  2. John Stephen

    FoxyPreviewer Variable _REPORTOUTPUT Not Found

    I am sorry, I was in full on stress mode with my client staff idle. I tried everything I could. I have no idea how to get staff to delete anything
  3. John Stephen

    FoxyPreviewer Variable _REPORTOUTPUT Not Found

    Yes I have tried all of those things, but in the end gave up because my client was on downtime Thanks anyway, I have switched to XFRX for that particular app. My main app runs fine on FoxyPreviewer Cheers John
  4. John Stephen

    FoxyPreviewer Variable _REPORTOUTPUT Not Found

    Hi Chriss I think I paid because you asked for a donation, the zip file I downloaded was FoxyPreviewer v299z41.zip. and my current version is FoxyPreviewer v3.00.247 2023.12.10. I see you now have version v3.00.345 I have a central function I use to initialise FoxyPreviewer with serial number...
  5. John Stephen

    FoxyPreviewer Variable _REPORTOUTPUT Not Found

    I have used FoxyPreviewer for years and have never encountered this problem. It happens when I run a second executable, but with all the exact same code as the first. I wonder if this is not allowed. I have paid for my download and I have a serial number like this...
  6. John Stephen

    Foxypreviewer

    Agreed...
  7. John Stephen

    Foxypreviewer

    Thank you for your thoughts on CLEAN etc From experience re-booting the workstation has worked for years and because it works in this case I will stay with that option From yesterday when each and every invoice was blended with others to today (after the re-boot) when all invoices print...
  8. John Stephen

    Foxypreviewer

    Further to this issue: My client re-booted his computers and the problem went away which brings me to why is this still happening? Is this a FoxyPreviewer issue or a Windows issue? Is there any way to clear the workspace without re-booting the computer? Thanks John
  9. John Stephen

    Foxypreviewer

    Hi Chris I doubt that is the problem Each file generated (mDestination) has a unique name consisting of the customer code and invoice/docket number plus each pdf generated is deleted when the email has been either successfully sent or even if not sent due to a connection error. My client is...
  10. John Stephen

    Foxypreviewer

    I am running FoxyPreviewer v3.00.247 2023.12.10 Windows 11. My problem is that when outputting to a PDF data from the previous PDF (in this case a previous invoice) is superimposed on the current PDF. Almost as if the previous PDF data is not being cleared. In older versions I issued a RELEASE...
  11. John Stephen

    DateTime Field

    Thanks Chris, worked a treat Cheers John
  12. John Stephen

    DateTime Field

    Hi All VFP9 I wish to Browse a list excluding Datetimes prior to the current DateTime() Datetime field Closedate BROWSE FOR Closedate>=Datetime() Gives me all dates from today forwards but seems to ignore the time. I would like to Browse all records >= the current Date and time HOURS SET to 24...
  13. John Stephen

    XFRX

    No that didn't make any difference, but I will try doing one outside the loop Thanks
  14. John Stephen

    XFRX

    Still can't make this work I am trying to append a series of reports into one PDF using a loop. The code below scans through an invoice header file and selects an item cursor to produce each report on the report form Test. It runs but for some reason doesn’t add anything to the original PDF...
  15. John Stephen

    XFRX

    Thanks to all especially Nigel because appending to an existing PDF is simple. Here is an example which also gives options for inserting at page numbers *// Options using SetParams() *AppendToFile (Logical) *Specifies whether the generated document will be appended to an existing file. This...

Part and Inventory Search

Back
Top