[SOLVED] Run a report application with a button in a form

Is it possible to run a report application with a command in a button script. Please give me the commandline.

In totaly I want this:
With pressing a button in a form:

  • update a field “PrintDate” in a form
  • run the report application
  • update a field “Printed yes/no”

Who can help? Would be very fine an with that I can finish my application.

@ In general (in dutch):
Is er iemand in nederland, die scriptcase gebruikt? Wil graag een beetje ervaring uitwisselen.

Redards Bert Steinebach

Issue solved.
Simple used the macro sc_redir(reportapplication);
That’s it.