Search Tools Links Login

_SG_ - DB Template


Visual Basic 6, or VB Classic

Example on how a template can drastically accelerate development time for a Database app.
With this template, you just have to drop the text controls you want on the form, modify their tag property (see file _Notes.txt) and modify the SQL string that the form uses to get data and voil?á.
The code will take care of the MoveFirst, MovePrevious, NewRecord, MoveNext, MoveLast, SaveRecord, DeleteRecord, Undo, Requery, EditRecord and CloseForm. It will automatically enable/disable the controls based on what the user is doing and his location in the rescordset. There is even options (in the tag property) to set default values and field validation (alpha or numeric). Since it's the tag property that drives most of the features of the app, the code is very portable/reusable.
The template only uses UNBOUND forms (i.e. there is NO Data Control) and is well commented.

Original Author: Steve Grant

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 93 times

Categories

Visual Basic 6

Attachments

_SG__-_DB_755914242002.zip
Posted: 9/3/2020 3:45:00 PM
Size: 31,640 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.