Are you bound to a GUI control?

Drew Jensen <[email protected]> Sat, 06 Feb 2010 16:58:30 -0500
Newsgroups gmane.comp.openoffice.dba.user
Message-ID <[email protected]>
Hi,

That question is - how do I answer that question?

Going the other way around is easy:

DataField = dataform.ControlModels(x).BoundField

This gives me the data field bound to a GUI control

Data fields can be bound to multiple GUI controls or no GUI controls.

What I would like to do is something like is

dim ControlModels{) as object

ControlModels() = dataform.Columns(x).ControlModels

Is there a way with the api now to do that?

Hope that makes sense

Thanks

Drew