What value will get stored in the database when a field has both predefault value and post default value?

Showing Answers 1 - 5 of 5 Answers

Answer is Predefault Value.

Explanation:When user clicks the new record button,predefault value will get populated in that field,post default value will get stored only when user does'nt type any value in the field and saves the record.Since already value has been populated by predefault property,it will get stored in the database.

  Was this answer useful?  Yes

rams_vasuki

  • Sep 23rd, 2006
 

At The time Write Record if the Field Value is Empty the Post Default value is stored

if create new recore the predefault vale is populated to filed user can change the field if field is not empty the post default value is hide

Thanks
Rams

  Was this answer useful?  Yes

royalojha

  • Aug 26th, 2008
 

Predefault value will be stored. Post default value comes into picture in case the field is left empty while saving the record.

  Was this answer useful?  Yes

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