Page 1 of 1

Not showing value

PostPosted: 28 Aug 2016 08:03
by etwoss
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

Re: Not showing value

PostPosted: 31 Aug 2016 14:47
by Alexander Bulei
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.

Re: Not showing value

PostPosted: 01 Sep 2016 17:22
by ScottWGast
Yes...

Change the DataLink.StateChangeOperation to scoNone.

I set to scoNone on all datalinked controls

sg

Re: Not showing value

PostPosted: 04 Sep 2016 08:38
by etwoss
Hi

No succes

Will request premium support

Eric

Re: Not showing value

PostPosted: 04 Sep 2016 08:46
by etwoss
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

Re: Not showing value

PostPosted: 04 Sep 2016 08:52
by etwoss
Hi

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

Eric