Search Tools Links Login

Create a Master/Detail form

Posted: 2002-06-01
By: ArchiveBot
Viewed: 72

Filed Under:

VB6 Code Cache

Title Uploaded Size
CODE_UPLOAD78557172000.zip 9/3/2020 3:45:00 PM 20,386

This application demostrates the creation of Master/Detail form in VB, VB programmers always felt handicapped by the fact that there was no concept of sub forms in VB but here we show how to create such forms in VB using RDO. Users are encouraged to customize the code to use ADO inplace of RDO or wait for us to write another article in which we will show you how to accomplish the same task using ADO.

Original Author: Khalifa Ahmed Tarhoni

Inputs

User will have to change the UserID and Password of the SQL Server in the code, see the attached document for details.

Assumptions

The application uses a SQL Server at the backend, the user will have to run the SQL files (included with the application) after creating a database in the SQL Server. RDO and DAO 3.51 should be present on the user's machine, these are installed when the user installs VB.

Returns

Returns a resultset that is displayed in the grid control.


Comments on this post

No comments have been added for this post.

You must be logged in to make a comment.