[progress Communities] [progress Openedge Abl] Forum Post: Re: Error 14634

  • Thread starter Thread starter Frank Meulblok
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top