Home End User

Recording Report Name in Master Table of Report

edited November 2014 in End User
Firedac, XE7, RB16.0, Firebird

I have an End User Module based on the Firedac Demo
I have a Stored Procedure which is intended to update the Master Table
used by the Report called by the Report Explorer.

Stored Procedure Input Parameters are :
Reg_No ( An Integer Unique )
Rep_Temp_Used ( V24) ... for the Report Name
Last_Printed (Date)

The intention is to record the the Report Name selected by the end user
and the date last used.

Can you recommend both the recommended object and event to call the
Stored Procedure and the values to pass in the format
Parambyname('Reg_No').asinteger
:=Mastertable.Fieldbyname('Reg_No').asinteger;


Got me stumped.

Regards

Mike

Comments

This discussion has been closed.