is not a valid date and time

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33840
    Star5
    Participant

    sDBDateEdit.pas
    >107:if (FDataLink.Field <> nil) and (FDataLink.Field.Text<>'') then begin
    fix:109 Self.Date := FDataLink.Field.AsDateTime; error>>'' is not a valid date and time.
    fix:219 then FDataLink.Field.AsDateTime := D // + Frac(FDataLink.Field.AsDateTime)

    sCustomComboEdit.pas
    >219 FPopupWidth := 282;

    #42893
    Support
    Keymaster

    Thank you

    Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.