Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
debug statement in NDW_Web_Accounts_Events
This debug statement got triggered.
Are you happy for this to be removed and maybe include in you next update.
I will fix at my end.
Are you happy for this to be removed and maybe include in you next update.
I will fix at my end.
// Get the name of the control on the window based on the CtrlClassId.
Begin Case
Case CtrlClassId EQ 'WINDOW'
Control = Window
Case CtrlClassId EQ 'RADIOBUTTON'
Debug
* Control = Field(CtrlEntId, '.', 2, 2)
Control = Field(CtrlEntId, '.', 2, 1)
Case CtrlClassId EQ 'MENU'
Control = CtrlEntId[-1, 'B.']
Case 1
Control = Field(CtrlEntId, '.', 2, 1)
End Case
Comments
Cant reproduce it, so just leave it for now.