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 am working through a few deployment errors. I did not find anything in the deployment errors related to the transaction object but the SetTransObject issue has cleared. Not sure how I lost track of the deployment errors.
Thanks,
Shayne
Glad to hear that the SetTransObject issue is cleared! If it occurred again, you can provide a simple PB case for us to reproduce the issue.
Regards,
ZhaoKai