Databases Reference
In-Depth Information
Figure 3-25. Specifying the process details
7.
Save your changes and run the form now. Key in 99999999 in the Social
Security Number field and create the record. Using the Object Browser, open
the PAYMENTHISTORY table. You should be able to see a new record
automatically created in this table with the Social Security number 99999999.
How It Works
A process is a server-side task that executes when a certain event occurs in your form. There are a
number of different process types that can be generated via the wizard (for example, running a PL/SQL
script, sending an e-mail, or calling a web service). You can even create processes to dynamically modify
session states in your application. Through the wizard, processes can also be tied to button items on
your form such that when a button is clicked on the form, the process would immediately execute.
Tip Processes can also be initiated from client-side JavaScript events. By inspecting postback parameters,
different server-side processes can be made to execute.
 
Search WWH ::




Custom Search