When I embed a view(which is located in a database in different partition server) inmy current databse form, the resulting form does not show the view contents.
It means when I embed a view from different parttion server(for example a view
in testServer/test1) in any form out it(eg. in
testServer/test2)the form does not show the view contents but when I subsitute it with a view in the same partition server(eg testServer/test2) I get the result. I think this problem is more complicated than ordinary embeded view problems. Please help me in this issue. Thank you guys.
P.S: At the time I embed this view the view contents are shown in the design mode of the form but when I preview it in the browser it’ll not shown. I know the problem is not with the browser or “pass thru html”.