Embed view

Hi Everybody,

How can i embed other database view in my form?

cheers

siddu

Subject: embed view

Open the Second Database in designerGo to your form, Create – > Embedded Element → view

Bottom of the pop up box there is a drop down which currently has current database scroll down and you can find your second database. select it and it will populate the views on the top

Subject: RE: embed view

But keep in mind that the view is linked in via its parent database’s replica ID.

As a result, this approach will fail miserably, if you create your databases as templates and then try to create new databases based on these templates. The embedded view will still link to the template, then.

Subject: RE: embed view

Thanks Rehan & Harkpabst