View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002258 | JEDI VCL | 00 JVCL Components | public | 2004-10-22 04:14 | 2004-10-25 12:09 |
| Reporter | anonymous | Assigned To | user72 | ||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | |||||
| Target Version | Fixed in Version | 3.00 RC 1 | |||
| Summary | 0002258: JvDBStatusLabel | ||||
| Description | Can you move the declaration of variables FDataLink: TDataLink; FRecordCount: Longint; FRecordNo: Longint; FShowOptions: TDBLabelOptions; from private section to protected section | ||||
| Tags | No tags attached. | ||||
|
|
That would be possible. Why? |
|
|
I need to display record number and record count in a different format and with some additional text like "Current record: RecNo; Total records: RecordCount". For that purpose I tried to create a descendent component from TJvDBStatusLabel and override the GetLabelCaption function, but I need an access to the variables FDataLink, FRecordCount, FRecordNo, FShowOptions declared in the private section to form the label caption. |
|
|
Done, although I fail to see why you need FShowOptions when you already have the ShowOptions property? |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-10-22 04:14 | anonymous | New Issue | |
| 2004-10-22 13:11 |
|
Note Added: 0005445 | |
| 2004-10-22 13:11 |
|
Status | new => feedback |
| 2004-10-25 05:05 | yuri | Note Added: 0005481 | |
| 2004-10-25 12:09 |
|
Status | feedback => resolved |
| 2004-10-25 12:09 |
|
Resolution | open => fixed |
| 2004-10-25 12:09 |
|
Assigned To | => user72 |
| 2004-10-25 12:09 |
|
Note Added: 0005486 |