Topic: How to show text or value in TextBox

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.

Re: How to show text or value in TextBox

Please, make sure that you have correctly set up event.
Here you can see, how to create the event
http://myvisualdatabase.com/help_en/scr … rview.html

Dmitry.