Skip to Content
0
Former Member
Jun 03, 2009 at 01:49 PM

User fields, dates and Screen Painter.

43 Views

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.