hcl-bot
1
Let’s say I have 2 databases. The database A is the master database and database B is the slave.
I have a suform in A. This subform contains en embedded view.
Now, when I create a form in B, I am able to insert a subform from the master database.
Now, if I try to display the form in a browser, I have an http error message → “A view of that name cannot be found in the specified database”
Am I wrong when I try to do that ?
hcl-bot
2
Subject: RE: Inserting Subform from another database
when pasting the subform in database B, ensure that in the embedded views property the database it refers to is not the the Master but itself.
hcl-bot
3
Subject: resume
If you want to include a subform from the master inside the slave, the content of master’s subform will look inside slave.
hcl-bot
4
Subject: Solution
Hello,
I will do my best to explain well what happening.
Let continue your example…
Subform A inside master.
You insert subform A inside the Slave.
Everything computed inside that subform will search the current DB, that mean, Slave’s DB.
Your embeded view need to be inside the slave database.
hope that help