Posted by [IP Address: 129.22.241.191] 'Cindy' on August 24, 2001 at 10:18:21 EST:
In Reply to: Re: ScrollSelect question posted by [IP Address: 129.22.241.191] 'hth' on August 23, 2001 at 23:43:44 EST:
Hi hth,
Good idea. Just tried and found that it did not do anything for scrollflush and not even display any winmessages. It was the stupid typo on the panel name in the 'if %panel' statement that made the whole if clause not executed. I did a trace using application reviewer before and thought that it was something else thus why I posted the question(evidently I was wrong).
Thanks much.
Cindy
: Hi,
: another thought - I am assuming the PeopleCode is in the "FieldChange" event of the GO button - (somebody clicks the button, then the fieldchange event is triggered and the code executes - )
: in the refresh button also, the peoplecode should be in the fieldchange event - comment out the scrollselect and see if the scrollflush in the refresh is really clearing the panel buffer - that might give more clues -
: tks