Have a handle on a backend doc - how do i display it for user on the web?

Hi everybody,

I get a handle on a backend doc (LS - doesn’t matter how). How can I bring up that doc for a user to view on the web?

P.S. Can it be done without using a view? (i.e. http://servername/dbname/viewname/key). I don’t want to hard code the view name.

Thanks for your time,

Ralu

Subject: Have a handle on a backend doc - how do i display it for user on the web?

On the web, you can use 0 as the view, so just use http://servername/dbname/0/unid).

Subject: RE: Have a handle on a backend doc - how do i display it for user on the web?

Thanks very much, Ben!

Ralu