To open any link in a new tab, preserving your position in the current article, just hold down the <CTRL> key on your keyboard before clicking the link or click using your mouse wheel.

OpenJob (2)

OpenJob



Opens the job specified by JobPath. Returns True if successful, false if the job could not be found or opened.



Syntax:

Procedure: OpenJob(JobPath: String): Boolean;


API Call:

Scripting
CanCloseThisJob := FALSE; // do you really want to do this ???

if CanCloseThisJob then
  begin
    PlanSwift.CloseJob;
    Result := PlanSwift.OpenJob('\jobs\1004');
  end
else
  begin
    Result := FALSE;
  end;

Copyright 2023 ConstructConnect