I have a datawindow (Powerbuilder 2019 R3) that returns -1 on Update() and the following message appears :
Datawindow does not have update capability.
I checked the update properties and they looked correct.
Suggestions?
I have a datawindow (Powerbuilder 2019 R3) that returns -1 on Update() and the following message appears :
Datawindow does not have update capability.
I checked the update properties and they looked correct.
Suggestions?
- Could it be that you have the datawindow repeated in another library (and when running that one is found, instead of the one you are looking at?)
- Are you dynamically changing the 'dataobject' of the datawindow control in the code?
that's about all I can think of.