Options

Code doesn't work

I'm trying this:

TableMonth.SETFILTER(Month , FORMAT(DATE2DMY(TableFiscal.DOB , 2)));
FiscalCode += FORMAT(TableMonth.Letter);
MESSAGE('%1',TableMonth.Letter);

the message is empty.... why? thank you!

Best Answer

Answers

  • Options
    Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    Where is TableMonth.FIND* ?
    Slawek Guzek
    Dynamics NAV, MS SQL Server, Wherescape RED;
    PRINCE2 Practitioner - License GR657010572SG
    GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
  • Options
    sharon95sharon95 Member Posts: 183
    @Slawek_Guzek it doesn't work
  • Options
    serdarulutasserdarulutas Member Posts: 50
    I don't have the codebase but is TableFiscal.DOB a function? If it is a field, did you try "TableFiscal.findfirst;" at the beginning?
Sign In or Register to comment.