How to input date to text box control?

neramitneramit Member Posts: 46
All Expert

i want to know about textbox control
i tried to input date like 01/01/06..12/01/06
but system alert cannot "source expr" properties have variable and type of variable is date
How to do about this case?

Thank you.
:-k

Comments

  • FordewindFordewind Member Posts: 27
    neramit wrote:
    All Expert

    i want to know about textbox control
    i tried to input date like 01/01/06..12/01/06
    but system alert cannot "source expr" properties have variable and type of variable is date
    How to do about this case?

    Thank you.
    :-k

    This is not Date at all. This is a filter. So you can take textbox with Source Expr of Text type and then use SETFILTER in a C/AL code.
    Nav 4.0 sp3
  • SavatageSavatage Member Posts: 7,142
    Maybe you can explain more of what you are trying to do so we can help you.
  • atarisataris Member Posts: 109
    I thought this just meant he has not specified the source expression in textbox properties. Once he does that he is on his way but of course we don't know the overall picture.
  • kinekine Member Posts: 12,562
    For example how to enter date filters you can take a look on some standard form where is Date filter.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • neramitneramit Member Posts: 46
    thank you. for suggestion
Sign In or Register to comment.