Peter's Software
Helping you create better Microsoft Access applications


Home

General info

Where to buy

Mailing List

Contact


Links


 

 

VelociTab

VelociTab is a class module for Microsoft® Access® that will automatically late bind any controls on non-visible tab control pages. Late binding of controls on tab control pages results in faster loading forms. This utility allows you to automatically late bind controls by simply adding 3 lines of code to your form OnOpen event procedure.

The code saves control properties for all controls on tab control pages, then removes those properties for controls that are not visible, making them unbound. When the tab page is activated, the control properties are restored.

See Luke Chung's article at FMSinc.com for more information about late binding controls.

Download

Download vt.zip (169kb) - For Access versions 97 and later.

v2.0 - Supports all controls on tab pages, not just subforms. Made into a class module.

v1.0 - This version is entirely new.

Instructions

Double-click on the downloaded zip file to open it, then double-click on the readme.txt file inside and follow the instructions contained within to install this application on your computer.

See the included readme.txt file or help file for further instructions on application usage.

Technical Support

For technical support for this application, please send an e-mail message to: info@peterssoftware.com


Price

Free!

 

Comments?

 

 

More...

You can use VelociForm to quickly open a form based on a table definition.