I got a text box called txtDate on my form and I want it to display current system date everytime i run the form.
How is it possible?
cheers, mario

Code: Select all
vars
d : Date;
begin
txtDate.text := d.format(app.currentLocaleInfo.dateInfo.shortFormat);
end;
Code: Select all
jemDate.setTextFromDate( app.actualTimeServer.date );
Return to “General Discussion”
Users browsing this forum: Semrush [Bot] and 5 guests