plugin.refreshCalendar
The 'refreshCalendar' function indicates myBase main program to refresh the calendar view for the database.
- Prototype: plugin.refreshCalendar(iDbPos);
- Parameters:
- iDbPos: a position number (0-based) of the database on the tab control; -1 for the current database.
- Return Value: 0 on success, or -1 on failed.
- Example: plugin.refreshCalendar(-1);