Sage 100

 View Only
  • 1.  AP check form (v2015). There are multiple entitie

    Posted 03-11-2016 15:37
    AP check form (v2015). There are multiple entities using the same check form (in MAS_System). The form prints on blank check stock. There is a formula @CompanyName, that prints the company name on the check form itself. I have created the same (blank) formula on the check stubs, but it won't print. What do I need to do to make that happen?


  • 2.  RE: AP check form (v2015). There are multiple entitie

    Posted 03-11-2016 18:44
    I tried putting it on the stub sub report and it would not print. But if I put it directly on the main form like near stub header it prints.


  • 3.  RE: AP check form (v2015). There are multiple entitie

    Posted 03-12-2016 06:47
    You could try passing the original formula on the check through to the stub as a pass-thru variable instead of recreating the formula.


  • 4.  RE: AP check form (v2015). There are multiple entitie

    Posted 03-14-2016 06:21
    Those formulas in various forms that are set to return basically nothing when you look at them in Crystal are set at runtime when run from the application. @BethBowers has the right idea, pass it in as an argument.


  • 5.  RE: AP check form (v2015). There are multiple entitie

    Posted 03-21-2016 14:59
    I went with what @KellySappington did and called it a day.