Although is not best practice, we have the following piece of code which is compiling but is not supported by proparse.
define buffer bufCustomer for Customer.
function CreatieLijst returns logical private
( BUFFER pbufCustomer for bufCustomer):
return true.
end function.
Original Exception: null
Thank you for checking.
Although is not best practice, we have the following piece of code which is compiling but is not supported by proparse.
define buffer bufCustomer for Customer.
function CreatieLijst returns logical private
( BUFFER pbufCustomer for bufCustomer):
return true.
end function.
Original Exception: nullThank you for checking.