VLWEB Property Question
Posted: Fri Mar 16, 2018 11:06 am
I have a RP with the following property defined
Define_Pty Name(eFormSaveRequired) Get(*AUTO #m_datachanged) Set(*AUTO #m_datachanged)
Define Field(#m_datachanged) Type(*BOOLEAN)
In another RP which inherits from this one I'm trying to test this value with
If Cond(#COM_OWNER.eFormSaveRequired)
#COM_OWNER.SaveeFormValue
Endif
but I'm getting 'The definition of property eFormSaveRequired in class EFORMVTX is invalid or not complete.
I can't see what wrong with it. I can access other properties & methods without issue.
Any ideas?
Define_Pty Name(eFormSaveRequired) Get(*AUTO #m_datachanged) Set(*AUTO #m_datachanged)
Define Field(#m_datachanged) Type(*BOOLEAN)
In another RP which inherits from this one I'm trying to test this value with
If Cond(#COM_OWNER.eFormSaveRequired)
#COM_OWNER.SaveeFormValue
Endif
but I'm getting 'The definition of property eFormSaveRequired in class EFORMVTX is invalid or not complete.
I can't see what wrong with it. I can access other properties & methods without issue.
Any ideas?