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???
Answers
assign value
Test1 := "Employee Type"="Employee Type"::ByHours
after that add textbox on section and use this variable in visual studio
Thanks a lot