-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb4jsgen.1
40 lines (40 loc) · 886 Bytes
/
db4jsgen.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.\"
.\" $Id: db4jsgen.1,v 1.1 2004/04/13 14:05:45 dsnyder Exp $
.\"
.TH DB4JSGEN 1
.SH NAME
db4jsgen \- generates 4gl code for a basic data\-entry screen
.SH SYNOPSIS
db4jsgen \-d dbname \-t tabname [\-bCOL \-bCOL] [\-flo] program
.SH DESCRIPTION
.I Db4jsgen
generates fourJ's\-4GL code and a Makefile to build a basic
data\-entry screen.
.SH OPTIONS
.TP
.B \-d
database name
.TP
.B \-t
table name
.TP
.B \-b
create "browse" ring option using COL1 and COL2
.TP
.B \-f
force overwrite of existing files
.TP
.B \-l
create code for databases with transactions
.TP
.B \-o
create code for databases using Online
.TP
program is the filename that will contain the source code
.SH NOTES
The "bform" generated by
.I Db4jsgen
with the \-b options will
default COL1 to 10 characters and COL2 to 20 characters. Tweek as necessary.
.SH SUPPORT
Send bug reports to Dave Snyder <dave@snide.com>