jobrunner:docs

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
jobrunner:docs [2024/04/15 15:48] – [<OpenForm>] Justin Willeyjobrunner:docs [2024/04/15 15:51] (current) – [<OpenForm>] Justin Willey
Line 352: Line 352:
 Note that static forms will not open if another instance with the same //formid// already exists. Note that static forms will not open if another instance with the same //formid// already exists.
  
-To open an internal browser window that loads pages from the LocalWebPage table use formid INTERNALBROWSER. First parameter is the URL and the second is the form id, followed by the required window title, separated by a dollar symbol. ++ Example| \\ <code xml><Job title="Show XYZ Login" autoclose="Yes">+To open an internal browser window that loads pages from the LocalWebPage table use formid INTERNALBROWSER. First parameter is the URL and the second is the form id, followed by the required window title, separated by a dollar symbol.  
 +++++ Example| <sxh xml><Job title="Show XYZ Login" autoclose="Yes">
   <SetVariable name="CurrentStaff" sql="UserStaffID" />   <SetVariable name="CurrentStaff" sql="UserStaffID" />
   <OpenForm formid="INTERNALBROWSER" static="YES">   <OpenForm formid="INTERNALBROWSER" static="YES">
Line 363: Line 364:
   </OpenForm>   </OpenForm>
 </Job> </Job>
-</code+</sxh
-+++++++
  
 ==== <CloseForm> ==== ==== <CloseForm> ====
  • jobrunner/docs.txt
  • Last modified: 2024/04/15 15:51
  • by Justin Willey