Help for this page

Select Code to Download


  1. or download this
    $Sql="SELECT * FROM Cust_act_da WHERE CustomerNumber = $CustomerNumber
    + AND TransType = 'P'";
        print $Sql;
        $db->SQL( $sql );
    
  2. or download this
        while ($CustomerNumber = $Data{"CustomerNumber"}) {
             $db->Sql("SELECT * FROM Cust_act_da WHERE CustomerNumber = $C
    +ustomerNumber AND TransType = 'P'");