Search found 2 matches

by pbuczek
15.07.2006, 22:35
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: How can I obtain value set in triggers?
Replies: 2
Views: 542

Solved. To allow to save incomplete records with some empty not-null-fields one should change the property Required of proper fields to false. Of course this fields are filled in db triggers.

pbuczek
by pbuczek
14.07.2006, 15:38
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: How can I obtain value set in triggers?
Replies: 2
Views: 542

How can I obtain value set in triggers?

I switched from version 6.1.5 and I've met a problem. I have got in my application queries which retrieves all fields from one or more tables. Values of some fields are set in before or after insert triggers. Values of this fields are required, so fields cannot be empty, but I don't want to fill thi...