anshul990
25th September 2019, 15:50
i have used yesno enum in my session . whenever i create a new record the value of enum is "yes" by default.but i wan to make it "blank"
BChary
25th September 2019, 16:08
try using:
before.new.object:
val = empty
NPRao
25th September 2019, 21:18
Or you can add at the Table-field level -
anshul990
26th September 2019, 07:56
it is working fine now. thank you
patvdv
13th October 2019, 11:40
Don't delete threads to which other people have replied to. It is a lack of respect for their contributions.
DDPatel
14th October 2019, 10:22
try using:
before.new.object:
val = empty
Even my problem is also solved...thank you :D