F
Frank Meulblok
Guest
As per the documentation for the class Create() is a static method which returns a DialogExpressionCondition instance. And as the error message states, a static member must be accessed via a class name. Correct code should be: Condition = Docuware.Platform.ServerClient.DialogExpressionCondition:Create("Field", "Value").
Continue reading...
Continue reading...