Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
.WIDGET SET THEME | ||||||||
Line: 16 to 16 | ||||||||
Description: | ||||||||
Changed: | ||||||||
< < | This subroutine sets the current theme. <theme_name> is required but cam be blank to clear the theme, the subroutine will cancel if it is not received. | |||||||
> > | This subroutine sets the current theme. <theme_name> is required but can be blank to clear the theme, the subroutine will cancel if it is not received. | |||||||
<application> is the application id the theme is to be loaded from. (Optional). <version> is the version id the theme is to be loaded from. (Optional). | ||||||||
Added: | ||||||||
> > | See .WIDGET APPLY THEME for more information on using Themes. | |||||||
Comments:Read what other users have said about this page or add your own comments. |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
.WIDGET SET THEMEThis subroutine sets the current theme.Usage:PASS <theme_name> FIELD SHARE? N PASS <application> FIELD SHARE? N PASS <version> FIELD SHARE? N GOSUB --- .WIDGET SET THEME * Check for errors IF --- .WIDGET SET THEME NE Description:This subroutine sets the current theme. <theme_name> is required but cam be blank to clear the theme, the subroutine will cancel if it is not received. <application> is the application id the theme is to be loaded from. (Optional). <version> is the version id the theme is to be loaded from. (Optional).Comments:Read what other users have said about this page or add your own comments.-- PeteBrower - 2012-03-30 |