- Sofhin Wong
- PowerBuilder
- Tuesday, 9 July 2024 03:50 AM UTC
Hi all
I wonder if I'm able to do so....
I have two identical datawindow, dw_1 and dw_2. Both shows different columns, but select statement is the same.
dw_1 only have one row, multiple row is not allowed here, but for dw_2, multiple row is allowed.
So what I'm trying to achieve is:
- When I modify anything in dw_1, I want it to copy all values into dw_2, but do not insert row.
For example:
dw_1 = 1 row only
dw_2 = 3 rows
When I modify column A in dw_1, I want to update dw_2 column A value also.
I tried to use rowsCopy, but it will insert one row
Thank you
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.