View Issue Details

IDProjectCategoryView StatusLast Update
0006691JEDI VCL00 JVCL Componentspublic2021-06-17 15:25
ReporteracgubamgAssigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
PlatformPCOSWindowsOS Version7 Ultimate
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0006691: TJvCalcEdit / JVDBCalcEdit border
Descriptionwhen the color of the "form" is changed, the TJVDbcALCEDIT field changes the border color. The border color is painted with the color of the "form" (wrong).
In the image, it has the TJVDBCalcEdit control and a TRXDBCalcedit, note that the RXLIB does not appear the strange effect.
This happens when the color of the control is changed, and when "ReadOnly = True" is placed
Steps To Reproduceobject RxDBCalcEdit1: TRxDBCalcEdit
            Left = 764
            Top = 50
            Width = 121
            Height = 21
            DataField = 'VALORTOTAL_CLIOS'
            DataSource = DSPai
            ReadOnly = True
            NumGlyphs = 2
            TabOrder = 11
          end

          object DBEdit5: TJvDBCalcEdit
            Left = 668
            Top = 50
            Width = 90
            Height = 21
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Tahoma'
            Font.Style = [fsBold]
            ParentFont = False
            ReadOnly = True
            ShowButton = False
            TabOrder = 4
            DecimalPlacesAlwaysShown = False
            DataField = 'VALORTOTAL_CLIOS'
            DataSource = DSPai
          end

inherited FCadOrdemPrestacaServicoOPS: TFCadOrdemPrestacaServicoOPS
  Left = 495
  Top = 212
  BorderIcons = [biSystemMenu, biMinimize, biMaximize]
  BorderStyle = bsSizeable
  Caption = 'Cadastro de Ordem de Presta'0000231#227'o de Servi'0000231'o - OPS'
  ClientHeight = 675
  ClientWidth = 1041
  Color = clGreen
  ExplicitWidth = 1057
  ExplicitHeight = 714
  PixelsPerInch = 96
  TextHeight = 13
TagsNo tags attached.

Activities

acgubamg

2020-05-25 17:43

reporter   ~0021938

form image on design

acgubamg

2020-05-25 17:52

reporter   ~0021939

imagem

acgubamg

2020-05-25 19:47

reporter   ~0021940

Order on the Form
 1- Form1 : TForm
 2- JVPageList1: TJvPageList
  3- Page1: TJvStandardPage
      4 - TJVPagecontrol1
         5-TTabsheet
           6 - TPanel
              7 - TJDBCalcEdit
  3- Page2: TJvStandardPage

obones

2021-06-04 12:03

administrator   ~0021972

Please provide the zipped sources of a sample application showing this, it's much easier to use than instructions to manually create a DFM

acgubamg

2021-06-04 20:49

reporter   ~0021981

hi. zip

ENVIAR_MANTIS.zip (97,764 bytes)

Issue History

Date Modified Username Field Change
2020-05-25 17:39 acgubamg New Issue
2020-05-25 17:43 acgubamg Note Added: 0021938
2020-05-25 17:52 acgubamg File Added: erro_campo_somente_leitura - Copia.png
2020-05-25 17:52 acgubamg Note Added: 0021939
2020-05-25 19:47 acgubamg Note Added: 0021940
2021-06-04 12:03 obones Status new => feedback
2021-06-04 12:03 obones Note Added: 0021972
2021-06-04 20:49 acgubamg Status feedback => new
2021-06-04 20:49 acgubamg File Added: ENVIAR_MANTIS.zip
2021-06-04 20:49 acgubamg Note Added: 0021981
2021-06-17 15:25 obones Status new => acknowledged