• ELSEIF
BeginFindForm("Applications","Applications","Email_")
THEN
• SearchField "Email address
includes:","EmailAddress",25,"Email_","CN" 'CN=contains
•
SearchField "First name
includes:","FirstName",25,"First_Name","CN"
•
SearchField "Last name
includes:","LastName",25,"Last_Name","CN"
• SearchField
"Address includes:","Address",25,_
• "Address1_+ISNULL(Address2_,'')+ISNULL(City_,'')+ISNULL(State__lookup_,'')","CN"
•
SearchEqualsPopup
"Status:","StatusSelection",_
•
"SELECT Value_,Caption_ FROM Status_ ORDER BY
Order_","Caption_",_
•
"Value_",TRUE,"Status__lookup_"
•
SelectLinesPerPage
• EndCommandForm
"List applications"
•
• 'must follow
BeginFindForm
• ELSEIF
DoDrillDown("Applications",_
•
"Application for %FIRST_NAME% %LAST_NAME%, email %EMAIL_%","Application",FALSE,"")
THEN
•