-
yakov werde
- PowerBuilder
- Friday, 5 September 2025 08:30 PM UTC
Hi
What's the maximum number of arguments that can be passed to a global function called in a datawindow expression?
I've been successfully passing 6 like this
f_filter_licence_dw( gaming_organization_id , licence_id , gcis_reference , description , status_type, bank_balance )
But when I add a seventh parameter to the function, the expression evaluator painter validates the signature
f_filter_licence_dw( gaming_organization_id , licence_id , gcis_reference , description , status_type, bank_balance, 11 )
But a DWE displays a runtime error "Invalid Argument to Function" and the function is not called. It doesn't matter if the value is a dw column or a constant
Seems like there is a hard max number of values that can be passed!
Is 6 arguments the max?
Thanks for responding
Yakov
Proudly working with Intertech.US
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.