View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003740 | JEDI VCL | 00 JVCL Components | public | 2006-06-04 23:42 | 2006-06-09 05:33 |
| Reporter | nagoyadam | Assigned To | obones | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | Daily / GIT | ||||
| Target Version | Fixed in Version | 3.30 | |||
| Summary | 0003740: JVDBGrid can't show memo fields in D2006 | ||||
| Description | In D2006 the contents of memo fields are not shown in JVDBGrid. | ||||
| Additional Information | To solve the problem I have chenged the following code in JVDBGrid.pas if (Field is TStringField) or ((Field is TMemoField)and FShowMemos) into if (Field is TStringField) or ((Field is TMemoField) {$IFDEF VER180} or (Field is TWideMemoField) {$ENDIF} and FShowMemos) | ||||
| Tags | No tags attached. | ||||