Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Setting Data Set properties before call to IQuery.getMetadata
Setting Data Set properties before call to IQuery.getMetadata [message #247006] Mon, 09 July 2007 20:28
John Colgrave is currently offline John ColgraveFriend
Messages: 42
Registered: July 2009
Member
I would like to make my query metadata be dependent on the value of a
Data Set property, but it seems that the call to getMetadata is being
made before I have chance to set a real value for the property. I can
see the following sequence of calls on my implementation of IQuery:
prepare()
setProperty(<property name>, null)
getMetaData()

All of this happens before the Data Source is created in the UI, and
therefore before the user has chance to enter a value for <property name>.

Is there any way I can allow the user to enter a value for the property
before getMetaData() is called?

I don't want to make the property a connection property as I would like
multiple Data Sets to be defined for the same Data Source, and each one
would have a different value for this property.

John Colgrave
Previous Topic:Birt 2.1.2, PDF output problem
Next Topic:Building BIRT
Goto Forum:
  


Current Time: Sun Oct 06 07:38:41 GMT 2024

Powered by FUDForum. Page generated in 0.02911 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top