TBMH
Posts: 40
|
| Posted: 05/31/2007, 5:32 PM |
|
I've already posted this in the .NET forum as I am using c#. I haven't gotten any responses so I thougt I would try here.
I have a multi select listbox. I'd like to select more than one item in the listbox and have it create a record for each row I've selected. Or, alternately, delete the rows which I select. In C# this isn't very difficult but I am having a hard time understadning how to do this in Code Charge. Basically, the form is an "available / assigned" form; what codes are available, and what is assigned to me with little "add >>" and "delete <<" buttons between the two listboxes. You've seen this hundreds of time before (probably 
I have looked at the examples and am, frankly, very disappointed. The descriptions spend 12 steps explaining which controls to put on the form, and only one sentence that says "follow the example code for AfterInsert event". ?????? That's where the the "magic" is. Not trying to complain, just offering a suggestion that it would be helpful for the examples to go into more detail regarding what the code is doing.
Anyhoo.......Can anyone give me any pointers on how to do what I want to do?
Thanks again,
Scott
|
 |
 |
matheus
Posts: 386
|
| Posted: 06/01/2007, 4:53 AM |
|
Look in Examples Project, After Insert event code was there.
_________________
Matheus Trevizan
Dynamix Software Ltda.
Blumenau SC Brasil
www.dynamix.com.br |
 |
 |
|