Displaying a form

P

Peter Morris

I've created a form, and can run it. I'm having
a few problems, though.

How do I disable resize for the form?


At the bottom of the form it shows the control
to move to the next or previous record. How do
I remove this?

There's also a control at the left of the form, it's
just got a black arrow on it, it doesn't seem to do
anything. How do I remove it?
 
C

Chris

I've created a form, and can run it. I'm having
a few problems, though.

How do I disable resize for the form?

Under from properties, set "Border Style" to anything but "Sizable"
At the bottom of the form it shows the control
to move to the next or previous record. How do
I remove this?

Under from properties, set "Navigation Buttons" to "No"
There's also a control at the left of the form, it's
just got a black arrow on it, it doesn't seem to do
anything. How do I remove it?

Under from properties, set "Record Selectors" to "No"
 
G

Gijs Beukenoot

Peter Morris stelde dit idée voor :
I've created a form, and can run it. I'm having
a few problems, though.

How do I disable resize for the form?

Change the bordertype to something else then sizeable
At the bottom of the form it shows the control
to move to the next or previous record. How do
I remove this?

I think that's the recordselectors property (set it to no/false)
There's also a control at the left of the form, it's
just got a black arrow on it, it doesn't seem to do
anything. How do I remove it?

I have no idea what that one is...
 
Top