Here is the line of code you'll want to add to the intPoints_AfterCarrierLookup function:
if (Globals.shipment.ShipVia.CarrierType=="LTL") { frmLTLLines ltl = new frmLTLLines(); ltl.ShowDialog(); }
* This will pop up the form even if there are LTL Details already in place.