Bruce, Posting the create statement for the view would help in analyzing your problem.
Jim Bentley, American Celiac Society 1-504-737-3293 ________________________________ From: Bruce Chitiea <[email protected]> To: RBASE-L Mailing List <[email protected]> Sent: Tuesday, August 7, 2012 4:02 PM Subject: [RBASE-L] - BROWSE Window View Wierdness All: RBase xTreme 9.1(64) Latest Windows7 Local SU A successfully-created view successfully generates its full data set when I type: SELECT * FROM vwGoodToGo ... at the R>Prompt. The same view fails to display the full set (details below) when I either: a) Type at the R>prompt: BROWSE * FROM vwGoodView, or: b) Select [Open View] from the Database Explorer. The BROWSE window opens in WINDOW_STATE NORMAL, with no error evident. I can close the window with no error evident. An attempt to maximize the window results in two errors (in order): 'Invalid Cursor State (2645)' 'The requested expression does not exist (2144)' ... and the only rows visible are those which initially appeared within the NORMAL browse window. No other view (so far) elicits this response. Again, the view generates correctly as a SELECT statement. Regarding Error (#2144) the one computed column performs flawlessly in 'SELECT world'. I've vacuumed the entire view creation process; nothing burps. Any thoughts? Bruce

