DisplayFormat at run time
This is probably another simple one but my searching for an answer brought me nowhere so far.
I am looking for a way to change the display format of a field programmatically at run time (i.e. without loading the designer).
Many thanks in advance.
I am looking for a way to change the display format of a field programmatically at run time (i.e. without loading the designer).
Many thanks in advance.
Comments
Instead of setting the display format of a memo
use one of the formatting functions, and create a variable to contain the format mask then when you load the report you can set the variable value to whatever format string you want, before displaying the report.
I gave it a try and it works like a charm.
Thank you.