Hello,
I have this code snippet:
...
MessageDlg('Member not allowed to borrow' + #10#13 + 'Allow any way?', mtConfirmation, [mbYes, mbNo], 0)
...
This shows a dialog box with 'YES' as the Focused button. I want "NO" to be the focused button!!
I tried [mbNo, mbYes] but it did not work!!
How can i do this??
TIA
cpmasesa
I have this code snippet:
...
MessageDlg('Member not allowed to borrow' + #10#13 + 'Allow any way?', mtConfirmation, [mbYes, mbNo], 0)
...
This shows a dialog box with 'YES' as the Focused button. I want "NO" to be the focused button!!
I tried [mbNo, mbYes] but it did not work!!
How can i do this??
TIA
cpmasesa