Yeah,
I’ve got a little problem, I must get the left and the right part of an form field.
I thought it was like this:
Evaluate(“@Left(SelDb;”")",m_Doc)
And then I must use this part as following
Set m_Db =new NotesDatabase(Evaluate(“@Left(SelDb;”")",m_Doc),m_Doc.SelDb(0))
but the evaluate value gives a error
can somebody help me?
thanks