473,287 Members | 1,463 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,287 software developers and data experts.

Flickering Subform!

sj
Flickering Subform!

I am developing a Quotation system in Access 03.
At entry, users enter data thru' a form with subform.
However, the subform keep flicker when I run the system on computer
using runtime. This problem don't happen on set that has full ver of
Access.

Any advise? Pls Help, I have pulled off so much hair on this.

May 23 '07 #1
1 3435
ARC
Try putting some message boxes in to determine where the flickering is
happening. For example, if you are re-querying the subform, you would put a
msgbox in before and after the requery. Put in a bunch of them in areas you
think it might be happening. Name them "check point 1" ".... 2" and so on,
or something so you know which message box it hits at.

Compile as an .mde, then test on the runtime machine. Then you can possibly
try putting an application.echo false, then application.echo true around the
points it's happening. That's about the only thing I can think of.

I have a quoting/invoicing package I sell online, and I had major flickering
happening when user's were previewing a quote or invoice. I was dynamically
drawing the fields (width / top / left / font / fontsize, etc.) on the
report based on their preferences, and I was doing this in the Report
OnOpen... Once I moved the formatting of the controls to the report
header_format, the flickering went away. Doesn't sound the same as your
problem, but you never know.

Good luck!

"sj" <se*********@gmail.comwrote in message
news:11**********************@q75g2000hsh.googlegr oups.com...
Flickering Subform!

I am developing a Quotation system in Access 03.
At entry, users enter data thru' a form with subform.
However, the subform keep flicker when I run the system on computer
using runtime. This problem don't happen on set that has full ver of
Access.

Any advise? Pls Help, I have pulled off so much hair on this.

May 24 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Shoaib | last post by:
I have an IFRAME in HTML page whose source is set to some xml page.XML page gets displayed properly. But when i open some other IFRAME on top that IFRAME displaying xml, there is lot of flickering...
2
by: Eskil | last post by:
Hi I have a main form and a subform (based on a query) which works just fine. When I try to add a page to my form my first page page starts to flicker. Has anyone had this problem before? ...
6
by: Joaquin Grech | last post by:
Hi I did alot of research on this on the web and msdn and I couldn't find anything. I have a listview showing as a grid (table looking, with rows and columns and no images at all, only text)....
1
by: Jack Smash | last post by:
Hi, I'm using a UserControl object for all the graphics handling in my application. However, if I select an image and move it around, I get flickering. So in order to get rid of the flickering,...
2
by: John Lee | last post by:
Hi, I have a windows application that uses the listview to display about 50 items in detailed view - 4 columns. The first column is static and other columns will be updated in 100-1000ms - it...
2
by: John Lee | last post by:
Thanks Jay for your response. I tried your code and it still flickering a lot. To demonstrate it, you can grab a listview, create 3 columns - name, value, timestamp, in form_load event to add 50...
8
by: benben | last post by:
I created a form and overrided OnPaint, OnClick and OnResize methods. My OnPaint calls base.OnPaint then repaints the whole screen. The screen flickers a lot! It didn't happen when the app was...
5
by: n00b | last post by:
I have some forms with maybe around 30 controls on each and anytime I load these forms different parts of it start flickering though not all of them at once and not the same ones everytime. the...
6
by: Mark Thompson | last post by:
I have a problem with my Visual Basic .NET 2003 application which I have so far been unable to resolve. I am trying to get an OpenGL control that I have created working properly as a control on...
0
by: MeoLessi9 | last post by:
I have VirtualBox installed on Windows 11 and now I would like to install Kali on a virtual machine. However, on the official website, I see two options: "Installer images" and "Virtual machines"....
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: Aftab Ahmad | last post by:
Hello Experts! I have written a code in MS Access for a cmd called "WhatsApp Message" to open WhatsApp using that very code but the problem is that it gives a popup message everytime I clicked on...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.