We have migrated an application from PB 7 to PB 12.5.2 build 5006. After the migration we're having problems with some computed fields in datawindows. The app has many datawindows that have computed fields which include a date() function using syntax: date(year, month, day). This seems to work fine when the arguments are numeric literals, such as date(2020, 6, 17), but when one of the arguments is a variable, such as date(yearnum, 6, 17) then it doesn't work and gives you an 'invalid function argument' error when you try to verify the expression. This problem didn't exist in PB 7. Can someone tell me if a later version of PB fixes this problem? Or if there's a work around for the issue in PB 12.5.2?
Thank you
Tim Sheppard