View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005956 | JEDI VCL | 00 JVCL Components | public | 2012-08-16 13:07 | 2012-09-10 14:15 |
Reporter | alperozbek | Assigned To | AHUser | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.45 | ||||
Target Version | Fixed in Version | 3.46 | |||
Summary | 0005956: On Change Action Of TJVEdit triggers Feature Not Implemented Error on 64 bit version | ||||
Description | I am using Delphi XE2 Update 3 and JVCL345CompleteJCL231-Build4197. There is On Change Event of TJvEdit that the codes included in the Additional Information triggers "Feature Not Implemented Error" on Win 7 64 Bit. What can be the reason of this issue? I think someone has been reported a similar issue which was below. Dawid Najgiebauer wrote: In 64-bit applications I place f.ex TJvEdit ... After run and press any key, during component focused, (key_down) I get error ENotImplemented - 'Feature is not implemented'. When I compile my project in 32-bit, all is fine. Any Ideas? Delphi XE2 + Update 2 + JVCL from Embarcadero page (3.45) There still might be a few places where the JVCL and JCL do use System.Error(rePlatformNotImplemented); for the 64-bit target and thatswhy you get that error. Please report this issue with steps in our Issue Tracker | ||||
Additional Information | procedure TMusteriBilgileriDuzenle.carisorguChange(Sender: TObject); begin with cari do begin close; with SQL do begin Clear; Add('select * from cari'); Add('where CompanyName LIKE "'+carisorgu.Text+'%" order by CompanyName Asc'); end; Open; end; cari.Active:=True; end; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-08-16 13:07 | alperozbek | New Issue | |
2012-08-16 19:23 | AHUser | Note Added: 0020116 | |
2012-08-16 19:23 | AHUser | Status | new => resolved |
2012-08-16 19:23 | AHUser | Fixed in Version | => Daily / SVN |
2012-08-16 19:23 | AHUser | Resolution | open => fixed |
2012-08-16 19:23 | AHUser | Assigned To | => AHUser |
2012-09-10 14:15 | obones | Fixed in Version | Daily / SVN => 3.46 |