lotus-designer

Error in Evaluate statement macro

北城余情 提交于 2019-12-24 08:45:16
问题 I have a problem with an evaluate statement . I am trying to use this function into in a class, because I want to use the formula @DbLookup into lotusscript. This is my class code : Class DirectorSucursal Private m_branch As String 'Constructor class Public Sub New (branch) me.m_branch = branch End Sub 'Deleter Class Public Sub Delete End Sub 'Function show the field value Public sub GetBranch MsgBox m_branch End Sub 'Function get the name director Public Function getNameDirector