
I have one outstanding issue which has me stumped. I have placed a button and a text field on a card in the main stack. The purpose being to click the button to display the calendar and then to select a date which should appear in the field. The button, when clicked, does display the calendar window and a date can be selected. However I have been unsuccessful in displaying the selected date in the field on the card in the main stack. What code do I need and where should it be placed?
The mouse up code of the button calling the calendar is:
on mouseUp
go to stack "DMH copy of MediumCalendar"
end mouseUp
Many thanks for any assistance.
Derek Henderson