PowerBuilder 2021
Hello,
Once a datawindow has been created from a Stored Procedure Source, how does one go about adding a new column to that same datawindow after the Stored Procedure has been updated and a new column added to the result set?
Is the only way by editing the datawindow source code and carefully adding the column to the list?
column=(type=ulong updatewhereclause=yes name=medrenew_provider_added_ind dbname="medrenew_provider_added_ind" )
procedure="1 execute app_owner.return_pharmacy_renewals;0 p_emailmsg_id = :p_emailmsg_id" arguments=(("p_emailmsg_id", number)) )
Thanks in advance.
Greg