/[webpac]/openisis/current/doc/Syspar.txt
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /openisis/current/doc/Syspar.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 237 - (show annotations)
Mon Mar 8 17:43:12 2004 UTC (20 years, 1 month ago) by dpavlin
File MIME type: text/plain
File size: 4867 byte(s)
initial import of openisis 0.9.0 vendor drop

1 the system and database parameters of Winisis
2 (collected from various sources)
3
4
5 * syspar.par
6
7 - 0 redirection path to other syspar file
8 - 1 program path pascal files
9 - 2 menus path the MNlltt menu databases and ISISA/UC.TAB
10 - 3 msg path the MSll message databases
11 - 4 work path for temporary files
12 - 5 db path
13 permanent DB files ANY, CNT, IFP, L01, L02, N01, N02, MST, XRF,
14 FDT, FST, FMT, PFT, STW and SRT; c.f. the dbname.par
15 - 6 default db
16 - 7 language (DOS)
17 - 8 repeatable fields sep
18 string to separate reps on entry; default '%'
19 - 9 startup sequence (DOS)
20 e.g. "scds^M" to select CSD database on startup
21 - 10 editor insert mode (DOS) (bool); default 0
22 - 11,12 line drawing characters (DOS)
23 - 13 extended memory (DOS); values 0,64k,128k,192k
24 - 14 network mode
25 default 0 (single user); 1 is full network, 2 restricted network
26 - 101 language; default en
27 - 102 menu (tt in db name); default DF (SH has short version)
28 - 103 display search progress (bool); default 0
29 - 104 restrict dictionary (bool)
30 default 0; display only terms occuring in selected field
31 - 105 auto display results (bool)
32 default 0; immediately open result display after search
33 - 106 name of DOS to Windows ("OemToAnsi") character conversion table
34 file in the menu dir with 256 codes, one per line.
35 use supplied file TXT_TXT.TAB for identitiy conversion.
36 - 107 name of Windows to DOS character conversion table
37 - 108 right to left script (bool)
38 default 0; set 1 for arabic, hebrew ...
39 - 109 field edit font
40 format fontname[,size] like Arial Narrow,24
41 - 110 formatting defaults
42 a PFT expression (not file name) containing any of
43 fonts,cols,cf,f,fs to preselect fonts and colours
44 - 111 format edit font; like 109 for the format editor
45 - 112 printer setup
46 last used printer name/port; auto saved by Winisis
47 - 113 print index separator; default ", "
48 - 115 small font used by dictionary, search expressions
49 - 116 dialog font for message dialog windows
50 - 117 system font for some other texts
51 - 120 display toolbar (bool); default 1
52 - 121 display toolbar help (bool); default 1
53 - 122 last main window position; auto saved by Winisis
54 - 123 show empty fields in worksheet (bool); default 0
55 - 124 restricted shell mode (bool) and pos
56 mode[,left,top,right,bot]; mode 1 restricts to default db w/o toolbar
57 - 125 restricted databases (bool)
58 default 0; restricts access to databases in fields 1001-1005
59 - 130 auto IF update (bool); default 0
60 - 131 word length to paginate non-latin scripts
61 - 132 display pascal error (bool); default 0
62 - 133 windows "large fonts" (bool); default 0
63 - 134 data entry field width (pixel)
64 - 135 search results statusbar (0..20); default 0
65 - 136 window zoom (80..160); default 120
66 - 137 confirm close (bool); default 1
67 - 138 allow dictionary dump
68 - 140 display log. del. recs (bool); default 1
69 - 141 background bitmaps dir
70 - 142 highlight fgcolor[,bgcolor]
71 - 144 force tabular display (bool); default 0; see 980
72 - 148 plugins dir
73 - 150 date format; YMD or DMY; default is M-D-Y
74 - 152 close print dialog (bool); default 0
75 - 155 deny repeated subfields (bool); default 0
76 - 156 validate even unmodified records (bool); default 0
77 - 160 startup plugin name
78 - 161 exit plugin name
79 - 170 username for GetUsername() format; max 9 chars
80 - 902 hypertext debugger (bool); default 0
81 - 905 status for new/upd records
82 default 0,0 (???)
83 - 918 export separators
84 replace (ISO) export separators 29 (GS/RT for records)
85 and 30 (RS/FT for fields). Value is two printable chars literally.
86 - 939 logfile name
87 - 980 tabular display on multiple results (bool); default 0
88 - 981 pft name for search tips
89 - 1001-1005 recently used masterfiles
90 filenames may be followed by *** and a descriptive text
91
92 The DOS version also allows to assign character sequences to function
93 keys using syntax Kn=seq, where n is between 59 and 118.
94 See section 02-2-15 (PARÁMETROS DE DEFINICIÓN DE TECLAS DE FUNCIÓN)
95 of the manual.
96
97
98 * dbname.par
99
100 This file is searched for where the masterfile is expected,
101 i.e. in the db path, and may specify locations for various database files:
102
103 - 1 XRF
104 - 2 MST
105 - 3 CNT
106 - 4 N01
107 - 5 N02
108 - 6 L01
109 - 7 L02
110 - 8 IFP
111 - 9 ANY
112 - 10 others:
113 FDT, FST, FMT, PFT, STW and SRT
114 - 0 network switch like syspar.par field 14
115
116
117 * dbname.exp
118
119 This one is also searched in the db path.
120 It contains settings to finetune data display.
121
122 - 500 pft name for right results panel
123 - 502 pft expression for left results panel
124 - 504 descending mfns (bool); default 1
125 - 506 allow pft selection (bool); default 1
126 - 550 FST tags prefix (repeatable)
127 each value is "tag prefix", e.g. "24 TI=" to hide prefix from terms list
128 - 560 FST tags descriptions (repeatable)
129 each value is "tag text", e.g. "240 Words from title" for FST tags.
130 Language sensitive runs of description may be introduced by "0 ll",
131 where ll is the language code like EN, FR.
132
133
134 ---
135 $Id: Syspar.txt,v 1.1 2003/01/10 14:33:15 kripke Exp $

  ViewVC Help
Powered by ViewVC 1.1.26