Hi folks,
I'm blocked in a (as I think) simple thing. In a form created with ScreenPainter, How can I set a default date in an input box linked with an user field with type as date?
This two codes crashes 😔
Me.Form.Items.Item("txtTaxDate").Specific.Value = String.Format("{0:s}", Now())
...
Me.Form.Items.Item("txtTaxDate").Specific.Value = Now()
Thanks in advance!
Oscar S.M.