Re: How to supress Null_value in List-Item ?

From: Todd Owers <toddo_at_gcr1.com>
Date: Wed, 23 Sep 1998 15:30:05 -0500
Message-ID: <6ublt3$cb7$1_at_nntp.gulfsouth.verio.net>


Try setting the item's Required property to True. If Required = False, then NULL is an allowable value for the item. I know that with a static list, Forms will add a null value to the list when Required = False. It sounds like the same thing happens with a list populated by a query.

Hope this helps.

Todd Owers

Steffen Stellwag wrote in message <3608F852.775E_at_pcm.bosch.de>...
>I have a list-item ( Type POP_List) populated at runtime from a Record
>group with an associated query ( select col1,col1 from table)
>
>The list item is populated correctly with the query and always a fuc...
>null_value is added .
>
>Unfortunately this null value is the first item in the result and
>appears as the first value in the listitem.
>
>Any solutions ? Thanx.
Received on Wed Sep 23 1998 - 22:30:05 CEST

Original text of this message