On 10/ 9/08 05:14 PM, Johnny Rosenberg wrote:
Don't be… it seems like no one else has a solution neither… But I think that
DataArray structure is a bit odd, because if I create a combo box on a
spreadsheet, rather than in a dialogue, I can associate it directly with a
cell range of one column, can't I? How does that work?

The form controls use service com.sun.star.table.CellRangeListSource. You could also use that, or use FunctionAccess and the TRANSPOSE function. But how big are your arrays? Copying 100 string entries doesn't usually add a noticeable delay.

Just found out that I can't unless I register the cell range as a database,
but it was possible to do this without a database registration in an earlier
version, like 1.1.5 or so, I think.

Select the source cell range in the control's properties, not a data source for the form.

Niklas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to