A common requirement is to display data only for logged in users. Iron Speed Designer provides great flexibility for this, providing control at the component and panel level.
Step 1: Use the Application Security Wizard (Tools, Application Security Wizard...) to establish the login security. See Configuring Application Security for details.
Step 2: Use the Application Explorer to open the pages where you need to restrict data to only the logged in user. In Design Mode, select the panel you wish to secure and open the Query Wizard (Right-click, Query...).
Step 3: In the WHERE step of the Query Wizard, add a WHERE clause that constrains the data to the "logged in user ID", which is a built-in function in your generated application.
Step 4: Build and run your application.
Configuring Application Security
Step 1: Select Application Security Type
Step 2: Enter Active Directory Connection String
Step 3: Select the User Table (Database Security)
Step 4: Select the Roles Table (Database Security)
Step 4: Select the Policy Store Role Provider (AzMan Security)
Step 5: Assign Page Permissions
Step 6: Configure Individual Controls for Role-Based Security
Administering Database Security at Run-Time
Displaying Data for Logged In Users
Configuring Automatic Sign-Out
Configuring Your System for Application Security