Setting Timestamp Variable to Null in Calendar Object
I have created a search string, ='>='&vFromDate&'<='&vToDate, from two variables based on a timestamp field for use in two calendar objects. One object allows the selection of a From date using variable vFromDate and the other a To date using variable vToDate. This seems to work fine. However, I have tried creating a button to clear the timestamp field and set the variables to null. The button does clear the timestamp field from other objects, but the From and To dates in the calendar objects remain. In the variable overview shows the variables in question have not been set to null. I have successfully created a button for the same purpose in another app, but just using a date field. Is there an issue with attempting this with a timestamp, or am I overlooking something?