remove record bar in form

  • Thread starter Thread starter Jim
  • Start date Start date
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.
 
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.
 
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.


.
 
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.


.
 
Back
Top