|
The Edit button or icon you clicked on is not yet bound to an Edit Record page.
To bind the Edit button or icon to an Edit Record page:
- If you have not yet created an Edit Record page, use the Application Wizard to create
one.
- Go to the Application Explorer tab, navigate in the tree to the page that contains
the Edit button or icon.
- Select the name of the Edit button or icon on the page. Then click the 'Button actions' on the Properties sheet.
- In the Properties dialog, select the Redirect option and click on the Edit button.
- Now modify the Redirect URL to point to your Edit Record page.
Example: ../MyPages/MyEditRecordPage.aspx?QueryStringParam={0}
- Make sure the Redirect parameter is "ID".
- Save changes and rebuild the application.
|
|
|