View Issue Details

IDProjectCategoryView StatusLast Update
0001797JEDI VCL00 JVCL Componentspublic2004-05-26 04:00
ReporteranonymousAssigned Touser72 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001797: TJvDBRichEdit.DoExit
DescriptionIf you click to an TJvDBRichEdit comp. the changed flag for the datalink is set, before there are any changes. If you then leave the component without doing a change, "DoExit" tries to update the linked record while the record isn't in edit or modify state.
My workaround:
TJvDBRichEdit.DoExit;
begin
 try
   If Modified
     then FDataLink.UpdateRecord;
      :
      :
TagsNo tags attached.

Activities

user72

2004-05-26 04:00

  ~0004362

Updated in CVS. Thanks

Issue History

Date Modified Username Field Change
2004-05-26 01:32 anonymous New Issue
2004-05-26 04:00 user72 Status new => resolved
2004-05-26 04:00 user72 Resolution open => fixed
2004-05-26 04:00 user72 Assigned To => user72
2004-05-26 04:00 user72 Note Added: 0004362