Validation and output convert not working in edit table (OpenInsight 32-bit Specific)
At 22 JUL 2002 07:51:09PM Dimitri Mandelis wrote:
Hi,
I have an edit table that the validation and formatting for columns
doesnt work. No matter what I set it to. Its like that part of the logic is being skipped.
any ideas?
Thanks in advance,
Dimitri
At 22 JUL 2002 09:31PM Richard Hunt wrote:
Dimitri,
If you have an event that returns "FALSE", it will, most likely, terminate the event processing before the validation and conversion takes place.
For example… having a "POSCHANGED" event that returns "FALSE" (RETURN 0), will not validate or convert or format the cell.
Maybe that is your problem???