Why can't I get CalendarBox values from inside an IfBox in a modal window?
I'm using JMP 19. I have a modal window with an interactive user interface. Inside that interface the user chooses some dates and I want to use those dates when they close the window.
I can get the value of a RadioBox or a TextEditBox, so why does the CalendarBox show as Empty() when I try to get values from it?
QueryWindow = NewWindow("Query.jsl",
<<Modal,
<<Return Result,
PanelBox("Test ...