Code Bits & Extra Stuff

A folder to help refresh a developer on how to achieve some of the lesser-known or more difficult coding items.

Using The (.) Tab in ShipLinx
This will show you how to switch to the Tab on the right-hand side of the ShipLinx Main screen (the one marked with a dot): Globals.FrmMain.tabOptions....
Thu, 19 Apr, 2018 at 10:31 AM
Forcing the LTL Form
Here is the line of code you'll want to add to the intPoints_AfterCarrierLookup function: if (Globals.shipment.ShipVia.CarrierType=="LTL")...
Thu, 26 Apr, 2018 at 12:12 PM