[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.axapta.programming

Multiple selection of Items from Drop Down List

Ashish

12/2/2005 6:41:00 AM

Hi All,

is there a way to multiple selection of items in drop down list

4 Answers

Anil Ozay

12/2/2005 8:53:00 AM

0

Dear Ashish,

DropDownList is used for single selection, ListBox (or grid..) is used by to
multiple selection.

So it is not any way to do this..

Regards,

Anil Ozay
Software Engineer,Axapta Specialist
MBSCP, MCP


"Ashish" wrote:

> Hi All,
>
> is there a way to multiple selection of items in drop down list
>

Ashish

12/2/2005 9:21:00 AM

0

Hi Anil,

Actually I have a requirement in which I have to provide a functionality to
select multiple sales persons or Range of sales persons,multiple selection of
order status (i.e. open,delivered,on order) and multiple stores or Range of
Stores.
your suggestion in this regard will be highly appreciated.

"Anil Ozay" wrote:

> Dear Ashish,
>
> DropDownList is used for single selection, ListBox (or grid..) is used by to
> multiple selection.
>
> So it is not any way to do this..
>
> Regards,
>
> Anil Ozay
> Software Engineer,Axapta Specialist
> MBSCP, MCP
>
>
> "Ashish" wrote:
>
> > Hi All,
> >
> > is there a way to multiple selection of items in drop down list
> >

Anil Ozay

12/2/2005 10:45:00 AM

0

Dear Ashish,

If possible, customers can use filter option to do it. This property comes
from axapta and designed for this case.

If it is impossible, you can add datasources to your object. After that you
can add grids to form and bind to the datasources. When a button is clicked,
you can traverse selected records of datasources. After that you can add
range to your data source with the code.

I hope it can help you,

You can ask me any more questions about details. I think they have to use
Filter option ;)

Anil Ozay
Software Engineer,Axapta Specialist
MBSCP, MCP


"Ashish" wrote:

> Hi Anil,
>
> Actually I have a requirement in which I have to provide a functionality to
> select multiple sales persons or Range of sales persons,multiple selection of
> order status (i.e. open,delivered,on order) and multiple stores or Range of
> Stores.
> your suggestion in this regard will be highly appreciated.
>
> "Anil Ozay" wrote:
>
> > Dear Ashish,
> >
> > DropDownList is used for single selection, ListBox (or grid..) is used by to
> > multiple selection.
> >
> > So it is not any way to do this..
> >
> > Regards,
> >
> > Anil Ozay
> > Software Engineer,Axapta Specialist
> > MBSCP, MCP
> >
> >
> > "Ashish" wrote:
> >
> > > Hi All,
> > >
> > > is there a way to multiple selection of items in drop down list
> > >

Ashish

12/2/2005 12:52:00 PM

0

I am using these fields on dialog to filter out these fields on report.

"Anil Ozay" wrote:

> Dear Ashish,
>
> If possible, customers can use filter option to do it. This property comes
> from axapta and designed for this case.
>
> If it is impossible, you can add datasources to your object. After that you
> can add grids to form and bind to the datasources. When a button is clicked,
> you can traverse selected records of datasources. After that you can add
> range to your data source with the code.
>
> I hope it can help you,
>
> You can ask me any more questions about details. I think they have to use
> Filter option ;)
>
> Anil Ozay
> Software Engineer,Axapta Specialist
> MBSCP, MCP
>
>
> "Ashish" wrote:
>
> > Hi Anil,
> >
> > Actually I have a requirement in which I have to provide a functionality to
> > select multiple sales persons or Range of sales persons,multiple selection of
> > order status (i.e. open,delivered,on order) and multiple stores or Range of
> > Stores.
> > your suggestion in this regard will be highly appreciated.
> >
> > "Anil Ozay" wrote:
> >
> > > Dear Ashish,
> > >
> > > DropDownList is used for single selection, ListBox (or grid..) is used by to
> > > multiple selection.
> > >
> > > So it is not any way to do this..
> > >
> > > Regards,
> > >
> > > Anil Ozay
> > > Software Engineer,Axapta Specialist
> > > MBSCP, MCP
> > >
> > >
> > > "Ashish" wrote:
> > >
> > > > Hi All,
> > > >
> > > > is there a way to multiple selection of items in drop down list
> > > >