NetTalk Central

Author Topic: NT 8.04 + RightReports 1.93  (Read 3317 times)

bramkip

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
    • Intellisoft
    • Email
NT 8.04 + RightReports 1.93
« 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

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: NT 8.04 + RightReports 1.93
« Reply #1 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),,))
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

bramkip

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
    • Intellisoft
    • Email
Re: NT 8.04 + RightReports 1.93
« Reply #2 on: March 30, 2014, 03:02:16 AM »
Hi Terry,

I tried this but gives also an compile error.

Thanks.

Bram

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: NT 8.04 + RightReports 1.93
« Reply #3 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

bramkip

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
    • Intellisoft
    • Email
Re: NT 8.04 + RightReports 1.93
« Reply #4 on: April 03, 2014, 06:43:10 AM »
Hi Bruce,

I installed RightReports 1.94 and compiling the app went well.

Thanks.

Bram