Let me start out by saying I am not (any longer) a COBOL or RPG programmer. I don't have access to the code to make changes. I think however I've gotton pretty good at using Design Studio's scripting feature to make pretty extensive changes to a form (knowing all to well the risk you take)
After a recent project where I was able to extensively modify a form that was designed for one purpose, and used for another, it got me to thinking - If a generic form was written that ONLY did read/write between the form and the table, you could use Design Studio to build your user interface, edits, and certain amount of program logic. All your "back end" program would need to do is add, change, delete, inquire on the table.
I'd like to hear from some of you programmer types what you think about this?