Hi
I have a userobject u_dw_1 inherited from (PFC) U_dw with dataobject d_no_hall.
The user object is on a window when executed the window opens and display the data. called dw_1
I placed a button on the window when clicked, i execute the following to switch the dataobject and retrieve
i get no error but the datawindow disappears
dw_1.dataobject = 'd_first_hall'
dw_1.settransobject(sqlca)
dw_1.Retrieve ( ic_Mode, is_Destination)
Am i missing something
If it is a datawindow placed on the window and not a user object all is good
Please advise
Thank
Malek