When you have Pre Default Value and Post Default value for a Field, which one will be stored in the Database?

Questions by chary   answers by chary

Showing Answers 1 - 5 of 5 Answers

Pre Default Value will be defaulted when new record is created. Post Default Value will be defaulted if there is no value specified for the field. so, Pre Default Value will be stored in the Database. harsha: you can add quistions by clicking the hyperlink on the above bar "Ask Quistion".

  Was this answer useful?  Yes

Surekha

  • Dec 5th, 2006
 

Hi,

When a record is created, the predefault value populates the field. If the user provides some value, then both,the predefault and postdefault values are neglected and user provided value is inserted and the record is written in the DB. However, if the user does not provide any value, then the predefault value becomes the field value and thus postdefault value is neglected. So finally, the predefault value is writted in the DB on the write record method.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions