NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: bramkip on June 18, 2013, 06:08:06 AM

Title: RightReportsWebPrintOptions compile error
Post by: bramkip 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
Title: Re: RightReportsWebPrintOptions compile error
Post by: Bruce 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
Title: Re: RightReportsWebPrintOptions compile error
Post by: bramkip on June 18, 2013, 12:29:38 PM
Thanks Bruce.

Regards,
Bram