cancel
Showing results for 
Search instead for 
Did you mean: 

using (implementing?) a gui element like the itemlist in the invoice-form

Former Member
0 Kudos

Hi there,

I have to add a list of models (Yamaha SR500,Yamaha XT,Honda XL) selected from a userdefined table to the item form (a matrix or whatever). This list is quite huge, so I have to search in this selectionbox like I can do in the items for an invoice.

I also need to delete these elements from this matrix.

So, it's sth. like the itemcollection of an invoice.

Does anyone know how to get sth. like this ????????

Some sample-code ???

Quite new but willing

Regards,

Holger

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Holger,

My first advice is trying to piece your problems. And then ask about details, not an overall solution for your problems.

Then, try to find what you need in the forum. Lots of code is posted.

You could start looking at this two issues:

Code for filliong a matrix from a recordset from Sebastian Danober.

Check this other post with code for adding folder to an existing form.

There are other post in the forum about how to create a form with a matrix, etc.

Regards,

Ibai Peñ

Former Member
0 Kudos

Hi Ibai,

thx a lot.

My question was quite general.

I didn't want to get overall solutions for my problems (that would be much more .

I know that it's possible to 'implement' these features but I wasn't sure, if there would be a better way .....

But it's interesting, that 2005 will have a feature like this.

So, thx again.

Best regards,

Holger

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

the "Select from List" object will be available in SDK version 2005 (i hope as soon as possible).

At the moment i have implemented only 1 idea: a matrix with multiple selection filled with a "SELECT" using the DI API.

You can add some edittext or combobox, select some fields and compose a select with variable parameters using the RecordSet object and the DoQuery method.

It's the only idea i have at the moment, but i think this can be improved by someone else.

Hope this helps

Regards.

Fabio Salucci