ol2000/98 behaviour

  • Thread starter Thread starter pilmart
  • Start date Start date
P

pilmart

Hi There
I have a form developed in 98 which has several textboxes
containing values based around formulas these are
evaluated fine in 98 and pass the correct values, but in
2000 nothing happens. The formulas are straightforward
ie :- CDBL(iif([checkopen], [FlightStandopen],0)), so can
someone tell me why they no longer work ???
 
-----Original Message-----
Hi There
I have a form developed in 98 which has several textboxes
containing values based around formulas these are
evaluated fine in 98 and pass the correct values, but in
2000 nothing happens. The formulas are straightforward
ie :- CDBL(iif([checkopen], [FlightStandopen],0)), so can
someone tell me why they no longer work ???
.
Still no idea why this is occuring but have got round it
by doing all the calculation(s) in VBscript which seems to
work for both 98 & 2000
 
Back
Top