Event miscalling
- Issue
- Michał Misijuk
- PowerBuilder
- Wednesday, 22 May 2019 08:43 AM UTC
It's very hard to add this code without revealing sensitive data, so I explain problem as best as I can.
There is a user objects, let's call them uo_object and uo_caller.
uo_object has 2 events:
ue_refresh_1 and ue_refresh_2
object uo_caller calls events from uo_object like:
iuo_obj.event ue_refresh1.
PROBLEM:
When i full-build application, and run it, line iuo_obj.event ue_refresh1
calls not event ue_refresh1 but ue_refresh2 (?!?!?!?).
But when i open powerbuilder and add a space, new-line any where in this uo_caller,line iuo_obj.event ue_refresh1 calls ue_refresh1.
Of course when i again full-build application after adding space or new-line, this behaviour is repeating.
Does anyone has an idea why??
I'm on Powerbulder 2017 R2. This is also happening on R3 version
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.