Dear All,
I have a simple program that shows a list. My program has AT LINE-SELECTION event. I also use a GUI status for my list.
When I ran my program and double clicked a line, the AT LINE-SELECTION event was never triggered. Later, I deleted the line that registers the GUI status (SET PF-STATUS.... ). When I ran it again and double clicked a line, the AT LINE-SELECTION was triggered.
Therefore, I conclude that AT LINE-SELECTION won't be triggered when I use SET PF-STATUS. Is it true?
If so, is there any way to make my list responds to double click event when I also use GUI status?
Thanks in advance,
Haris