SteveMyres Posted June 17, 2013 Share Posted June 17, 2013 Not sure if this is a known issue or not, but I wanted to place a text box in a popup window, and the entered value would show in the box, but it didn't seem to get assigned to the Set To string. Open the same screen fullscreen with Page.strCurrentPage and it works fine. Is there something I need to do differently or is this an issue with the text input box (supplied by Windows, IIRC)? If it's an issue, the full screen solution is fine for the current case, but please consider making it work a feature request. Thanks! Link to comment Share on other sites More sharing options...
AzeoTech Posted June 17, 2013 Share Posted June 17, 2013 Are you talking about an EditBox? If so, you really want to use the Submit action to actually get the edit box to submit the value. Modal Popup's don't lose focus the way the main page does, so the Set On Exit doesn't work properly when you only have one edit box in a modal popup. Works fine if you have two, though closing the Popup isn't considered "exit", so doesn't trigger the update. Link to comment Share on other sites More sharing options...
SteveMyres Posted June 18, 2013 Author Share Posted June 18, 2013 Yeah, an edit box. I really didn't want to use the Submit button because I have the edit box in the popup with my own Submit button (with additional script in it) and a cancel button, and I hate to make them hit two submit buttons. Link to comment Share on other sites More sharing options...
AzeoTech Posted June 18, 2013 Share Posted June 18, 2013 You don't need two submit buttons. Just have your current submit button have two actions: one is submit, the other your quick sequence. Link to comment Share on other sites More sharing options...
SteveMyres Posted June 18, 2013 Author Share Posted June 18, 2013 Oh, I thought you were talking about the button you can turn on in the edit box config. What's the syntax? Link to comment Share on other sites More sharing options...
AzeoTech Posted June 18, 2013 Share Posted June 18, 2013 No syntax. Its a separate action in a button and similar components. Its not available from script. Link to comment Share on other sites More sharing options...
SteveMyres Posted June 18, 2013 Author Share Posted June 18, 2013 OK, got it. Thanks! Link to comment Share on other sites More sharing options...
SteveMyres Posted June 18, 2013 Author Share Posted June 18, 2013 Thanks -- works great. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.