Hi all
I have a back-to-back TriggerEvent call in a control. It looks like this:
TriggerEvent('ue_event_1')
TriggerEvent('ue_event_2')
I need to get the ue_event_1's return value to determine whether or not to execute TriggerEvent('ue_event_2').
If I do this
ll_return_code = TriggerEvent('ue_event_1') the returned value is that of the TriggerEvent, not of the ue_event_1.
Is there a way to get the the returned value of ue_event_1 in the circumstance?
Thanks!
Roland is correct. You are using the original PowerSoft calling method as defined in PB version 1.0. This was updated to the newer syntax that Roland is alluding to in PB 5.0.
Regards ... Chris