Sage 100

 View Only
Expand all | Collapse all

I am trying to make a button in custom office that

  • 1.  I am trying to make a button in custom office that

    Posted 10-30-2013 11:03
    I am trying to make a button in custom office that opens Price Lookup. This is the Price Lookup that you find under the more button in item inquiry or item maintenance. I don't see it in the list to select from. Does anyone have a work around or can tell me how to do this? Thanks!


  • 2.  RE: I am trying to make a button in custom office that

    Posted 10-30-2013 11:21
    You could attach a script to the button like: retVal = 0 retVal = oScript.InvokeButton (""BT_Pricing"")


  • 3.  RE: I am trying to make a button in custom office that

    Posted 10-30-2013 11:29
    Cool that works for ""PRICE"" do you know the name for ""PRICE LOOKUP""?


  • 4.  RE: I am trying to make a button in custom office that

    Posted 10-30-2013 11:32
    BT_Lookup


  • 5.  RE: I am trying to make a button in custom office that

    Posted 10-30-2013 11:33
    You Rock!! Thank you so much!!