At 08:49 AM 11/3/2005, Jan Johansen wrote:
Better yet. Add a column to whatever table you use for your program defaults to store the themename you want to use. Then set your var to that and it's there for every form (with the property command of course).
And, to compliment your suggestion, here's the script to create a table with all supported R:Themes! -- Start CREATE TABLE `RThemes` + (`RTheme` TEXT (20)) LOAD `RThemes` 'Deep Cyan' 'Deep Green' 'Deep Orange' 'Funny Theme' 'Gnome' 'Green Glass' 'Longhorn' 'Mac OS' 'Matrix' 'Media' 'One Blue' 'One Clear Blue' 'One Cyan' 'One Green' 'One Orange' 'Orange Glass' 'R:BASE Rocks!' 'Razzmatazz' 'Real One' 'Sports Black' 'Sports Blue' 'Sports Cyan' 'Sports Green' 'Sports Orange' 'Win Native' 'XP Egypt' 'XP Green' 'XP Grey Scale' 'XP Orange' 'XP Silver' END COMMENT ON `RTheme` IN `RThemes` IS 'Name of R:Theme' COMMENT ON TABLE `RThemes` IS 'List of Available R:Themes' RETURN -- End Enjoy and make sure to have fun! Very Best R:egards, Razzak.
