 |
|
 |
Description of DX Data Control program from Softdepia.com:
The DX Data Control is a replacement for the Visual Basic data control. The control displays ADD, EDIT, SAVE, DELETE, NEXT, PREVIOUS, FIRST and LAST buttons with IE4/5 style buttons. Disabling of buttons occurs without the programmer having to write any code and all data handling is processed through events. This allows the programmer complete control of how data is processed.
The DX Data Control includes events for GETFIELDS, SETFIELDS, ENABLEFIELDS, DISABLEFIELDS and SETFOCUS. The programmer adds their own code to these events. In GETFIELDS you read the field from the DXRecordset and put it in a control. In SETFIELDS you read the data in your control and set it in the DXRecordset. ENABLEFIELDS and DISABLEFIELDS is where you enable and disable controls and SETFOCUS is where you set the focus to the top level control.
When you click the ADD or EDIT buttons, the SAVE button becomes enabled and the ADD button changes to CANCEL ADD or the EDIT button changes to CANCEL EDIT. Of course you can read the DXRecordset and place it in a standard Recordset object and turn off the ADD, EDIT and DELETE buttons. All navigation is handled by the control. For example, the ADD, EDIT, DELETE and navigation buttons are disabled while editing a record. You can also add your own buttons to the control through one of it's methods which, again, triggers an event that the programmer handles. Provide a standard data user interface accross all your applications! The DX Data Control currently uses DAO but a new version will be available soon for ADO support.
Source code can also be purchased upon e-mail request.
The DX Data Control is a Visual Basic 6 control.
DX Data Control is a "Free to try" program. You can download and try it for an evaluation period.
|
 |
 |