Here is an interesting issue:
In X++ code, I need to know what the value is of the Table Property "FormRef".
So, I use the DictTable class and use the method formRef(). However, this method always returns a value.
If the property on the table was not filled, it will return the name of the Table itself.
How can I obtain the real value of the FormRef table property? (only getting a value if there was one filled on the property)
Thanks in advance for any help,
Sven
*This post is locked for comments