- Amit De Picciotto
- PowerBuilder
- Sunday, 2 February 2025 10:17 PM UTC
Hi all,
On legacy application, I need to create datawindow dynamicly, based on various data, when the data reach specific number of records, the creation of the dynamic data window fail.
In other words, While tring create dynamic data window this way: dw_xxx.Create ( s_dw_syntax ), when the string getting long, I get the folowing error:
---------------------------
DataWindow Error
---------------------------
Line 1 Column 3918: incorrect syntax.
---------------------------
OK
---------------------------
BTW, the Len(s_dw_syntax) return 70198, while when the function return 70060, the data window creation pass successfully
Is there a way to overcome this limitation?
Many thanks
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.