Dec 082017
This is an application which demonstrates Visual Basic V3.0’s database features. It may prove useful to developers who find VB’s documentation lacking in code examples. Retrieved from MSBasic forum on CServe. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
ADDRESS.FRM | 51028 | 7773 | deflated |
ADDRESS.FRX | 770 | 238 | deflated |
ADDRESS.GLB | 610 | 339 | deflated |
ADDRESS.MAK | 274 | 186 | deflated |
ADDRESS.MDB | 65536 | 9985 | deflated |
ADDRESS.TXT | 1055 | 596 | deflated |
DIAL.FRM | 1598 | 942 | deflated |
GENERAL.BAS | 4646 | 1065 | deflated |
PRINTX.FRM | 1075 | 439 | deflated |
RECORDIT.FRM | 3605 | 1057 | deflated |
SEARCH.FRM | 11320 | 1661 | deflated |
SETUP.FRM | 1382 | 788 | deflated |
STANDBY.FRM | 612 | 407 | deflated |
TPCREAD.ME | 199 | 165 | deflated |
Download File ADDRESS.ZIP Here
Contents of the ADDRESS.TXT file
Address is an example database application for Visual Basic 3.0.
I have about one weeks time involved so far, starting from knowing
nothing. I hope you will find it useful. You will need the
Professional Edition to use some of the code, but I am sure that
it can be adapted to standard addition. You will also need the
following VBX's to run the program.
MSCOMM.VBX
THREED.VBX
I hope this will encourage other to share their code and ideas.
The code is pretty easy to follow and well commented, and there
are not alot of complex API calls in it. I think that some of
the features you will find unique.
Please don't use the code as a direct copy to your own programs,
especially if your selling your product. Try to improve on it.
That should be easy enough.
Michael J. Murphy
My other info is in the first entry in the DataBase.
P.S.
Can anyone tell me how to change the printer height and
width under program control? I want to print nice looking
labels thru the GUI without skipping an entire page between
single labels.
I have about one weeks time involved so far, starting from knowing
nothing. I hope you will find it useful. You will need the
Professional Edition to use some of the code, but I am sure that
it can be adapted to standard addition. You will also need the
following VBX's to run the program.
MSCOMM.VBX
THREED.VBX
I hope this will encourage other to share their code and ideas.
The code is pretty easy to follow and well commented, and there
are not alot of complex API calls in it. I think that some of
the features you will find unique.
Please don't use the code as a direct copy to your own programs,
especially if your selling your product. Try to improve on it.
That should be easy enough.
Michael J. Murphy
My other info is in the first entry in the DataBase.
P.S.
Can anyone tell me how to change the printer height and
width under program control? I want to print nice looking
labels thru the GUI without skipping an entire page between
single labels.
December 8, 2017
Add comments