-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buffer parameter for buffer #50
Comments
Please include the complete error message (no error message is complete without stack-trace). Please indicate which Proparse release you are using. Are you intending to fix this yourself and issue a pull request? |
I'm using proparse.dll version 4.1.0.1219. The complete error stack is: T-070124 1 4GL PsrHelp Original Exception: null |
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.
The text was updated successfully, but these errors were encountered: