View Issue Details

IDProjectCategoryView StatusLast Update
0003880JEDI VCL00 JVCL Componentspublic2006-09-19 08:20
Reporterir2000Assigned Toobones 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionno change required 
Product Version3.20 
Target VersionFixed in Version 
Summary0003880: TJvPanel copy and paste crashes BDS 2006
DescriptionTrying to copy and paste a TDBMemo from or to a TJvPanel crashes the IDE of BDS 2006.
Attached test project.
Additional Informationunit Unit1;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, ExtCtrls, JvExExtCtrls, JvComponent, JvPanel, StdCtrls, DBCtrls, DB,
  ADODB;

type
  TForm1 = class(TForm)
    JvPanel1: TJvPanel;
    ADOConnection1: TADOConnection;
    ADODataSet1: TADODataSet;
    DataSource1: TDataSource;
    DBMemo1: TDBMemo;
  private
    { Private-Deklarationen }
  public
    { Public-Deklarationen }
  end;

var
  Form1: TForm1;

implementation

{$R *.dfm}

end.
TagsNo tags attached.

Activities

2006-08-30 05:14

 

TJvPanel_error.zip (15,649 bytes)

obones

2006-08-30 07:24

administrator   ~0010036

No such things here.

Please try with the latest version from SVN and with the latest fixes for BDS.

obones

2006-09-19 08:20

administrator   ~0010146

No answer, I'm assuming this is fixed in the latest SVN.

Issue History

Date Modified Username Field Change
2006-08-30 05:14 ir2000 New Issue
2006-08-30 05:14 ir2000 File Added: TJvPanel_error.zip
2006-08-30 07:24 obones Note Added: 0010036
2006-08-30 07:24 obones Status new => feedback
2006-09-19 08:20 obones Status feedback => resolved
2006-09-19 08:20 obones Resolution open => no change required
2006-09-19 08:20 obones Assigned To => obones
2006-09-19 08:20 obones Note Added: 0010146