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.


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top