home *** CD-ROM | disk | FTP | other *** search
- *******************
-
- FUNCTION Publics
-
- IF TYPE("scrmono") != "U"
- _hold = scrmono
- ENDIF
- IF TYPE("scrhname") != "U"
- _oold = scrhname
- ENDIF
-
- PUBLIC scrconfirm, scrdelim, scrbell, scrtype, scrdelete, scrbright, scrmono
- PUBLIC screject, scrpage, scrsys, scrshow, scrinten, scrprnt, scrhelp, scrhname
- PUBLIC scrcolor, scrdisk, scrpause, scrdate, scrdelimto, scrframe
- PUBLIC scrnet1, scrnet2, scrlbar, scrbar, scrrbar, scrlin, scrtimes, scrpntnor
- PUBLIC scrpass, scrpntcd, scrleft_1, scrleft_2, scrmess, scrtm1, scrprot
- PUBLIC scrtm2, scrlm1, scrlm2, scrtemplat, scrform, scrprog, scrdata
- PUBLIC scrpath, scrcenter, scrdtype, scrmarg, scr_level, scrtahead, scrhoriz
- PUBLIC scrrtop, scrltop, scrrbot, scrlbot, scrinter, scr_err_row, scr_err_col
- PUBLIC scrwrow, scrwcol, scrwdown, scrwover, scrcursor, scrbuffers, scrfiles
- PUBLIC setkeys[30]
- PUBLIC allscreens[20], title[6], allcolor[20], allwindows[20]
- STORE .F. TO scrdelim, scrbell, scrtype, scrdelete, scrbright, screject, scrprot
- STORE .T. TO scrpage, scrsys, scrshow, scrinten, scrprnt, scrhelp, scrcenter
- STORE .T. TO scrmono, scrconfirm, scrcursor
- STORE 0 TO scrtimes, scrtahead, scrmarg, scrwrow, scrwcol
- STORE 79 TO scrwover
- STORE 24 TO scrwdown
- STORE 1 TO scrdtype, scrdate
- IF TYPE("_hold") != "U"
- scrmono = _hold
- ENDIF
- scrbuffers = 8
- scrfiles = 20
- scrcolor = IF( ISCOLOR() .AND. !scrmono, "7/1,0/7,N,N,0/7", "7/0,0/7,N,N,0/7" )
- scrdata = "C:"
- scrprog = "C:"
- scrhname = "INHELP"
- scrdisk = 366400
- scrpause = 100
- scrdelimto = "::"
- scrrtop = CHR(201)
- scrltop = CHR(201)
- scrrbot = CHR(201)
- scrlbot = CHR(201)
- scrinter = CHR(201)
- scrframe = CHR(201) + CHR(205) + CHR(187) + CHR(186) + CHR(188) + CHR(205) + CHR(200) + CHR(186) + CHR(32)
- scrlbar = CHR(204)
- scrbar = CHR(204) + REPLICATE(CHR(205),78) + CHR(185)
- scrrbar = CHR(185)
- scrlin = CHR(186)
- scrhoriz = CHR(205)
- scrpass = GENPASS("STRALEY")
- scrpntcd = "CHR(15)"
- scrpntnor = "CHR(18)"
- scrleft_1 = "Steve Straley's ToolkiT"
- scrleft_2 = "Version 2.0"
- scrmess = 24
- scrnet1 = 10
- scrnet2 = 5
- scrtm1 = 20
- scrtm2 = 7
- scrlm1 = 13
- scrlm2 = 8
- scrtemplat= "9,999,999.99"
- scrform = "@9 "
- scrpath = "\" + CURDIR() + "\"
- scr_err_row = 24
- scr_err_col = 00
- scr_level = 1
-
- IF TYPE("_oold") != "U"
- scrhname = _oold
- ENDIF
- AFILL(allscreens, "")
- AFILL(title, "")
- AFILL(allcolor, "")
- AFILL(allwindows, "")
- AFILL(setkeys, "")
-
- RETURN(.T.)
-
- * End of File