recordview and datetimepicker in runtime

Comments

4 comments

  • Roy Woll

    Have you tried clearing the selected property first before you change the dataset?

         wwRecordViewPanel1.Selected.clear;
         clientdataset1.LoadFromFile(opendialog1.filename);

    0
    Comment actions Permalink
  • Hector eduardo ballinas espinosa

    The solution you suggest, is not working.

    I had to do change the parent property of the datetimepickers. I hope it is ok.

    0
    Comment actions Permalink
  • Roy Woll

    The solution I gave was when using the default datetimepicker. It seems in your case, you have used your own custom controls in the recordview. You did not explain that earlier.

    0
    Comment actions Permalink
  • Hector eduardo ballinas espinosa

    I used twwdatetimepicker.

    Fechareal and fechacompromiso, are both twwdatetimepicker.

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk