I couldn't seem to find it. >From what I remember one could set up a DBGrid on a view and then assign that >view to any table. Then with a push button could drop the view and recreate >the view with the same view name and a different table.
The code is similar to this: PROPERTY TABLE tvTable 'Close' DROP VIEW tvTable CREATE TEMP VIEW tvTable AS SELECT * FROM <TblView> <Where Clause> PROPERTY TABLE tvTable 'Open' PROPERTY TABLE tvTable 'REFRESH' ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of jan johansen Posted At: Monday, February 09, 2009 6:23 PM Posted To: RB7-L Conversation: [RBASE-L] - Universal Data Browser Subject: [RBASE-L] - Universal Data Browser Group, I know this was either during a conference or during one of the SAT's but I can't seem to locate any information about the Universal Data Browser. I think it was something that Razzak and Charlie Parks presented. Jan

