I am currently using PB 2019 R3 CloudPro Edition and trying to deploy an application to PowerServer (PB Edition). I have deployed several simple applications with no issue. I am now trying to deploy a more complex application and I am getting several entries log for SetTransObject.
Code Diagnosis:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Unsupported Code:
Dw_1.SetTransObject(SQLCA)
Line Number:
4
Location:
Open() event/function of w_case_search in cp27.pbl
Unsupported Item:
Settransobject
Type:
Reason:
Can not found the function 'settransobject'
Priority:
Have to modify
The open event references DW_1 which is on the window
Open() event
dw_1.SetTransObject( SQLCA )
dw_1.InsertRow( 0 )
Not sure what I am missing. The documentation indicates that the SetTransObject function is supported.
Any help would be greatly appreciated.
Thanks,
Shayne Salsbury
I will post my current UFA next as an example from the current STD Framework's OrderEntry Demo App that uses "tons" of SetTransObject() commands.
Regards ... Chris
Thanks,
Shayne