by
nimbi63 » Tue Apr 30, 2013 2:14 pm
Hello,
Sorry, was at the beach for several days.
Create a Report Layout (or just open estd.frp) and in the General section, place fixed text as:
Method Mod Time:
Then select the Text at the top and draw the area where you want the date/time. Select 'Computed Text (user defined macro)" Click the 'Select File' and choose ShortUtil.mac, for the name, after USR_ enter 'MethModTime$", then 'Edit Macro/Append new Macro Frame to file".
The macro will open, scroll to the bottom to find:
********************************
name USR_MethModTime$
********************************
At the top of this macro will be a line:
local Text$
change this line to:
local Text$, A
just after the comments (lines starting with an exclaimation mark '!') enter two lines as:
A = ObjHdrVal(ChromRes,"AcqMethModTime")
Text$ = Date$(2,A,"dd MMM yyyy ")+ Time$(1,A)
Following this will be the "Return Text$"
Save and close the macro, select File and save the template (or Save Template As..).
Select File > Add to Report Styles, and give your new report a name.
in Data Analysis, go to Report > Specify Report, and in 'Style", select your report.
Save the method, and print the report.