Dec 112017
 
Example of opening two Browser Screens using Turbo Pascal and Turbo Power's BTFiler library.
File TWOBRDOS.ZIP from The Programmer’s Corner in
Category Pascal Source Code
Example of opening two Browser Screens using Turbo Pascal and Turbo Power’s BTFiler library.
File Name File Size Zip Size Zip Type
BRDOSCUS.PAS 59459 13616 deflated
BRDOSDAT.PAS 5640 1735 deflated
BRDOSORD.PAS 36428 8642 deflated
BRDOSUTL.PAS 7925 2390 deflated
TWOBRDOS.PAS 3208 1209 deflated
TWOBRDOS.TXT 2110 763 deflated

Download File TWOBRDOS.ZIP Here

Contents of the TWOBRDOS.TXT file



{*******************************************************************}
{* *}
{* TWOBRDOS.PAS *}
{* Copyright (c) 1993 TurboPower Software *}
{* January 1993 *}
{* Version 1.00 *}
{* Lee Inman, TurboPower Software *}
{* *}
{*******************************************************************}

TWOBRDOS -- A demonstration program for multiple browser objects and B-Tree
Filer using the FBROWSE unit. (for Real or Protected mode DOS)

This demo consists of the following files:

twobrdos.pas The main program
brdoscus.pas Unit to implement the customer child window and browser
brdosdat.pas Common data declarations
brdosord.pas Unit to implement the order child window and browser
brdosutl.pas General utilities and common file functions

If you wish to compile this demo program you will need the following
TurboPower packages:

B-Tree Filer version 5.40 and Object Professional version 1.20

TWOBRDOS contains no sample data files. You can use the add record menu
option to add customers and related orders or you can create random
data by pressing Alt-C to generate both customer and order data, or
Alt-O to generate random order data for the selected customer. The
random method is much faster and you can create a sizeable data file
(for testing) fairly quickly. Pressing F8 or the Tab key changes the
focus from one window to the other. You can also use the mouse (if
enabled) to select a window.

This demo is derived from the single window browser FBDEMO and most of the
core code is the same.

See the file FBROWSE.DOC for complete information about the Object-Oriented
Browser for B-Tree Filer.




 December 11, 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)