- Kevin Thai
- PowerBuilder
- Tuesday, 21 February 2023 07:55 PM UTC
Hi all,
I am wondering if anyone can help with this? I currently have a report datawindow inside a parent datawindow. I am running into an issue where inserting a row into the Parent Datawindow causes the child to ask for retrieval arguments. Is there a way for the child datawindow not to ask for the arguments? The code that I am using is currently below:
Where :
dw_1 = Parent Datawindow
dwc_1 = Child Datawindow
---------------------------------------------------------------
dw_1.settransobject( sqlca)
dw_1.retrieve( )
dw_1.getchild("dw_child",dwc_1)
dwc_1.settransobject(sqlca)
dwc_1.retrieve("arguments here")
dw_1.insertrow(1)
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.