Save validation using textfield on progress

Mkontwg

Member
Hi team

I have a control on my ABL form, textbox and its properties is called txtfieldStockSheet. I need a work around for this field to save a value from the appserver side. I dont know which event i can use to cater this in order to save it from the database. I have an understanding as to where this field should be saving on the back end. I need a front end way of doing it to send this field to the back end. I need help
 
well use new OEA(Open Edge Architecture) this usually hits appserver once, where we save or edit or create form from the grid.

That there renders SaveAll method, that i created
 

Attachments

  • Server.PNG
    Server.PNG
    3.7 KB · Views: 7
Back
Top