NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: bramkip on March 29, 2014, 06:20:21 AM

Title: NT 8.04 + RightReports 1.93
Post by: bramkip on March 29, 2014, 06:20:21 AM
Hi,

Compiling my app with RightReports generates a error in Procedure 'RightReportsWebPrintOptions' on the line:

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

I changed the variable 'packet' to 'pkt' as read in the upgrade documentation, but no effect.

Regards,
Bram
Title: Re: NT 8.04 + RightReports 1.93
Post by: terryd on March 29, 2014, 08:22:48 AM
From the upgrade documentation shouldn't the line read
packet.append(p_web.CreateOption(ThisPrinter.PriSortQ.SortDescription,ThisPrinter.PriSortQ.SortDescription,0,clip(loc:rowstyle),,))
Title: Re: NT 8.04 + RightReports 1.93
Post by: bramkip on March 30, 2014, 03:02:16 AM
Hi Terry,

I tried this but gives also an compile error.

Thanks.

Bram
Title: Re: NT 8.04 + RightReports 1.93
Post by: Bruce on March 31, 2014, 05:52:12 AM
I have made a RightReports 1.94 build, which I'll upload shortly, which generates this code more correctly.

cheers
Bruce
Title: Re: NT 8.04 + RightReports 1.93
Post by: bramkip on April 03, 2014, 06:43:10 AM
Hi Bruce,

I installed RightReports 1.94 and compiling the app went well.

Thanks.

Bram