0
Views
2
Comments
Textbox value - default.
Question
Hi !!

I have developed an application where I have an entity attribute whose data-type is integer. Now  when I open up that particular form for editing purpose the entity attribute being of integer type the value by default in that textbox is displayed as 0(zero). I have to manually delele the default value and then enter some other value.

Is there any chance by which I see a 'cleared'(blank) textbox when I open up the form for editing.

Thanks !!
2025-11-03 12-56-18
Evert van der Zalm
 
MVP
Hello Nikhil,



Kind regards,
Evert
2012-08-13 13-29-53
Nikhil Shravage
Hello Evert van der zalm,

 Thanks for your quick concern, being the datatype as integer, in the null value property box I typed TextToInteger("") and it worked fine.

Thanks a lot !!
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.