Hi everyone,
I have the following piece of code to express under Visual Studio:
CurrReport.SHOWOUTPUT := ("Employee Type"="Employee Type"::ByHours);
I want to put that in an expression under the Visibility property...I just don't know how to express the Option field ("Employee Type"="Employee Type"::ByHours)
How to do that???