Report Auto-Complete

Started by Augusto Alencar, September 01, 2009, 11:58:45 AM

Previous topic - Next topic

Augusto Alencar

Hello all,

I?m trying to create a simple macro to auto complete a report in EZ-Layout but i?m not an expert with macros, so, i?m here to get some help.  ;)

I already have a layout with a Header, a Foot, some Fixed Pictures and Fixed Text. In this report i have some Snapshots too.

Currently I can up to date the snapshot easily.

The biggest difficulty that i have, is just to update the Report Table Itens on my report.

Do you have some "trick and tip" about it?
Skype: augusto.alencar

Software

Could you do this manually (toolbar button or menu)? If so, display the "Command History" window and copy / paste the output in your script. You may need to modify the output but at least, you get a pretty good idea of the keywords to use.
Daniel

prehistory

As far as I know the only way to update report tables in your report is to actually define the table and the destination in the report.  As you know, for snapshots all you have to do is update them all!  For tables, you will need to first get the name of the table from your report items, then specify the table in the report where you want it inserted.

FORMATTED_REPORT ASSIGN_ITEM ( "Section 1 radius results", "report 1", "table 5" )

where "Section 1 radius results" is the name of the table in the Report Items
and "table 5" is the table location in the existing report.