Sage 100

 View Only
  • 1.  One of our customers e-mailed to say that the sett

    Posted 08-02-2012 15:11
    One of our customers e-mailed to say that the settings for their check form for one company (all other companies work just fine) are not being retained. It keeps reverting to Check, Stub and the Print G/L Distribution checkbox reverts to unchecked. MAS 90 Version 4.40.0.6. My first thought was to delete the form in L/M Report Manager, delete it from the AP_CHECKPRINTING folder (after making a backup copy), have MAS 90 prompt me to create a new form and then copy the customized form over the newly created form. BTW, I'm not using the STANDARD form. However, when I did that, the old form code still shows up in the list of available forms. My work around was to use a different form code from the original one and copy the customized form over the newly created one. The work around is effective but I'm a bit puzzled as to why the old one would still be hanging around. The old code is not in SY_ReportManagerFormat but it's still on the lookup in Check Printing. Is there another SY table where that information would be stored?


  • 2.  RE: One of our customers e-mailed to say that the sett

    Posted 08-02-2012 15:28
    Removing User Created Form (not report) Names in Report Settings To delete the line that a user created for their form, look in the Sy_reportsetting.m4t file via DFDM. Report setting name will appear as part of the key. ............\MAS90\MAS_SYSTEM\SY_ReportSetting.M4T Also look at ...........\MAS90\MAS_SYSTEM\SY_ReportOption.M4T And ............\MAS90\MAS_SYSTEM\SY_LastFormUsed.M4T


  • 3.  RE: One of our customers e-mailed to say that the sett

    Posted 08-02-2012 15:59
    Thanks Jeff. I'll give that a try in the morning.