R6 app running on R8 client

I have a application designed with a R6 client. This application uses Sections and within those Sections, there are some fields defined as Dialog Lists. When running this app on a R8 client, I have issues where some of these Dialog Lists fields will not work correctly. When I click the drop down arrow, nothing happens. If I try to enter data directly into the field and not use the drop down arrow, it will not accept input. Has anyone experienced this problem before?

Subject: Navigation

Do you use a navigation class in your application?

The class changed in R8. You have to use two separated navigators: One for views and one for documents.

Otherwise after the first different type, it won’t load anything else.

That’s the only problem I have found so far with R6/R8 applications.