I have a column in a view.This column can be binded to a field or column can have a formula associated with it.
By using notes API or by any-other means, how can i get the datatype of column. When i say datatype of a column it means i want to get the datatype of the field which is binded to column.
Example :
Using “Notesviewcolumn” how can we achieve this requirement.
NotesViewColumn.IsField will tell us if the column is binded to a field or not. When it is then how to get the datatype of this field.
Any help will be appreciated and welcome.
Thanks a lot in advance.