Ignore:
Timestamp:
Nov 15, 2012, 2:56:05 PM (12 years ago)
Author:
chronos
Message:
  • Opraveno: Editace časových údajů.
  • Opraveno: Generování ovládacích prvků v okně editace.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Attendance/UModuleAttendance.pas

    r16 r17  
    183183  with ViewFormPassage do begin
    184184    with Items do begin
    185       AddItem(STime, 'Time', ctDate, True, Bounds(1, 0, 1, 1));
     185      AddItem(STime, 'Time', ctDateTime, True, Bounds(1, 0, 1, 1));
    186186      with AddItem(SUser, 'User', ctReference, True, Bounds(3, 0, 1, 1)) do
    187187        ReferencedTable := 'User';
Note: See TracChangeset for help on using the changeset viewer.