Databinding |
Post Reply |
Author | |
itsmg
Groupie Joined: 10 September 2009 Status: Offline Points: 45 |
Post Options
Thanks(0)
Posted: 10 September 2009 at 11:56am |
hi,
Why is databinding not supported? this function is really necessary! |
|
madrianr
Groupie Joined: 25 February 2009 Status: Offline Points: 26 |
Post Options
Thanks(0)
|
I agree with itmg - databinding is essential!
|
|
itsmg
Groupie Joined: 10 September 2009 Status: Offline Points: 45 |
Post Options
Thanks(0)
|
Hey CodeJock,
we still need an answer! why do the controls have no support for databinding? |
|
Product: Xtreme SuitePro (ActiveX) version 20.1.0 (unicode)
Platform: Windows 11 (64bit) Language: Visual Basic 6.0 |
|
madrianr
Groupie Joined: 25 February 2009 Status: Offline Points: 26 |
Post Options
Thanks(0)
|
No answer?
what's the reason not to have support for databinding?
regards
|
|
madrianr
Groupie Joined: 25 February 2009 Status: Offline Points: 26 |
Post Options
Thanks(0)
|
Why does CJ give us no answer or statement about Databinding in their controls especially for the combobox...
regards
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
We added it for FlaEdit, CheckBox and ComboBox for 13.2.1 hotfix release. please open support ticket I will attach it for preview.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
madrianr
Groupie Joined: 25 February 2009 Status: Offline Points: 26 |
Post Options
Thanks(0)
|
Hello,
I'm not a lizensed user of CJ ActiveX controls because of the missing databinding feature but i will give them a try if this is availible...
is it possible to get the preview for a test period (trail)?
regards
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi, 13.2.1 will be available on this week. Please wait a little for its evaluation version.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Source
Senior Member Joined: 19 June 2006 Status: Offline Points: 103 |
Post Options
Thanks(0)
|
In that case can you "speed up" or make it better the report control databind?
|
|
Product: Xtreme SuitePro (ActiveX) version 13.1.0
Platform: Windows XP (32bit) - SP 3 Language: Visual Basic 6.0 |
|
madrianr
Groupie Joined: 25 February 2009 Status: Offline Points: 26 |
Post Options
Thanks(0)
|
Hello,
we have downloaded the latest version with databinding support but we cannot find then property of the combox which we can bind to it?
we use the BindingCollection object to bind ADO Recordset to controls like:
With ocolBind
.Add txtTextbox1, "Text", "Customer_ID" .Add chkCheckbox1, "Value", "Bit" .Add cboDataCombo1, "BoundColumn", "State" .UpdateControls
End With the Microsoft DataCombo exposes the BoundColumn property for that!
regards
|
|
itsmg
Groupie Joined: 10 September 2009 Status: Offline Points: 45 |
Post Options
Thanks(0)
|
CJ added support for databinding for the combobox. CJ does not have a DataCombo. DataCombo and ComboBox are not the same. |
|
Product: Xtreme SuitePro (ActiveX) version 20.1.0 (unicode)
Platform: Windows 11 (64bit) Language: Visual Basic 6.0 |
|
madrianr
Groupie Joined: 25 February 2009 Status: Offline Points: 26 |
Post Options
Thanks(0)
|
I know that DataCombo and ComboBox are not the same - the only thing I need is to have a property where I can
bind the datasource to like the "Text" property of the Textbox or the value of the Checkbox.
this property sould set/get the data (key)...
regards
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Did you try to bind to "Text" property ?
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
madrianr
Groupie Joined: 25 February 2009 Status: Offline Points: 26 |
Post Options
Thanks(0)
|
Hello the "Text" property represents not the "Data" value which I have added trough the ComboBox1.AddItem method.
what we need is to have a property which represents the "Data" value not the item text property...
regards
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi, Our combo works like standard VB6 ComboBox . How do you make it work with standard Combo ?
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
madrianr
Groupie Joined: 25 February 2009 Status: Offline Points: 26 |
Post Options
Thanks(0)
|
it does'nt work with standard combo - the DataCombo from MS ist a special combobox for database applications:
there it is a BoundText property which is important...
|
|
csware
Groupie Joined: 08 March 2008 Location: Germany Status: Offline Points: 10 |
Post Options
Thanks(0)
|
Hi,
is it possible to add the databinding methods (DataBindings, DataField, DataFormat, DataMember and DataSource) to the CJ DateTimePicker Control? thx cs |
|
Product: Xtreme SuitePro (ActiveX) version 17.2.0
Platform: Windows 10 (64 Bit) Language: Visual Basic 6.0 SP 6a |
|
itsmg
Groupie Joined: 10 September 2009 Status: Offline Points: 45 |
Post Options
Thanks(0)
|
We need databinding in the DateTimePicker |
|
Product: Xtreme SuitePro (ActiveX) version 20.1.0 (unicode)
Platform: Windows 11 (64bit) Language: Visual Basic 6.0 |
|
chrisABC
Senior Member Joined: 05 June 2008 Status: Offline Points: 258 |
Post Options
Thanks(0)
|
I do not need the databinding in the controls for my accounting business app.
Instead I have written a small module that handles all the data interaction between a form and a recordset. For example in the control's tag property I put the datafieldname and maybe a note about any special formatting or calculation for this field. When the current record changes, the module scans the form and updates any controls that have a tag showing they are "linked" to the recordset. I have similar function to control editing (and strict validating) and adding/saving records to the recordset. This gives me much more control over the process of "binding" controls to recordset. Before I started using CJ controls, for many years I used the standard VB controls and I chose not to use the VB databinding ( or the VB datacontrol). So maybe it would be nice to have option for CJ controls to have databinding, but I do not think it is essential. Except in a Grid control, where good databinding makes life much easier. |
|
Chris (Manchester, UK) -- www.abc6.co.uk ---- Using CodeJock ActiveX Suite 13.1.0 with Windows8, VB6 SP6
|
|
csware
Groupie Joined: 08 March 2008 Location: Germany Status: Offline Points: 10 |
Post Options
Thanks(0)
|
Hi
sure, databinding is not "essential", but when I want to replace my standard vb controls, I have to implement the standard functionality where it is possible. So CJ did make the decision to implementd databinding in some controls , which is an indicator for me that they want to replace standard controls. At all it is not "magic" to implement the binding.
.. and in a maybe comming datacombo ? thx cs |
|
Product: Xtreme SuitePro (ActiveX) version 17.2.0
Platform: Windows 10 (64 Bit) Language: Visual Basic 6.0 SP 6a |
|
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 |