error lov/message box [message #82496] |
Fri, 30 May 2003 13:39 |
jels
Messages: 29 Registered: April 2003
|
Junior Member |
|
|
1 in data block shall we select another table's colum and then populate using Lov's
2 How to display message in the centre of the application not alerts any way to show
like msg box in vb.
3 Any method to hid the default menu from the application while it is running
pls hlp
bye
jels
|
|
|
Re: error lov/message box [message #82506 is a reply to message #82496] |
Sun, 01 June 2003 23:49 |
Ajith
Messages: 13 Registered: May 2003
|
Junior Member |
|
|
1) Yes you can.
2) The message box is displayed at the center of the application by default. If you are talking abt the text that is left aligned in the message box then you need to left pad the message text with spaces.
Eg: Message(' Text Message is left padded');
3) Yes you can hide the default menu bar. Go the propery of your Forms. In the propery palette remove the 'DEFAULT&SMARTBAR' against the Menu Module.
|
|
|