E
Eric_G
I have added a macro to the "PageHeader_Format" module in order to provide
for a date to appear at the top of the page (defined in English or in French
depending on a language code).
I have defined the date as "Date_EN" or "Date_FR" respectively and have used
code to define the date as a concatenation of fields depending on the
language code being used. When I debug the macro, the two fields above are,
in fact, being updated, but when I run the report, I get the "enter parameter
value" message. I have checked the typing and have declared the variables,
but can't figure out why the parameters are missing. I even initially set
their values as "" so that they are declared but to no avail.
for a date to appear at the top of the page (defined in English or in French
depending on a language code).
I have defined the date as "Date_EN" or "Date_FR" respectively and have used
code to define the date as a concatenation of fields depending on the
language code being used. When I debug the macro, the two fields above are,
in fact, being updated, but when I run the report, I get the "enter parameter
value" message. I have checked the typing and have declared the variables,
but can't figure out why the parameters are missing. I even initially set
their values as "" so that they are declared but to no avail.