At 10:14 PM 6/23/2009, Doug Hamilton wrote:
I just had the same happened to me when importing a table def & data.
Table loaded but now when I try to browse any table, the browser
flashes and disappears, although it still shows in a button at the
bottom of the RB window. If I maximize the RB windows, the browser
shows but disappears when I click Restore. All the other windows
(Explorer, Editor, R>, Forms etc are ok. This only happens for this
one database.
I checked the registry but no top, left, height or width for the
Data Browser - just Cell Hints, Even & Odd Color and Zebra Stripe.
Since it only happens for this one db, is it even a registry issue?
Doug,
FYI, R:BASE registry settings are not specific to any database.
However, on a CONNected database, when LAYOUT is set to ON, you can
save any specific table layout settings by selecting the [Save Layout]
option from the Data Browser/Editor | Main Menu | Layout menu options.
Browsing the SYS_LAYOUTS3 table should provide you some blues clues!
Example:
CONNECT dbname
BROWSE ALL FROM SYS_LAYOUTS3
Deleting the rows specific to that particular table should take care
of your specific situation.
Hope that helps!
Very Best R:egards,
Razzak.