Destroy Method
Object: frmorderentry
Expand/Collapse source code of procedure Destroy Source Code
Orderentry::Destroy()

IF USED("cProducts")
  USE IN cProducts
ENDIF

IF USED("orders")
  SELECT orders
  SET RELATION TO
ENDIF

IF USED("order_line_items")
  SELECT order_line_items
  =TABLEREVERT(.T.)
  SET RELATION TO
ENDIF

RELEASE PAD orderentry OF _msysmenu