Dynamic Browser Search

TonySh

New Member
Hi,

I'm kind of new to Progress.
I have a browser where I'm joining 3 tables. I cannot figure out how to reposition it to specific record from 2nd table in query when I do dynamic search. I find the record in the table and then do:
REPOSITION brwTable TO ROWID ROWID(table2).

But it gives me error 7331. I looked it up and there isn't much help available except that it says that the record I'm trying to reposition to might not exist in the query, but it does. Might it have something to do with the fact that I'm trying to reposition my browser to the 2nd table in query, not the 1st one?

Thanks for your response.

Tony.

P.S. Also, can someone give me a sample code on how to do dynamic browser search?
 
Back
Top