A little guidance for a beginner please? Dialog & DateEdit control
I am wondering how to use the DateEdit control..
I have designed the report, but as one of the fields is a date I am hoping to use a DateEdit control to provide a 'start' and 'end' date.
So after adding a 2 DateEdit controls onto the dialog box, 'StartDateEdit' and 'EndDateEdit' I am wondering how to point them to the date field.
any help at all welcomed, many thanks
I have designed the report, but as one of the fields is a date I am hoping to use a DateEdit control to provide a 'start' and 'end' date.
So after adding a 2 DateEdit controls onto the dialog box, 'StartDateEdit' and 'EndDateEdit' I am wondering how to point them to the date field.
any help at all welcomed, many thanks
Comments
You have to program it by yourself in the FR4 designer code area. As you described you would like to assign a start and end date to select the report data. So It depends how you realized the data access for the report. I suggest to assign the date values from dialog page to the datasets you use to select the report data
Best regards - Ulrich