<< SET THEME themename Then:
DIALOG ... THEME .#THEME ??? >> Actually, what I'm dreaming of is this: SET THEM ThemeName DIALOG . .. -- AUTOMATICALLY uses the theme from SET THEME. DIALOG . . . THEME NewThemeName -- Uses the new theme for this dialog only. DIALOG . . .. THEME None -- Uses no theme at all for this dialog. That way, I could set the theme once and not worry about having to find EVERY dialog in my application files, stored procedures, form code, SELECT RUNs, etc. -- Larry

