![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
The main visible difference between a dialogue box and a standard form is the fact that (dialogue box) doesn't have a title part. Another difference is in the fact that the position of the form is not the same (twips) Can I detect in OPAL if an opened form is dialogue box or windows ? Régis |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Thanks Liz for your help, The following works fine var fHandle form endvar if not fHandle.dialogForm =True then msginfo("The form is opened a"," A STANDARD FORM") else msginfo("The Form is opened as"," A DIALOG BOX") endif Régis |
#5
| |||
| |||
|
|
A form opened from a dialogbox will open behind the dialogbox. |
#6
| |||
| |||
|
|
The main visible difference between a dialogue box and a standard form is the fact that (dialogue box) doesn't have a title part. Another difference is in the fact that the position of the form is not the same (twips) Can I detect in OPAL if an opened form is dialogue box or windows ? Régis |
#7
| |||
| |||
|
|
The main visible difference between a dialogue box and a standard form is the fact that (dialogue box) doesn't have a title part. Another difference is in the fact that the position of the form is not the same (twips) Can I detect in OPAL if an opened form is dialogue box or windows ? Régis |
![]() |
| Thread Tools | |
| Display Modes | |
| |