Options

general doubt

can we use same table names for both main form and sub form..??

Answers

  • Options
    jglathejglathe Member Posts: 639
    Yes you can, as long as you mean "same table". Interesting design you have there, though B)
  • Options
    dynamics navdynamics nav Member Posts: 50
    how to filter the items by using from date and to date. I want the items sales information between from date and to date??
  • Options
    archer89archer89 Member Posts: 337
    you can use field "date filter".

    samples:
    Item.SETFILTER("Date Filter",'%1..%2',DateFrom,DateTo);
    Item.SETRANGE("Date Filter",DateFrom,DateTo);
    Item.setfilter("Date Filter",'..%1',DateTo);

    then e.g.
    Item.calcfields("Qty. on Sales Order");
    to get the filtered value.
    best regards
    Franz Kalchmair, MVP
    Alias: Jonathan Archer

    please like / agree / verify my answer, if it was helpful for you. thx.
    Blog: http://moxie4nav.wordpress.com/
Sign In or Register to comment.