Sage 100

 View Only
  • 1.  Anyone add a calculatior or a hotkey in custom off

    Posted 10-15-2018 16:41
    Anyone add a calculatior or a hotkey in custom office to pop up the Calculator on a Screen a data entry screen,


  • 2.  RE: Anyone add a calculatior or a hotkey in custom off

    Posted 10-15-2018 23:24
    Had to figure this out for JC. You really need Nomads for this (can't do with Customizer AFAIK) and I can show you with that the 5 places / properties you need to set. Haven't tried it this way but if you DFDM any M4L file and pull up a record for a panel with a numeric field that already has the Calculator assigned, Fields 19,21,29,42,43 are what need to be set into your numeric UDF or for whichever field you're trying to effect.


  • 3.  RE: Anyone add a calculatior or a hotkey in custom off

    Posted 10-16-2018 04:58
      |   view attached
    I always stick it in Favorites. It's not at *all* the same as having it in data entry. But in case some folks don't know you can add program shortcuts.


  • 4.  RE: Anyone add a calculatior or a hotkey in custom off

    Posted 10-16-2018 07:26
    Right on Rhonda! I thought Jim meant add calculator control to a field that didn't have it.


  • 5.  RE: Anyone add a calculatior or a hotkey in custom off

    Posted 10-16-2018 08:39
    Thanks Rhonda. this customer is still on V2014 for a little while longer but good suggestion. BTW what is the Calculator command to start it up? Calculator.exe?


  • 6.  RE: Anyone add a calculatior or a hotkey in custom off

    Posted 10-16-2018 08:44
    Calc.exe


  • 7.  RE: Anyone add a calculatior or a hotkey in custom off

    Posted 10-16-2018 08:44
    You can add programs using the old toolbar favorites as well. calc.exe is in C:Windows / Syswow64 (or System32)


  • 8.  RE: Anyone add a calculatior or a hotkey in custom off

    Posted 10-16-2018 08:47
      |   view attached
    This works too

    Attachment(s)



  • 9.  RE: Anyone add a calculatior or a hotkey in custom off

    Posted 10-16-2018 08:50
    X-D Where can you download that, @WayneSchulz ?


  • 10.  RE: Anyone add a calculatior or a hotkey in custom off

    Posted 10-16-2018 09:00
    You should be able to do this with either a button script set to run on the client using the windows shell object with the run method and specify calc.exe or a UI post load script to add the right properties to the field to display the calculator icon. I have a post on here somewhere demonstrating this but instead of a calculator icon, it adds the lookup icon to allow you to validate against a standard sage 100 table.


  • 11.  RE: Anyone add a calculatior or a hotkey in custom off

    Posted 10-16-2018 09:04
    Keep Excel open on the other monitor...


  • 12.  RE: Anyone add a calculatior or a hotkey in custom off

    Posted 10-16-2018 10:55
    Add it to the Launcher in Sage 100, right-click the Toolbar and select Add Program, browser to ...windows\system32\calc.exe you don't need to modify any screens.