NetTalk Central

Author Topic: CPCS with NTWS 5  (Read 3246 times)

Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
CPCS with NTWS 5
« on: June 12, 2010, 11:33:32 PM »
I noticed there is a demo for NTWS 5 and CPCS reporting. What will this do that Clarion reports won't (in NTWS)? I know what CPCS does, because I own an older version, but what would it do in a web environment? Flow text from one page to another, for example?
Mike Grigsby
Credify Systems
Central Oregon, USA

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: CPCS with NTWS 5
« Reply #1 on: June 13, 2010, 09:39:31 PM »
Hi Mike,

Think of a report as being 3 parts.
a) the report itself, generated by a Clarion procedure, in WMF format. The template might be CPCS, or the built-in report, or hand-coded, or whatever.
b) the conversion of the wmf files to a single PDF file
c) delivery of the PDF via the HTTP connection, as a response to a request.

So to answer your question - the report template is isolated from the web server. The (c) part, which is what the web server does will serve up whatever PDF file is created, which in turn is converted from whatever WMF files are created.

So CPCS does what CPCS does - and has all the benefits associated with that. The WebServer just delivers it.

Cheers
Bruce


Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
Re: CPCS with NTWS 5
« Reply #2 on: June 13, 2010, 10:27:14 PM »
Bruce, thank you. That is an excellent description. I'm completely clear on it now.

BTW, I'm thrilled with what I've been able to do with NTWS 5 so far. It has a real zippy feeling compared to 4. It was cool to be able to download a new theme and have it work in just a couple of minutes.
Mike Grigsby
Credify Systems
Central Oregon, USA