CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

Not showing value

by etwoss » 28 Aug 2016 08:03

Hi

I have set the datalinkproperties and the True/ False valuee. Checkbix is not showing its database value. Neither can i click the component.

DataLink.Datasource is set in Code

Code: Select all
        object cbMailing: TIWCGJQCheckBoxEx
          Left = 168
          Top = 353
          Width = 25
          Height = 21
          TabOrder = 27
          Version = '1.0'
          DataLink.FieldName = 'MAILING'
          DataLink.FalseValue = '0'
          DataLink.TrueValue = '1'
          Caption = ''
          CaptionPosition = jqcpLeft
        end


What am i missing here?

Eric
etwoss
 
Posts: 1205
Joined: 06 Feb 2014 08:58

by Alexander Bulei » 31 Aug 2016 14:47

Hi Eric,

I have set the datalinkproperties and the True/ False valuee. Checkbix is not showing its database value.


Tested here and works as expected...

Neither can i click the component.


Change the DataLink.StateChangeOperation to scoNone.

Best Regards.
Group: Developers | Support Team

  • info [at] cgdevtools.com - General information
  • sales [at] cgdevtools.com - Sales department
  • support [at] cgdevtools.com - Product and Technical Support
User avatar
Alexander Bulei
Site Admin
 
Posts: 3635
Joined: 15 May 2012 08:52
Location: Mealhada, Portugal

by ScottWGast » 01 Sep 2016 17:22

Yes...

Change the DataLink.StateChangeOperation to scoNone.

I set to scoNone on all datalinked controls

sg
ScottWGast
 
Posts: 875
Joined: 23 May 2012 11:02

by etwoss » 04 Sep 2016 08:38

Hi

No succes

Will request premium support

Eric
etwoss
 
Posts: 1205
Joined: 06 Feb 2014 08:58

by etwoss » 04 Sep 2016 08:46

Hi

Image is showing an edit next to the check box with the value for Mailing (1), Checkbox is not Checked
To know: the Datasource is set in code

Code: Select all
        object cbMailing: TIWCGJQCheckBoxEx
          Left = 168
          Top = 353
          Width = 25
          Height = 21
          TabOrder = 27
          Version = '1.0'
          DataLink.FieldName = 'MAILING'
          DataLink.StateChangeOperation = scoNone
          DataLink.FalseValue = '0'
          DataLink.TrueValue = '1'
          Caption = ''
          CaptionPosition = jqcpLeft
        end


Eric
You do not have the required permissions to view the files attached to this post.
etwoss
 
Posts: 1205
Joined: 06 Feb 2014 08:58

by etwoss » 04 Sep 2016 08:52

Hi

Found the problem, it's in the stylesheet we use, i will contact the firm that made it!

Eric
etwoss
 
Posts: 1205
Joined: 06 Feb 2014 08:58


Return to JQCheckBoxEx

cron

Who is online

Users browsing this forum: No registered users and 2 guests

Contact Us.