Issue 65162

Summary: loadComponentFromURL() with .component:DB/RelationDesign shows UI
Product: General Reporter: andreas.schluens
Component: codeAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 2.0.2   
Target Milestone: AOO Later   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description andreas.schluens 2006-05-08 12:17:39 UTC
Please try the following macro:

sub test
	dim args(0) as new com.sun.star.beans.PropertyValue
	args(0).Name = "DataSourceName"
	args(0).Value = "Bibliography"

	doc = StarDesktop.loadComponentFromURL(".component:DB/RelationDesign", 
"_blank", 0, args())

end test

It shows a message box containing:
"StarOffice Base: Relation design \n The database does not support relations.".
But there was no InteractionHandler specified for this loadComponentFromURL() call. 
So it's not allowed for a FrameLoader/Filter to show any UI.
Please make sure that these message occure only as interaction.
Comment 1 ocke.janssen 2006-05-18 13:15:10 UTC
*** Issue 65163 has been marked as a duplicate of this issue. ***