Setting Data Set properties before call to IQuery.getMetadata [message #247006] |
Mon, 09 July 2007 16:28 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03308 seconds