My app allows the user to choose which report (datawindow) to view, which then uses "DataObject = " to tell the app which datawindow to use. Code looks like this:<br><br>w_work_order.dw_workorders.DataObject = gs_report_needed<br>w_work_order.dw_workorders.SetTransObject(sqlca)<br>if w_work_order.dw_workorders.retrieve() < 0 then<br> messagebox("Retrieve Failed", "Could not retrieve records from HELPDESK table. Contact MIS Dept."<br>end if<br><br>This works fine when running the app from within PowerBuilder. But if I build an executable and run it from that, it doesn't work. All I get is a blank datawindow. No error, just blank!<br><br>I can not figure out why it works from within PB but not as an executable. Does anybody have any ideas???? Thanks!<br>