SunShow Initialization File for FoxPro 2.5 and 2.6



**
** SUNSHOW.PRG is used to initialize
** SUNSHOxx.PLB and SUNPROxx.PLB
** Call this program prior to calling any
** SUNSHOW Functions with the command,
** DO SUNSHOW.PRG
**

PUBLIC NOBLANK
PUBLIC FORCEMODE
PUBLIC NOPALETTE
PUBLIC NOPAUSE
PUBLIC NOZOOM
PUBLIC ASPECT
PUBLIC DITHERFLAG
PUBLIC DEF256
PUBLIC DEF240
PUBLIC DEF16
PUBLIC DEF2
PUBLIC GRAY16
PUBLIC GRAY240
PUBLIC OPT16
PUBLIC OPT240
PUBLIC FORMFEED
PUBLIC FASTFLAG

NOBLANK	   = 1
FORCEMODE  = 2
NOPALETTE  = 4
NOPAUSE	   = 8
NOZOOM	   = 16
ASPECT	   = 32
DITHERFLAG = 64
DEF256	   = 128
DEF240     = 256
DEF16      = 512
DEF2       = 1024
GRAY16     = 2048
GRAY240    = 4096
OPT16      = 8192
OPT240     = 16384
FORMFEED   = 32768
FASTFLAG   = 65536



PUBLIC SUN_BLACK
PUBLIC SUN_BLUE
PUBLIC SUN_GREEN
PUBLIC SUN_CYAN
PUBLIC SUN_RED
PUBLIC SUN_MAGENTA
PUBLIC SUN_BROWN
PUBLIC SUN_WHITE
PUBLIC SUN_GREY
PUBLIC SUN_BBLUE
PUBLIC SUN_BGREEN
PUBLIC SUN_BCYAN
PUBLIC SUN_BRED
PUBLIC SUN_BMAGENTA
PUBLIC SUN_BYELLOW
PUBLIC SUN_BWHITE

SUN_BLACK	= 0
SUN_BLUE	= 1
SUN_GREEN	= 2
SUN_CYAN	= 3
SUN_RED		= 4
SUN_MAGENTA	= 5
SUN_BROWN	= 6
SUN_WHITE	= 7
SUN_GREY	= 8
SUN_BBLUE	= 9
SUN_BGREEN	= 10
SUN_BCYAN	= 11
SUN_BRED	= 12
SUN_BMAGENTA	= 13
SUN_BYELLOW 	= 14
SUN_BWHITE 	= 15






Return to Technical Support, Notes, Tips, Tricks
and Programming Information







Return to SunShow Professional Page






Return to SunShow Main