Hi,
in my app I am passing parameters between two Forms:
And one of these parameter contains comma in its value, like this: TX57263376100XT batch 942, KI
And it is cause this error, when second Form is called:
It seems, that internally, these parameters are separates by comma, and it is caused this issue. Because when I delete comma from my parameter value, it is works fine.
Please is there any way how to pass parameters which contains commas?