NetTalk Central

Author Topic: RightReportsWebPrintOptions compile error  (Read 2857 times)

bramkip

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
    • Intellisoft
    • Email
RightReportsWebPrintOptions compile error
« on: June 18, 2013, 06:08:06 AM »
Hi Bruce,

After updating NT 7.12 and RightReports 1.88 I become a compile error (also in the demo app Rightreports web1.app) in the Procedure RightReportsWebPrintOptions

Error: Unknown identifier: CRLF

On the line:  packet = clip(packet) & p_web.CreateOption(ThisPrinter.PriSortQ.SortDescription,ThisPrinter.PriSortQ.SortDescription,0,clip(loc:rowstyle),,)&CRLF

Regards,
Bram

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: RightReportsWebPrintOptions compile error
« Reply #1 on: June 18, 2013, 07:32:30 AM »
hi Bram,

I'll get that sorted with a Right Reports update. In the meantime you can fix it by;

edit RightReports.TPL
search for CRLF
replace with p_web.CRLF

Cheers
Bruce

bramkip

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
    • Intellisoft
    • Email
Re: RightReportsWebPrintOptions compile error
« Reply #2 on: June 18, 2013, 12:29:38 PM »
Thanks Bruce.

Regards,
Bram