home *** CD-ROM | disk | FTP | other *** search
- This version of the sample app is for Visual Basic 2.0 ONLY!
- ------------------------------------------------------------
- vxbezy.zip is a sample vxBase application that manages one database
- file. A second database file is accessed in a browse window as a
- help pick list.
-
- To install, make a sub directory under your \vb directory named
- \vb\vxbtest. Copy all of the unzipped files there.
-
- To run the sample, run vxLoad.exe and then Visual Basic. Load the
- project vxbtut.mak from the \vb\vxbtest directory.
-
- vxbtut.bas is the global module. It contains the vxbase declarations
- required to access the vxBase functions in vxbae.dll.
-
- vxbtut0.frm is the controlling form that is loaded first
- and that contains a status bar and the main menu.
-
- vxbtut1.frm is the browse box form. It also contains a dynamic memo link.
-
- vxbtut2.frm is the record editing form.
-
- The state*.* files are required to implement the help pick list
- from vxbtut2.
-
- The vxcard files contain some sample data. All the vxcard files may be deleted
- and the program will recreate them when it is started up if they are not
- there.
-