Greetings all, Using RBase X latest version I cannot seem to capture the Month/Year selected by user. Coming into the form the date is set to 7/1/2018, but is changed to June 2018. Yet the TextValue remains at 7/1/2018. Neither the ON Change nor the ON Click not trigger, only the On Exit Yet the TextValue remains 7/1/2018 even though the month year has been changed to June 2018.
How do I capture the change when Show Days are off? Any clues would be greatly appreciated. Best Regards Lena EnhancedVarCalendar Var Name: vgdmMonthOne (date) ComponentID: dtOneMonth Show Days (unchecked) Calendar Elements (checked) Year, Month and Arrow [cid:[email protected]] ON EXIT EPP Set Trace ON SET VAR vTmp TEXT = NULL GETPROPERTY dtOneMonth TEXTVALUE vTmp PAUSE 1 USING .vTmp SET VAR vgdmMonthOne = .vTmp RECALC VARIABLES PROCESSMESSAGE -- For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php --- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

