I get the undefined error for the date field that the bid_status calaculation references.
What I noticed is that if I change the status and go from browse mode to desinger mode to browse mode I get the error. If I stay in browse mode and use my navigation buttons I don’t get an error.
Either way, I get the required results. I just want to know what the significance of the error is, it can’t be good, even though everything works fine if I stay in browse mode.
those dates are just column/db values?
can you for example see them on a form if you display them?
if they are just values of a row/record then you should be able to acces them. It shouldn’t matter if you did go to design or not. That only references to globals/javascript variables that are set by a startup script before you access that calculation.
ahh ok
you access that variable in the onload!
but there is no data yet when you do onload, the foundset is there yet. Only with onshow you have the foundset.