jwcolby
jwcolby at colbyconsulting.com
Thu Dec 30 13:07:58 CST 2010
LOL, yea, Office 2007 is causing this. But you knew that I suppose. ;) The nice part is that they have pretty tool bars to look at when they can't see the actual data for the application. I KNEW those tool bars would be good for SOMETHING!!! John W. Colby www.ColbyConsulting.com On 12/30/2010 12:21 PM, Rocky Smolin wrote: > Dear List: > > I have an app which I developed and delivered to the client in A2K3. He > runs is mostly in A2K7. This is a legal app which, among other things > tracks time spent. The problem is on the Timesheet form where the lawyer > enters time by client and matter. > > In the Timesheet Form Header section there are four text boxes: > > txtHoursWorked - control source is =Sum([HoursWorked]) > txtHoursBillable - control source is =Sum([HoursBillable]) > txtAmountBilled - control source is =Sum([AmountBilled]) > txtAmountToPay which is unbound and is update by a call to a module > ComputePay > > The first three change after an update of one of those three fields in a > detail section. Whenever a field which affects one of these fields is > updated, I call ComputePay and this updates the unbound text box > txtAmountToPay. > > This works perfectly in 2003. In 2007, however, after an update the values > in the first three boxes disappear and the fourth one doesn't change. But > they're actually there. If I alt-Tab away from the form and then alt-Tab > back, the numbers appear. > > I have tried Me.Repaint and Me.Refresh in the ComputePay routine but no > soap. > > I confirmed that this happens on my test bed machine as well as on his box. > Both are running SP2. > > Any ideas what might be causing this? > > MTIA > > > Rocky Smolin > > Beach Access Software > > 858-259-4334 > > Skype: rocky.smolin > > www.e-z-mrp.com<http://www.e-z-mrp.com/> > > www.bchacc.com<http://www.bchacc.com/> > > > > >