Databinding |
Post Reply |
Author | |
Skreen
Groupie Joined: 23 March 2013 Status: Offline Points: 33 |
Post Options
Thanks(0)
Posted: 15 May 2017 at 4:44pm |
I am trying to bind a flat edit control to an ADO recordset field. Databinding works ok for standard VB6 textbox, but not for a Codejock flat edit control. Eg. Set txtNote.DataSource = oRecordset Let txtNote.DataField = "NOTE" While initially txtNote properly displays the value of the NOTE field when the recordset is opened, however if txtNote is edited, the bound field in the recordset is not updated. It works fine for a standard VB6 text box, but not for a Codejock flat edit control. Is Codejock binding different that standard VB6? I am using Codejock 16.3.1
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |