Operation Manual

From the pop-up menu beside the first menu, select the equal sign, if not already selected.
From the third pop-up menu, select URL Parameter. The page with the Delete links uses a URL parameter to pass
information to the delete page.
In the fourth box, enter the name of the URL parameter passed by the page with the Delete links.
5. Click OK.
The recordset appears in the Bindings panel.
Display the record the user wants to delete
1. Select the recordset columns (record fields) in the Bindings panel, and drag them to the delete page.
Make sure you insert this read-only dynamic content within the form boundaries. For more information on inserting dynamic
content in a page, see Make text dynamic.
Next, you must bind the record ID column to the hidden form field.
2. Make sure Invisible Elements are enabled (View > Visual Aids > Invisible Elements), and then click the yellow shield icon that
represents the hidden form field.
The hidden form field is selected.
3. In the Property inspector, click the lightning bolt icon beside the Value box.
4. In the Dynamic Data dialog box, select the record ID column in the recordset.
In the following example, the record ID column, CODE, contains unique store codes.
Record ID column selected
5. Click OK and save the page.
505