Re: Dev/2000 - Record group question
Date: 2 Jul 1998 01:00:53 GMT
Message-ID: <1998070201005300.VAA18279_at_ladder01.news.aol.com>
>Hi everyone,
>
>In developper 2000, I use a LOV based on a query record group which goes
>something like this:
>select X, Y, Z from my_table; (X and Z are of type Number and Z is a
>char).
>
>My problem is that when I run my program and get to the part where it is
>supposed to show the LOV (therefore the contents of columns x, y and z),
>only the contents of the y column appear, and NOT those of x and z.
>
>Apparently, the LOV does not show the contents of columns of type
>Number..
>
>
All data types can be represented in an LOV. In the LOV , in the Column Mappings,(where you say what item receives the data) make sure that the length of the fields is big enough (the actual value probably depends on the coordinates you are using) A value of 0 means to not display it.
Hope that helps
Dan Hekimian-Williams
Received on Thu Jul 02 1998 - 03:00:53 CEST