Skip to main content

[Migrated content. Thread originally posted on 15 April 2006]

I want to create an exception within a listbox so when I scroll down I can display information about the record outside the listbox.
This only works when an exception occurs (filling the listbox after pagedown or other events).
How can I do this.

[Migrated content. Thread originally posted on 15 April 2006]

I want to create an exception within a listbox so when I scroll down I can display information about the record outside the listbox.
This only works when an exception occurs (filling the listbox after pagedown or other events).
How can I do this.
I would suspect you could monitor the NTF-PL-NEXT and NTF-PL-PREV events, have you looked at them?

[Migrated content. Thread originally posted on 15 April 2006]

I want to create an exception within a listbox so when I scroll down I can display information about the record outside the listbox.
This only works when an exception occurs (filling the listbox after pagedown or other events).
How can I do this.
Yes this works fine when the list-box needs to be filled with the next record.
But when I am half-way in the List-box I want to display information about that record outside the listbox.

[Migrated content. Thread originally posted on 15 April 2006]

I want to create an exception within a listbox so when I scroll down I can display information about the record outside the listbox.
This only works when an exception occurs (filling the listbox after pagedown or other events).
How can I do this.
And NTF-SELCHANGE?

[Migrated content. Thread originally posted on 15 April 2006]

I want to create an exception within a listbox so when I scroll down I can display information about the record outside the listbox.
This only works when an exception occurs (filling the listbox after pagedown or other events).
How can I do this.
Yes that's it.
I also forgot the NOTIFY-SELCHANGE in the definition of the list-box.
Thanks for your help.