Dec 212017
 
XFORM - Dbase III+ and Compatible Report Form, Label Form, and Database file converter.
File XFORM20.ZIP from The Programmer’s Corner in
Category Dbase Source Code
XFORM – Dbase III+ and Compatible Report Form, Label Form, and Database file converter.
File Name File Size Zip Size Zip Type
BIRD.FRM 1990 228 deflated
BIRD.IDX 1024 168 deflated
BIRD.LBL 1034 69 deflated
BIRD.NDX 1024 636 deflated
BIRD.NTX 2048 218 deflated
BIRD.SDF 2052 227 deflated
DEMO.BAT 835 324 deflated
LABEL.IDX 1024 100 deflated
LABEL.LBL 1034 90 deflated
LABEL.NDX 1024 697 deflated
LABEL.NTX 2048 906 deflated
READ.ME! 1546 619 deflated
REGISTER.ME! 2279 623 deflated
SALES.FRM 1990 200 deflated
SALES.IDX 2560 264 deflated
SALES.NDX 2560 1088 deflated
SALES.NTX 4096 961 deflated
XFORM.DOC 8677 2644 deflated
XFORM.EXE 53526 26601 deflated

Download File XFORM20.ZIP Here

Contents of the READ.ME! file


o This file describes the procedures for compiling the
XFORM program.

o The XFORM program compiles with Microsoft C versions
5.1 and 6.0.The Microsoft linker is used to link
the object modules with the created library.

o The following is the expected output when the command
"make" is entered.
===========================================================
cl -DPROGTYPE=8 -qc -c dohelp.c
lib xform -+ dohelp;
LIB : warning U4155: dohelp : module not in library

Microsoft (R) Library Manager Version 3.17
Copyright (C) Microsoft Corp 1983-1990. All rights reserved.

cl -DPROGTYPE=8 -qc -c getopt.c
lib xform -+ getopt;
LIB : warning U4155: getopt : module not in library

Microsoft (R) Library Manager Version 3.17
Copyright (C) Microsoft Corp 1983-1990. All rights reserved.
link xform,,,xform+db3;

Microsoft (R) Segmented-Executable Linker Version 5.10
Copyright (C) Microsoft Corp 1984-1990. All rights reserved.

xform -f -nbird -ibird -obird bird
xform -l -nlabel -ilabel -olabel label
xform -f -nsales -isales -o sales sales
xform -cs -obird.sdf bird
xform -cd -obird.del bird

o Several database, index, label and format files are included
with the XFORM source. These files are processed when the
XFORM program is compiled.

o To compile, simply type "make".

o To compile the "Demo" stuff, type "make demo"

o To purchase the source code to the "db3" library, contact
Information Resources, Inc.



 December 21, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)