M
Mohammed Siraj
Guest
To set a form field value on client-side: rbf_setFieldValue("total_charge_for_credit", total_charge_for_credit); On submitting form i.e. field value will be updated in database. In comparison rbs_setFieldContent should be used for setting html for a field. Say that you have a 'rating' field of type integer with values ranging from 1 - 5. In application page, you want to render this field as 'Star-shaped' icons depicting rating i.e. 4 icons for a rating 4. In such a scenario, you should leverage rbf_setFieldContent to render the appropriate HTML. This is mostly applicable for view pages (i.e. Record Details) and not form pages (i.e. New/Edit record). For more details: documentation.progress.com/.../index.html documentation.progress.com/.../index.html
Continue reading...
Continue reading...