Difference between revisions of "DO Commands"

From Lianjapedia
Jump to: navigation, search
(Created page with "{| class="wikitable" width="100%" !width="30%"|Command !width="70%"|Description |- |valign="top"|DO||valign="top"|Execute a Lianja procedure, program or stored procedure....")
 
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
|valign="top"|[[DO]]||valign="top"|Execute a Lianja procedure, program or stored procedure.   
 
|valign="top"|[[DO]]||valign="top"|Execute a Lianja procedure, program or stored procedure.   
 
|-  
 
|-  
 +
|valign="top"|[[DO CASE]]||valign="top"|Select one course of action out of one or more alternatives. 
 +
|-
 
|valign="top"|[[DO FORM]]||valign="top"|Execute a Visual FoxPro style form.   
 
|valign="top"|[[DO FORM]]||valign="top"|Execute a Visual FoxPro style form.   
 
|-  
 
|-  
Line 13: Line 15:
  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
[[Category:Commands]]
 

Latest revision as of 08:58, 13 March 2017

Command Description
DO Execute a Lianja procedure, program or stored procedure.
DO CASE Select one course of action out of one or more alternatives.
DO FORM Execute a Visual FoxPro style form.
DO WHILE Repeat a block of commands while a specified condition is true.