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.

// 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

  • How did this get triggered? Did you modify the form?
  • No, called the form from a dialog box
  • Well, the debug should probably be removed and was only added for testing purposes, but there are no radiobuttons on the form so I am confused as to how that line of code got called.
  • I really cant help you as it was not me.
    Cant reproduce it, so just leave it for now.
  • Actually I assumed the reported debug was this one as I just looked for one in this routine. So, it was actually not triggered, but the one in database_services that I reported
Sign In or Register to comment.