I have a view that includes 4 documents: spring, summer, fall, and winter. I select the summer document to use for an email that I'm testing. In code, I'm not clear as to how I pull the field information from the summer document that I've selected. The column is #, there is a check mark next to summer.....but in my code, I can't do this:
Set view=db.getview("messageVW")
Set doc=view.getfirstdocument......since summer is not first document, I'm looking for something like SET DOC = view.getselecteddocument....but that does not work.
In code, how do I reference the selected document?
cramd
Set view=db.getview("messageVW")
Set doc=view.getfirstdocument......since summer is not first document, I'm looking for something like SET DOC = view.getselecteddocument....but that does not work.
In code, how do I reference the selected document?
cramd