remove record bar in form

J

Jim

Hello,
I do not want to see Record bar of the form at the bottom
in the form I created, how can I remove that?
Thanks,
Jim.
 
R

Rick Brandt

Jim said:
Hello,
I do not want to see Record bar of the form at the bottom
in the form I created, how can I remove that?
Thanks,

The property is called "Navigation Buttons". Set that to false and both the buttons
and the record counter will go away. If you wanted to just get rid of the counter
there is no setting for that. You would need to remove them both with this property
setting and then implement your own navigation buttons.
 
J

Jim

where do we set that property?
-----Original Message-----


The property is called "Navigation Buttons". Set that to false and both the buttons
and the record counter will go away. If you wanted to just get rid of the counter
there is no setting for that. You would need to remove them both with this property
setting and then implement your own navigation buttons.


.
 
J

Jim

Thanks I found it.
-----Original Message-----


The property is called "Navigation Buttons". Set that to false and both the buttons
and the record counter will go away. If you wanted to just get rid of the counter
there is no setting for that. You would need to remove them both with this property
setting and then implement your own navigation buttons.


.
 
Top