Re: Having trouble Populating a tlist from a record group
Date: Mon, 4 Jan 1999 21:33:46 +0100
Message-ID: <76r8vi$tg$2_at_trex.antw.online.be>
First of all: only use lists when the number of records is limited and
rather stable!
Lists are objects put on your windows entirely! Therefore you
can't populate them when you click on them. You wil have to
populate your list in the beginning of the form or block
(WHEN-NEW-FORM-INSTANCE , WHEN-NEW-BLOCK-INSTANCE)
Chris Geske heeft geschreven in bericht
<3690F8E1.ADC12AA2_at_northernlakeservice.com>...
>I am trying to populate a tlist with a list of company names from our
>customer database, the list of customers is dependent on the user
>assigned to that customer in our database. So the user selects a name
>from a LOV, then switches to a different tab page, and views his list of
>customers. I have built a recordgroup that queries the database, and
>made a trigger that populates the list, but nothing is happening, what
>am I doing wrong?
>
>Chris Geske
>geskec_at_newnorth.net
>
Received on Mon Jan 04 1999 - 21:33:46 CET