Insert record into database using trigger

kamlesh.ldce

New Member
Hi,
I am new at Progress 4GL.I have created a window using two fields and a save button.On save I want to save data into database.I am writing below code on save trigger.But on save its save assign data into database.Trigger code is as below.

create employee.
ASSIGN empid=1 scon=123 econ=456 .

Is there any way to save window data which I have inserted using keyboard?
Is there any other way to do this?
 
Thanks.
I already get answer on this like

create employee.
ASSIGN empid scon econ .

It will automatically take screen values and save into database.
 
Back
Top