Browser won't scroll

vealj

New Member
I've defined an updateable browser in a frame but it doesn't scroll. You can add multiple records to it but you can't move off the first row. I'm using Open Edge 10.1B. I used Appbuilder to create the browser.

Any ideas on what I'm doing wrong?

Thanks in advance.

- veal johnson
 

Cringer

ProgressTalk.com Moderator
Staff member
Have a look at the user interface triggers you have defined against the browse and the update-able fields. My thought is that there is some code that is either returning NO-APPLY or is respositioning the browse to a row. Your best bet if you can't find it is to use the debugger and step through what is happening.
 
Top