Re: Is a Service application what I need?

From: Stig Johansen (aaa_at_bbb.com)
Date: 04/14/04


Date: Wed, 14 Apr 2004 05:34:34 +0200

Bill N wrote:

> I have a project that must create reports at user defined times and/or
> when a user through either a web interface or windows app selects report
> criteria
> asks for a report. Should I be creating a TServiceApplication or are
> there
> other options? If a TServiceApplication does anyone know of additional
> information regarding a TServiceApplication besides the Delphi Help File?

I have done some similar with a service application. It wasn't reporting
though, but some data transfers.

I made a service app, that took parameters from an ini-file (scheduling,
intervals etc.)
The 'user defined' times was definied in the ini file, and 'controlled' by a
thread with sleep's.
The 'master thread' listens on a named pipe for user request and criteria.
This could be a listening socket as well.
The client windows app takes parameters from a form and sends them to the
named pipe.
The web interface was a simple ISAPI, which took parameters from the
request, and 'redirected' them to the named pipe.

- Just to give some ideas

-- 
Best regards
Stig Johansen


Relevant Pages

  • Re: using a form with combo box to input criteria
    ... Candia Computer Consulting - Candia NH ... When you removed the criteria, ... Then your criteria in the query would be... ... query behind your main report. ...
    (microsoft.public.access.forms)
  • Re: using a form with combo box to input criteria
    ... Candia Computer Consulting - Candia NH ... When you removed the criteria, ... Then your criteria in the query would be... ... query behind your main report. ...
    (microsoft.public.access.forms)
  • Re: using a form with combo box to input criteria
    ... When you removed the criteria, ... Then your criteria in the query would be... ... query behind your main report. ...
    (microsoft.public.access.forms)
  • Re: Running 2 reports in a form together
    ... Form where the report is run from is called "clientanddate" ... Dim strReport As String 'Name of report to open. ... here is an example that tests criteria and builds a filter string to use as a parameter in OpenReport ...
    (microsoft.public.access.forms)
  • Re: Advance Report in a form
    ... I tested one control and it worked fine. ... Dim mFilter As String ... criteria, nothing comes up and I get an error. ... In this case a report will show having 4 ...
    (microsoft.public.access.forms)