·You can use RBAPP applicationname.rba command to bring up your application in Application Designer  

Example:  
 
RBAPP 'Test Application.RBA'  
 
RBAPP RRBYW4.RBA  
 



·Use LAUNCH applicationname.rba command at the R> prompt or in a command file and/or EEP to run your application designed using Application Designer.  


·While building Actions, after selecting a form, report or label and building your WHERE clause and/or ORDER BY clause, if you would like the option of adding a user input dialog, use the '@' symbol.  

Examples:  

WHERE EmpID = @'Enter Employee ID'  

WHERE EmpLName LIKE @'Enter the first few characters of Employee Last Name followed by % symbol'  

WHERE EmpLName CONTAINS @'Enter Part of Employee Last Name'  
 
 
·If you use the minus '-' symbol for the caption of an Action, this will create a separator bar that you can place between Menu Items to create an organized apperance.  



·For applications designed using the Application Designer, look at the following sample applications:  
 
Test Application.RBA  
RRBYW4.RBA