I started learn Progress Appbuilder. The problem is I don't have sample code for the above matter if anyone can send me the sample code for Appbuilder programe or Web site it will grate help for me to achive my target pls help me as soon as posible.
Dear Sunil,
If you have your database ready then
1. Connect to the database.
2. Create a new window.
3. Create some fill-ins.
4. Add a save button on your screen.
After that add code of follwoing type.
find <dbname>.<tblname> where <uniquefiled> = <fill-in:screenvalue in frame framename> no-lock no-error.
if not available <dbname>.<tblname> then
do:
create <dbname>.<tblname> .
assign
<dbname>.<tblname>.<fields> = <values>.
end.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.