Completing the update page rapidly
You can add the final two building blocks of an update page in a single operation
using the Record Update Form live object. The live object adds both an HTML
form and an Update Record server behavior to the page.
Before you can use the live object, your web application must be able to identify
the record to update, and your update page must be able to retrieve it. (See
Identifying the record to update and Retrieving the record to update.)
You can also add the HTML form and the Update Record server behavior separately
using the form tools and the Server Behaviors panel. (See Completing the update
page block by block.)
To build the update page with the Record Update Form live object:
After the live object places the building blocks on the page, you can use the design tools to customize the form to your liking, or the Server Behaviors panel to edit the Update Record server behavior.
To edit the server behavior, open the Server Behaviors panel (Window > Server Behaviors) and double-click the Update Record behavior.
1 2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 422