You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class Field_ref.cls:
define private variable gbhDatabaseTable as handle no-undo.
method private void Initialize(input ipcTableName as character):
create buffer this-object:gbhDatabaseTable for table ipcTableName.
end method.
end class.
We have the following class.
class Field_ref.cls:
define private variable gbhDatabaseTable as handle no-undo.
method private void Initialize(input ipcTableName as character):
create buffer this-object:gbhDatabaseTable for table ipcTableName.
end method.
end class.
When parsing we get this error:
expecting Field_ref, found 'Widget_ref "" ...\Field_ref.cls:0:0' -> File: ...\Field_ref.cls Line: 15 Column: 5 Type: CREATE Text: create
The text was updated successfully, but these errors were encountered: