Solved Dashboard Setting (1 Viewer)

smtazulislam

Member
Local time
Today, 05:15
Joined
Mar 27, 2020
Messages
806
i thought you have All pages Not Visible.
you can make All Pages Not visible by going to design view and clicking on each page.
then on the property, Visible = No.
Oh, I got it. I will try...
 

smtazulislam

Member
Local time
Today, 05:15
Joined
Mar 27, 2020
Messages
806
Sir, can possible create Tabcontrol Inside one more tabcontrol
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 10:15
Joined
May 7, 2009
Messages
19,229
Sir, can possible create Tabcontrol Inside one more tabcontrol
possible.
you create first a New Form and add Tab Control to it.
then insert this New form (as subform) to the Tab Control on your Main form.
 

smtazulislam

Member
Local time
Today, 05:15
Joined
Mar 27, 2020
Messages
806
Thank you very much, its work,

In my dashboard have 8 command button. Each command to open a tab page
I would like that my last visit Tab page will show when reopen Database same user (I have 3 users)
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 10:15
Joined
May 7, 2009
Messages
19,229
you create a table that will save the UserID (Long), and the TabNames(short string).
On the Unload event of your main dashboard form, save the Page Control Names that are visible on TabNames field.
and you save the UserID to the UserID field.

when your dashboard form opens, add code to the Load event so you check This New table what Tabs are visible for
the current user and make the Pages visible.

on the Unload event is where you add/edit the TabNames that are visible for a particular user.
 

Users who are viewing this thread

Top Bottom