A new ‘Quick Edit’ button is added to Show Record panels in the panel header when creating a new application.
None. Your application is not modified.
You can add the ‘Quick Edit’ button to the HTML layout pages for your application’s Show Record panels.
Step 1: Drag an image button from the tool box onto a Show Record panel header in the Design tab in Iron Speed Designer.
Step 2: Rename the button to EditButton.
Step 3: Double-click the button control to display the Properties dialog. Specify appropriate button text in Display tab.
Step 4: In the Property dialog’s Bindings tab, set the Button Command to ‘Redirect’ and set the Action After Command to ‘Redirect to a specific URL’.
Step 5: For the URL, specify the table corresponding to the Edit Record page. Specify the URL parameter as the corresponding table’s primary key field. Finally, click ‘OK’ to close the Properties dialog.
Step 6: Build and run your application.
Version 5.0 Application Migration