Forum Discussion

vthomeschoolmom's avatar
vthomeschoolmom
Super Contributor
5 years ago
Solved

Keyword operation script extension not adding info to keyword test editor

I am writing a script extension for my team's use. When I use the jkeyword test operation defined by the script extension, I see my user form as expected. But when I click OK, nothing is added to my ...
  • tristaanogre's avatar
    5 years ago

    What do you have set up in your OnClick handler for your OK button?  That is where the mrOK value should be set for the show modal.  So, once the OK button is clicked, the form "ModalResults" property should be set to mrOK.  If that's not happening, then the form closes but it might not have the proper value and the "return false" executes and none of the rest of the data shows.

     

    That's a rough guess but that's where I 'd start.