View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004469 | JEDI VCL | 00 JVCL Components | public | 2008-09-22 15:01 | 2008-09-22 23:42 |
Reporter | _R_Vital | Assigned To | obones | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Product Version | 3.34 | ||||
Target Version | Fixed in Version | ||||
Summary | 0004469: TJVDBRadioPanel don´t show corretly information when EVENTS GET/SET text are present | ||||
Description | My English is bad, so, i'll try to make myself clear! When TJvDBRadioPanel is linked in a field, and this same field have a code in events GET and SET Text to translate the information from the database to user, ex: MALE = M, FEMALE = F, the radiopanel don´t show any radiobutton marked. I have tried with others radiobuttons (VLC radiogroup for example, InfoPower, VGLib...) and that problem don´t occours. The Itens property contains "Male,Female" and the Values Property contains "Male,Female". Both are the same! If I change Property values to "M" and "F" the radiopanel show the information corretly but don´t save in database. I hope to find a solution very soon with your´s helps and i hope make my explanation very clear as possible with my "lazy" english =) Regards from Brasil; RvMello | ||||
Additional Information | procedure TdmD.tblMembersSEXGetText(Sender: TField; var Text: String; DisplayText: Boolean); begin If Sender.AsString = 'M' then Text := 'Male'; If Sender.AsString = 'F' then Text := 'Female'; end; procedure TdmD.tblMembesSEXSetText(Sender: TField; const Text: String); begin If Text = 'Male' then Sender.AsString := 'M'; If Text = 'Female' then Sender.AsString := 'F'; end; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2008-09-22 15:01 | _R_Vital | New Issue | |
2008-09-22 23:41 | obones | Relationship added | duplicate of 0004470 |
2008-09-22 23:41 | obones | Duplicate ID | 0 => 4470 |
2008-09-22 23:41 | obones | Status | new => resolved |
2008-09-22 23:41 | obones | Resolution | open => duplicate |
2008-09-22 23:41 | obones | Assigned To | => obones |