2 column droplist
malkishtini at gmail.com
malkishtini at gmail.com
Wed Sep 9 14:06:21 EDT 2020
Hi Das,
The way I deal with this case is by concatenating the fields that I want to display in the dropdown list into a single column and then display that column.
Select (col1 || ' '|| clo2) as column_to_display from...
You could try this approach.
HTH,
Mayada
-----Original Message-----
From: omnisdev-en [mailto:omnisdev-en-bounces at lists.omnis-dev.com] On Behalf Of Das Goravani
Sent: Wednesday, September 09, 2020 1:42 PM
To: OmnisDev List - English
Subject: Re: 2 column droplist
In my experience which was recent I found that the Forms Droplets is limited to one column.
I need multiple fields showing so I make a second derivative list at runtime that has multiple things in one field, so it looks like multi column
Don’t think you can put a data grid into another data grid..
> On Sep 9, 2020, at 9:46 AM, Louis Kirouac <lkirouac at gmail.com> wrote:
>
> Hi $all
>
> I am using O$ 10.1
>
> Is it possible to display 2 or more columns in a droplist or similar object
> on a remote form?
>
> The Combobox, Droplist or List Control all seem to be limited to one :(
>
> I want to place a drop list in a Data grid.
>
> Do I have to place a Data grid into another Data grid?
>
>
> Louis Kirouac
> _____________________________________________________________
> Manage your list subscriptions at http://lists.omnis-dev.com
> Start a new message -> mailto:omnisdev-en at lists.omnis-dev.com
_____________________________________________________________
Manage your list subscriptions at http://lists.omnis-dev.com
Start a new message -> mailto:omnisdev-en at lists.omnis-dev.com
More information about the omnisdev-en
mailing list