Hi everybody,
I'm new to Outsystems, currently using ver.11 to develop a traditional web app. I am trying to create a screen which will show an empty list on load, then i have the plus button which on click will display the two input fields with the AddToList button, Cancel button and SaveAllData button . AddToList button will allow the user to add new data into the list. And there comes the SaveAllData which will then save the data in the list to the database.
Can anyone help me do this in the traditional web app? (correction: I am not expecting someone else to do it and just gave the oml to me, i am humbly asking for advice or insights on how to do it, but if someone is willing enough to give an existing example i'll gladly accept it. Thank you. )
I didn't have the OML cause i didn't know how to start it anyway.
Any help will be appreciated.
Thanks!
-Laurence
Well Laurence,
you can't expect us to make it for you, right? So some pointers only...
Here are some of the things you can think about
Variables
Actions
Screen
Can this get you started ?
Good luck,
Dorine
Dorine Boudry wrote:
Hi Dorine,
Of course i understand that nobody will did it for me, i didn't expect to. sorry for the term i used i'll edit it anyway to avoid causing more confusion. I'll check all the pointers you gave and try to start from it.