Continuous Form text box not painting

way2bord

Registered User.
Local time
Today, 04:59
Joined
Feb 8, 2013
Messages
177
I have a calculated text box on a continuous form that doesn't paint in form view unless I click on the box.

Any ideas why this might be?
 
way2bord, I had a receipt form that did that a lot.
Several calculation that would not show.
If I remember correctly I put a ReCalc in the after update event of the control I entered data in that effected the calculations.

DAle
 
Last edited:
way2bord, I had a receipt form that did that a lot.
Several calculation that would not show.
If I remember correctly I put a refresh in the after update event of the control I entered data in that effected the calculations.

DAle

All calculations are performed at form open without any data input. I'm not sure where I would put that...

I've tried adding a me.refresh / me.repaint to the end of my Form_Open...no good.
 

Users who are viewing this thread

Back
Top Bottom