hi
i have a form, wanna docs created from this form to be shown in a view residing at names.nsf…ı mean;ı want to tie a view to a form which is outside of the view’s db…
waiting for comments
thanx in advance
hi
i have a form, wanna docs created from this form to be shown in a view residing at names.nsf…ı mean;ı want to tie a view to a form which is outside of the view’s db…
waiting for comments
thanx in advance
Subject: showing docs in a view resides at names.nsf
A view can only show documents that are stored in the same database as the view.
If your users have update access to the database that the view is in, you need to code your form to create a document in that database as it’s being saved.
(Actually, I think the new DB2 storage method on Notes 7 does allow views to get data from external sources, but that’s probably overkill.)
Subject: RE: showing docs in a view resides at names.nsf
First of all,thanx for your comment…ı guess ı solved the problem by creating a replica of names.nsf…by doing so,docs created at replica db is then replicated with names.nsf…
thank u again
take care