View Issue Details

IDProjectCategoryView StatusLast Update
0002586JEDI VCL99 Otherpublic2005-08-10 08:57
ReportercarloswAssigned Toobones 
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Product Version3.00 BETA 2 
Target VersionFixed in Version3.10 
Summary0002586: Changes in TJvDBHTLabel.pas
Description+ Added another tag to display a fields label: <FIELDLABEL="<FieldName>">
+ Use Field.DisplayText to display a fields value instead of Field.AsString

example:

Old:
Name:<FIELD="contact">, Company:<FIELD="Company">

New:
<FIELDLABEL="contact">:<FIELD="contact">, <FIELDLABEL="company">:<FIELD="Company">
Additional Informationi only changed the function ReplaceFieldNameTag
see attachment for details.
TagsNo tags attached.

Activities

2005-02-01 17:21

 

JvDBHTLabel.pas (6,427 bytes)

obones

2005-08-10 08:57

administrator   ~0007788

This is now in CVS.

Issue History

Date Modified Username Field Change
2005-02-01 17:21 carlosw New Issue
2005-02-01 17:21 carlosw File Added: JvDBHTLabel.pas
2005-08-10 08:57 obones Status new => resolved
2005-08-10 08:57 obones Resolution open => fixed
2005-08-10 08:57 obones Assigned To => obones
2005-08-10 08:57 obones Note Added: 0007788