Sage 100

 View Only
Expand all | Collapse all

Anyone know what file(s) contain reference to AP c

  • 1.  Anyone know what file(s) contain reference to AP c

    Posted 04-06-2012 08:49
    Anyone know what file(s) contain reference to AP check printing form? Have a 4.4 PU8 user who selects a form code from ALE (in Check Printing), and the description displays but the form code value is blank. Check printing then uses incorrect form and clicking on Designer button does nothing. I removed the reference to the form in SY_ReportSettings. This removes the form from ALE in Check Printing, but when I type the custom form, it reverts back to blank form code with the proper description. This only occurs in one company. The form is set up for all companies in Report Manager.


  • 2.  RE: Anyone know what file(s) contain reference to AP c

    Posted 04-06-2012 08:53
    Mark, try SY_LastFormUsed.M4T. You can delete the invalid key for that user out of that table (of course make a backup of the file first).


  • 3.  RE: Anyone know what file(s) contain reference to AP c

    Posted 04-06-2012 08:53
    If they had it customized, it would be in MAS_CCC\Reports\AP_CheckPrinting


  • 4.  RE: Anyone know what file(s) contain reference to AP c

    Posted 04-06-2012 09:00
    Or it could be in MAS_System\Reports\AP_CheckPrinting if it was customized for all companies.


  • 5.  RE: Anyone know what file(s) contain reference to AP c

    Posted 04-06-2012 09:05
    Sy_LastFormUsed


  • 6.  RE: Anyone know what file(s) contain reference to AP c

    Posted 04-06-2012 09:20
    I customized the form for all companies and it's in MAS_SYSTEM\REPORTS. Once customized, you can just type the form name in Check Maintenance, but when I do it in this company, it just blanks out. I also removed the form from SY_lastformUsed, but it just gets written back the next time I access Check Printing and type in the form code. I even copied the form code to that company via Report Manager, thinking it would use it since it was company specific, but no... just blanks out again. Happens on all PC's for that company. Weird. So, thus far we have SY_LastFormUsed and SY_ReportSettings. Anywhere else?


  • 7.  RE: Anyone know what file(s) contain reference to AP c

    Posted 04-06-2012 09:22
    Is there a default form set up in bank code maintenance?


  • 8.  RE: Anyone know what file(s) contain reference to AP c

    Posted 04-06-2012 09:23
    WAG: Could there be multiple forms in either Sy_Last or SY_ReportSettings? I seem to remember SY_ReportSettings held multiple values in some cases. FWIW


  • 9.  RE: Anyone know what file(s) contain reference to AP c

    Posted 04-06-2012 09:32
    @ThereseLogeais Excellent question. I didn't assign it, but since client was fooling with it, they may have. Will check and post back. @WayneSchulz Thanks. There are multiple forms and SY_ReportSettings displays all of them... including the blank one (before I deleted it).


  • 10.  RE: Anyone know what file(s) contain reference to AP c

    Posted 04-06-2012 09:33
    Sy_ReportOption and Sy_ReportSelection also contain the form code (seen as field ReportSetting$ in DFDM) - make a backup of them first


  • 11.  RE: Anyone know what file(s) contain reference to AP c

    Posted 04-06-2012 09:36
    @AlnoorCassim Thanks. Will check those as well.


  • 12.  RE: Anyone know what file(s) contain reference to AP c

    Posted 04-07-2012 16:25
      |   view attached
    This has been a pain from day one of the new framework. Just incredible how much you have to do to remove report settings. This is what I have been using for ages. I think everyithing has been covered already in this thread, but perhaps this will be a good summary for some.

    Attachment(s)



  • 13.  RE: Anyone know what file(s) contain reference to AP c

    Posted 04-08-2012 07:23
    Thanks Jeff. Good resource for future use.


  • 14.  RE: Anyone know what file(s) contain reference to AP c

    Posted 04-09-2012 03:30
    Thanks Jeff.