Hi lads,
I've two forms: Form1 (mainform) and Form2 (modalform). Modal form is opening by clicking the button located on Form1.
On modal Form (Form2) I've DateEdit1 and DateEdit2, the problem is when I click button to choose other date, calendar is located under Form2, so I've to move Form2 window and then choose date from calendar. But i would like to show Calendar of DateEdit on Form2, not underneath.
Help please