Form caption not visible (1 Viewer)

majhl

Registered User.
Local time
, 20:23
Joined
Mar 4, 2008
Messages
89
Hello,

I use some code to write some information into the caption of a form, like so (in form's open event):

Me.Caption = "Subject Number: " & Forms!frmperson!txtSubjectNumber & "; Name: " & Forms!frmperson!txtSurname & ", " & Forms!frmperson!txtFirstname

This works fine if the form is not maximised when open, but not when the form is maximised. I don't see the caption at all then.

Can anyone tell why this is the case and how I can get the caption to display?

TIA.
 

JHB

Have been here a while
Local time
Today, 05:23
Joined
Jun 17, 2012
Messages
7,732
The caption is there but on the application line (the top line).
 

majhl

Registered User.
Local time
, 20:23
Joined
Mar 4, 2008
Messages
89
The caption is there but on the application line (the top line).

Hello,

Thanks for the response. I'm afraid the caption is only visible if the form is not maximised.
 

JHB

Have been here a while
Local time
Today, 05:23
Joined
Jun 17, 2012
Messages
7,732
Hello,

Thanks for the response. I'm afraid the caption is only visible if the form is not maximised.
Not be me - if maximised the caption is on the application line.

Not maximised.


Maximised - the caption is shown here.
 

Attachments

  • FormLine.jpg
    FormLine.jpg
    8.8 KB · Views: 133
  • Topline.jpg
    Topline.jpg
    12.8 KB · Views: 130

Users who are viewing this thread

Top Bottom