AboutPaski K. Paskaradevan Expertise I have 3 + years in Lotus Notes application development. I am a CLP R5 Application Development. I can answer any question pertaining to application development.
Experience R5 CLP. In addition, I have a bachelors degree in Engineering and a MBA.
Question Hi,
I have embedded a view into a Form.Its working fine but that embedded view shows the prompt NO DOCUMENTS FOUND if no document.I want to hide this msg.
Please suggest me how to go on to do this.
thanks,
Vidhya
Answer Hi,
I am assuming that you are viewing this document in the browser.
I think the "No document found" is a notes message and I do not think you can hide this.
But you may be able to hide the embedded view itself if it contains no documents.
Compute a field on the form just above the embedded view which will compute the number of documents in the view (use @dbcolumn). Then hide the view if there are no documents in the view.