2008 Oct 11 5:44 PM
Hi,
i have a listbox that is in the screen 0100. i want to do something when i select an item from that listbox at same time? ( as web listbox events ).
Can somebody help me pls?
Thanks to everybody.
Hi,
i have a listbox that is in the screen 0100. i want to do something when i select an item from that listbox at same time? ( as web listbox events ).
Can somebody help me pls?
Thanks to everybody.
2008 Oct 11 5:56 PM
if you set the Function code for the Listbox field in the screen attributes , then you will be able to handle that like a button . in the PAI you can get handle the function code and do what ever you want.
module user_command input.
case ok_code.
when 'LISTBOX'.
"handle that here..
endcase.
endmodule.
2008 Oct 11 6:14 PM
Thanks you Vijay,
it's a correct answer and thanks you again but i've forgotten to write a fcode of listbox in screenpainter attributes so whatever it doesn't go to pai modules when select an item from listbox.
And problem solved now.
Thanks again.
Regards.
2008 Nov 03 11:06 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |