What are the files and what do they do?

 

We have listed every file that QuickLaw needs here except for the MSAccess runtime. If you want to download the entire QuickLaw program you can do so on this site under another link. If you just need a particular file you can get it by clicking on any of the hyperlinks listed here.

 

QuickLaw uses Microsoft Access version 2.0 MDB files for everything. We split the program MDB out separately from the data MDBs. Listed below are the "program" files that each user needs to have on their PC. Below that are the shared data files that would go on a file server. For a single user setup all of the files go into one folder on the PC.

Program files:

The “front end”, or the files installed on each PC at C:\QuickLaw are:

 

QLOpen and QLClosed are really the same exact programs but they attach to different data files. When you close a case the data is moved to the closed case database files and you use QLClosed to access them. This allowed the user to do everything with a closed case that they could with an open case, but without having the closed cases clogging up the open database.

Data files:

There are four data files, two for open files, and two for closed. They are:

 

Attaching to the data:

The locally run QuickLaw program, QLOpen.MDB, needs to be able to attach to both QLData and OLEOpen to be able to run. The way it does this is by reading the “SharedDataPath” line from the QuickLaw.INI file, which is kept in the C:\QuickLaw folder on the client PC. The SharedDataPath option is found near the bottom of QuickLaw.INI, under Runtime Options.

 

The QuickLaw.INI file is a standard Access 2.0 INI workgroup file with some QuickLaw entries added to the bottom, under [Runtime Options]. You should be able to find ample documentation on Access’s workgroup INI file at www.Microsoft.com.

 

The QLClosed.MDB program (front end to Closed Cases) attaches to DBClosed.MDB and OLEClosed.MDB the same way. In fact, QLClosed.MDB is an exact copy of the QLOpen.MDB but with some constant variables changed so that it points to the closed databases. That is why the closed files programs looks and acts to similar to the open cases program.