xGlobal.forceFormPreload Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Forces form preloading to occur immediately.
public:
static void forceFormPreload();
public static void forceFormPreload ();
static member forceFormPreload : unit -> unit
Public Shared Sub forceFormPreload ()
Remarks
Normally, preloading occurs only when the client has gone idle. In scenarios where long-running X++ execution is occurring, this method can be used to force form preloading.