I was watching the lesson 'Debugging DataFlex Apps' on the learning center.
In the chapter 'Data Dictionary Properties' they show how you can add dd property watches:
Code:
(Field_Current_Value(oCustomer, 2))
But when I try it in studio 19.0, it doesnt work.
It keeps saying 'Error: Wrong Symbol in Expression oVerwijs_DD,2'
What am i doing wrong?
Code:
(Field_Current_Value(oVerwijs, 2))