Unbound Forms format

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I now have an unbound form with command prompts to open reports, how can I get rid of the title bar on this form?
 
Is there a way to have a 2pt border without the title: the title of the form is frmWhatDate:Form -- that makes no sense to anyone but me

I tried setting border to none and it just looks like a white box hanging in space on the white background of whatever is underneath.

Thanks
 
René said:
Is there a way to have a 2pt border without the title: the title of the
form is frmWhatDate:Form -- that makes no sense to anyone but me
I tried setting border to none and it just looks like a white box hanging
in space on the white background of whatever is underneath.

For a border without a TitleBar you would need to set the BorderStyle to
"None" and then drop some rectangles on the form to create your borders.
 
Back
Top