Can an embedded view with HTML be used with pass-thru HTML on a notes form? I am trying to create a table with this combination. It works in a browser, but nothing displays in a Notes client.
Thx
David
Can an embedded view with HTML be used with pass-thru HTML on a notes form? I am trying to create a table with this combination. It works in a browser, but nothing displays in a Notes client.
Thx
David
Subject: RE: Pass- thru HTML, embedded view, and Notes forms
No, embedded views in the Notes client are displayed using a view, not using HTML – that option applies only to web apps.
However, you could use @DbColumn or @DbLookup in computed text to pull in the HTML you want from the view, and if you mark the computed text area as passthru, that should work in the Notes client.