Marked records to tmpTable

delete_from tmpTransMarked where tmpTransMarked.DetailedPlanId == CargoDetailedPlanJour.DetailedPlanId; for (cargoDetailedPlanTransLoc = CargoDetailedPlanTrans_ds.getFirst(true); cargoDetailedPlanTransLoc; cargoDetailedPlanTransLoc = CargoDetailedPlanTrans_ds.getNext()) { tmpTransMarked.clear(); tmpTransMarked.DetailedPlanId = cargoDetailedPlanTransLoc.DetailedPlanId; tmpTransMarked.DetailedPlanTransRecId = cargoDetailedPlanTransLoc.RecId; tmpTransMarked.insert(); }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.