how to update the text box when app load
I built a App for data loading from SQL. Here is two Text box for start and end data time select. Now I want to use the current time as the end time once the app running. But I can not achieve it as below shown. Could you showOnModuleLoad({},
s = Format( today(), "Format Pattern", "<YYYY><-><MM><-><DD>" );
txt_endTime<<set text(s);
);