In some cases, the icon links to Edit Record and Show Record pages will be missing from Show Table and Edit Table pages you generate.
The primary reason for this is the underlying database table does not have a primary key, which makes it impossible for Iron Speed Designer’s Application Wizard to generate pages for editing and displaying specific records. You can easily remedy this by adding a primary key for the table in your database. If this is not possible, then you can add a Virtual Primary Key (VPK) directly in Iron Speed Designer, a facility that instructs Iron Speed Designer to treat the designated field as if it were a primary key. (Enterprise Edition only.) After adding either the primary key in the database table or a Virtual Primary Key in Iron Speed Designer, use the Application Wizard to regenerate the associated pages.
Creating Your First Application