1

(2 replies, posted in Script)

Thank you. I forgot on SQLDateTimeToDateTime smile

2

(2 replies, posted in Script)

Hello

I need help, with set date from SQL to DateTimePicker. I have problem with date format. I tried different types of variables and his conversions.   It is possible to set DateTimePicker?

Thank you

3

(1 replies, posted in Script)

Hello

I have a little problem. I have a script with OnShow procedure to display text but it does not work. Where I am doing mistake?
Thank you

procedure Form2_OnShow (Sender: string; Action: string);
begin
     Form2.Edit1.Text := 'Hello';
end;



begin

end.

4

(14 replies, posted in Script)

Hi

I have a similar requirement. I need clear values in Search form and then show all values from table into table grid.

Thank you

Hello
I have a question. I need show values from table in text box as default value or any other method. It is possible?
It is form with information about organisation in settings. I need show this informations when i open form and later maybe change this information.
I will print later these values on report.
I have sql query for update information in first line table on button.
Thank you

sorry for mistakes smile