Form Flickering after set recordsource (1 Viewer)

Pat Hartman

Super Moderator
Staff member
Local time
Today, 10:51
Joined
Feb 19, 2002
Messages
42,984
In which event are you running the code?
Is the BE SQL Server?
Are the master/child link properties set for all the subforms?
Once the form loads, do you want to be able to change the criteria?
 

Babycat

Member
Local time
Today, 21:51
Joined
Mar 31, 2020
Messages
275
In which event are you running the code?
Is the BE SQL Server?
Are the master/child link properties set for all the subforms?
Once the form loads, do you want to be able to change the criteria?

Hi Bro

It is standalone access BE db, not SQL server .
You can look back post #18 where I posted simple db, the forms are without any event
When button clicked, the source-object of subform is set as:
Code:
Me.SubFrm.SourceObject = "Frm_FST"
where Frm_FST is the name of a subform

Are the master/child link properties set for all the subforms? No, I did not have any link
btw: I had a chance to test on Access 2019, yes, it surprised me that no crazy flickering like Access 365 (I am running on Access 365)
 

Micron

AWF VIP
Local time
Today, 10:51
Joined
Oct 20, 2018
Messages
3,476
FYI, a little bit informal and in this case, so wrong.
You just can never tell for sure, so maybe best to not assume. Take that advice or don't - just don't get upset that I gave it, OK?
 

Babycat

Member
Local time
Today, 21:51
Joined
Mar 31, 2020
Messages
275
FYI, a little bit informal and in this case, so wrong.
You just can never tell for sure, so maybe best to not assume. Take that advice or don't - just don't get upset that I gave it, OK?
Haha I got it, thank you, I will pay more attention next time
 

isladogs

MVP / VIP
Local time
Today, 14:51
Joined
Jan 14, 2017
Messages
18,186
I also get no flicker. Tested on a Win 10 tablet with A365 64-bit
 

Babycat

Member
Local time
Today, 21:51
Joined
Mar 31, 2020
Messages
275
I also get no flicker. Tested on a Win 10 tablet with A365 64-bit
Yeah, my hope. But did you try to click several times? Since the issue happens unpredictable, in my machine its rate is around 6/10
 

isladogs

MVP / VIP
Local time
Today, 14:51
Joined
Jan 14, 2017
Messages
18,186
Yes I did. The only time I got any kind of flicker was the first occasion I clicked the button when there was a slight delay.
Not enough to be irritating though
 

Users who are viewing this thread

Top Bottom