예제 #1
0
 ///////////////////////////////////
 function p_after($codigo)
 {
     if (get("Formulario") == "ClienteA") {
         Cliente("Resultado", $codigo);
     }
예제 #2
0
 }
 function p_before($codigo)
 {
 }
 if (get("TipoDato") == "texto") {
     if (get("transaccion") == "UPDATE") {
         $CodigoCliente = get("CodigoCliente");
         if (get("metodo") == "FCliente") {
             p_gf("FCliente", $CN, $CodigoCliente);
             Cliente("Listado");
         }
     }
     if (get("transaccion") == "INSERT") {
         if (get("metodo") == "FCliente") {
             p_gf("FCliente", $CN, "");
             Cliente("Listado");
         }
     }
     if (get("transaccion") == "OTRO") {
         if (get("metodo") == "resgistra_usuario") {
             P_Registro();
         }
     }
 }
 if (get("transaccion") == "DELETE") {
     if (get("metodo") == "Entidades") {
         DReg("ct_entidad", "Codigo", "'" . get("codEnt") . "'", $CN);
         Productos("Listado");
     }
 }
 exit;