Can I use Macro to open Shipment Entry form?.

What I would like to do is to open the form and enable/disable a field on the form based on business logic. I tried to record a Macro, but it does not open the form

Parents
  • The quickest way to get up to speed on this stuff is to work from examples. Another consideration: Creating macros to augment logic works just fine, but without jumping through hoops, the user experience with macro-based screens is limited and can be frustrating. Experience has shown that these types of customizations are best done using VB6. Yes - that's right, I said VB6.

    All that to offer some assistance. If you indicate the following, I'll create a sample project to get you over the basics.
    1. Which field do you want to interact with?
    2. Which version of Sage 300?
    3. Do you have a VB6 dev environment available?
Reply
  • The quickest way to get up to speed on this stuff is to work from examples. Another consideration: Creating macros to augment logic works just fine, but without jumping through hoops, the user experience with macro-based screens is limited and can be frustrating. Experience has shown that these types of customizations are best done using VB6. Yes - that's right, I said VB6.

    All that to offer some assistance. If you indicate the following, I'll create a sample project to get you over the basics.
    1. Which field do you want to interact with?
    2. Which version of Sage 300?
    3. Do you have a VB6 dev environment available?
Children