ariswan2007
Programmer
Dear Team,
I want to create a form using the windowstate=2 property. Please explain why the caption in the title bar disappears on the form when it is run. What is the solution to keep the caption active using mode widowstate=2. Thank you for your help.
The code as below :
PUBLIC oForm
oForm=CREATEOBJECT([MyForm])
oForm.Visible=.T.
DEFINE CLASS MyForm AS Form
BorderStyle=3
showWindow=2
TitleBar=1
Caption ="EMPLOYEE MASTER"
desktop=1
WINDOWSTATE=2
ENDDEFINE
RETURN
I want to create a form using the windowstate=2 property. Please explain why the caption in the title bar disappears on the form when it is run. What is the solution to keep the caption active using mode widowstate=2. Thank you for your help.
The code as below :
PUBLIC oForm
oForm=CREATEOBJECT([MyForm])
oForm.Visible=.T.
DEFINE CLASS MyForm AS Form
BorderStyle=3
showWindow=2
TitleBar=1
Caption ="EMPLOYEE MASTER"
desktop=1
WINDOWSTATE=2
ENDDEFINE
RETURN