Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
a_f:a:set_progress [2022/09/01 05:37] – [Example] administratora_f:a:set_progress [2023/05/09 01:46] (current) sean
Line 1: Line 1:
-{{tag>Actions Action_List Process UI}}+{{tag>Index Action Action_List Process UI Version:v8.6}}
 ====== SET PROGRESS ====== ====== SET PROGRESS ======
  
Line 10: Line 10:
 ===== Example =====  ===== Example ===== 
  
-<code aim> SET PROGRESS 30 </code>+<code aim>SET PROGRESS 30 </code>
  
-<code aim> SET PROGRESS 30, 'Progress is 30%' </code>+<code aim>SET PROGRESS 30, 'Progress is 30%' </code>
  
-<code aim> SET PROGRESS SessionObj.CurNmb/SessionObj.Total*100, 'Handling record ' + SessionObj.CurNo + ' of ' + SessionObj.Total </code>+<code aim>SET PROGRESS SessionObj.CurNmb/SessionObj.Total*100, 'Handling record ' + SessionObj.CurNo + ' of ' + SessionObj.Total </code>
  
  
  
  • Last modified: 2022/09/13 18:11