Access Web App - Action Bar - Behavior and how to bring it back when deleted

aubrey1983

Registered User.
Local time
Today, 23:39
Joined
May 5, 2015
Messages
27
Hi,

I got 3 questions all related to action bar.

1) How do i bring the action bar back once i removed it.

2) Is it possible to link a macro once one of the button in action bar is clicked.

3) I would like to know how to copy the behavior of the save/edit/delete/cancel buttons in the action bar. For example, i added a new button in the action bar, then i want it to behave like a Add new record button, where in the behavior is, its disabled when its currently editing, and its enabled when the record is saved.

-Thank you-
Aubrey
 
Solved:

1) No, it can't be brought back. It can only be brought back if you recreate the view again.

2) Yes, but not the predefined action buttons (save,delete, add, cancel)

3) I did it by creating ui macros during the on click events and the On Current event of the view. to mimic the behavior.
 
Hey Aubrey,

Don't know whether it helps but you can call the same functions the action bar buttons call as well as run a macro too. e.g. you can delete the Save button and replace it with another button with the same icon which you can make do the following:

- Save Record
- Run data macro
- Requery Records
 

Users who are viewing this thread

Back
Top Bottom