NetTalk Central

Author Topic: Report not getting sent - error 101 connection reset  (Read 3104 times)

dcpeders

  • Newbie
  • *
  • Posts: 32
    • View Profile
    • Email
Report not getting sent - error 101 connection reset
« on: June 19, 2013, 06:10:58 AM »
Hi,

I have added an existing report to my web app. added pdf and nettalk extensions, added parameters.
Added a Other button to the browse records.
when I click the print button, after about 1 minute the web page error comes up. The url that shows is: http://127.0.0.1:88/PrintRecord?4488   

the 4488 is the record number. Is it formatted correctly or is it missing something?

Thanks,

clarion 8; nettalk 7.10


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Report not getting sent - error 101 connection reset
« Reply #1 on: June 20, 2013, 12:18:07 AM »
I don't think the "Print" button on the browse does anything at the moment. It's not something I've gotton into much. But I'll take a look and see what it's doing.

dcpeders

  • Newbie
  • *
  • Posts: 32
    • View Profile
    • Email
Re: Report not getting sent - error 101 connection reset
« Reply #2 on: June 20, 2013, 06:43:05 AM »
Bruce,

Thanks for the reply. It is an "other" button and I have it working now. The error was because I did not have my report filtered correctly.

Dave