Hello everyone,
to get a new job the owner want to see me learning progress. I studied business-informatics so I think I am a quite good developer in different languages like php or java. but until now I never had contact with progress.
I allready got the Data Dictonary creating a DB for me it has a table called Tester with the fields prename and lastname.
I also got a GUI with the appBuilder containing FILL-IN-1 with label "prename", FILL-IN-2 with label "lastname" and a Combobox that is connected to the field prename.
so far so good.
now i put in a button with the "action"
But after this nothing changed...
How to get the values from the input-fields into the Database? And later on how to get them back to enable an "edit-Mode" for the Tester-Object?
I tried a realy long time to get it by my own but I don't have any working ideas at the moment...
Thanks for your Help
Robert
to get a new job the owner want to see me learning progress. I studied business-informatics so I think I am a quite good developer in different languages like php or java. but until now I never had contact with progress.
I allready got the Data Dictonary creating a DB for me it has a table called Tester with the fields prename and lastname.
I also got a GUI with the appBuilder containing FILL-IN-1 with label "prename", FILL-IN-2 with label "lastname" and a Combobox that is connected to the field prename.
so far so good.
now i put in a button with the "action"
Code:
Create Tester.
Update Tester with side-label.
Release Tester.
How to get the values from the input-fields into the Database? And later on how to get them back to enable an "edit-Mode" for the Tester-Object?
I tried a realy long time to get it by my own but I don't have any working ideas at the moment...
Thanks for your Help
Robert