Subject | Re: [IBO] A very trivial problem |
---|---|
Author | Jason Wharton |
Post date | 2002-04-13T03:37:09Z |
Do you have the KeyLinks and KeySource properties set?
----- Original Message -----
From: "Heri" <heribender@...>
To: "IBObjects" <IBObjects@yahoogroups.com>
Sent: Wednesday, March 06, 2002 1:47 PM
Subject: [IBO] A very trivial problem
> Hi
>
> My TestApp has on the main form (from the dfm file):
>
> object IB_Connection1: TIB_Connection
> DatabaseName = 'KULTINFO'
> end
> object IB_Query1: TIB_Query
> DatabaseName = 'KULTINFO'
> IB_Connection = IB_Connection1
> SQL.Strings = ('Select CREATED from OBJEKT;')
> end
> object IB_DataSource1: TIB_DataSource
> Dataset = IB_Query1
> end
> object IB_Text1: TIB_Text
> DataField = 'CREATED'
> DataSource = IB_DataSource1
> end
> object IB_Grid1: TIB_Grid
> DataSource = IB_DataSource1
> TabOrder = 0
> end
> object IB_LookupCombo1: TIB_LookupCombo
> DataSource = IB_DataSource1
> DisplayField = 'CREATED'
> end
> object IB_LookupList1: TIB_LookupList
> DataSource = IB_DataSource1
> end
> object IB_ComboBox1: TIB_ComboBox
> DataField = 'CREATED'
> DataSource = IB_DataSource1
> end
> object IB_ListBox1: TIB_ListBox
> DataField = 'CREATED'
> DataSource = IB_DataSource1
> end
>
> If I open the query (very simple one, only 3 records), I can see data in
all controls, but not in the TIB_ListBox.
>
> What must I do in order to see the 3 records in the ListBox too?
>
> TIA.
>
> Heri Bender
>
> (4.2.Ga, D5Pro, NT4.06a)
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
> without the need for BDE, ODBC or any other layer.
>
___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>