, ,

Apply Form Validations or Pre-Update actions using external web posts

You can apply validation rules inside your forms using external web pages. The system can call an external web page and pass the action (preupdate, preinsert, predelete) and the list of the field name/ field value pairs. This web page…
, ,

Calling external web services and displaying data

Users can create external web service calls and display these data in a datagrid in the form. Users can create external web service calls and display these data in a datagrid in the form. NOTE: Other controls can also be connected with…
, ,

Manually Calling Web Services

With PowerForms, users could bind specific controls to existing web services and retrieve values automatically during form initialization or whenever another control that affected the web service call occurred. In version 2.0, a new Button…
, ,

Getting external values using web posts

You can retrieve information from web posts and use them inside your form. For example, as soon as you select a customer from a combobox, you want to display the balance of the selected customer in a label next to the customer. In order…