Complete noob. Hardcoded apps in PHP and SQL before but using a RAD is quite new to me. The biggest challenge is translating what little I know to how it can be done in Scriptcase. BTW, my coding skills in Javascript isn’t very good. I can read and understand it, but never really needed it for the apps I’ve created.
Think I understand the basics of Scriptcase like passing variables, etc. Reading the contents in this forum, watching the tutorials and soliciting the ever patience Scriptcase’s support staff has out helped out tremendously. Something that appears to not be covered in any of the aforementioned mediums is how to change focus in a form, from [name of form]_form3 back to [name of form]_form0.
Created a basic calculator using the Form application. In the Form I blocked and paged out 4 separate sections that look like tabs. When my mouse hovers over the tabs within the form it read “javascript:%20sc_exib_ocult_pag%20(’[name of form_form0’)”
I’ve tried to use “echo <script>sc_exib_ocult_pag (’[name of form_form0’);</ script>” but that didn’t work.