JAMS 6.x Help
Check Method (PrintForm)


Checks a PrintForm against a JAMS Server.
Syntax
'Declaration
 
Public Shared Sub Check( _
   ByRef formID As System.Integer, _
   ByVal formName As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim formID As System.Integer
Dim formName As System.String
Dim js As Server
 
PrintForm.Check(formID, formName, js)
public static void Check( 
   ref System.int formID,
   System.string formName,
   Server js
)

Parameters

formID
formName
js
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PrintForm Class
PrintForm Members