Package com.knowgate.hipergate

Examples of com.knowgate.hipergate.Shop


    if (DBBind.exists(oConn, DB.k_shops, "U")) {
      oItems = new DBSubset (DB.k_shops, DB.gu_shop, DB.gu_workarea + "='" + sWrkAreaGUID + "'", 100);
      iItems = oItems.load(oConn);
      for (int s=0;s<iItems; s++)
        new Shop(oConn, oItems.getString(0,s)).delete(oConn);
    }

    // -----------------------------------------------------------------------------------
    // Nuevos para la v4.0, borrar los eventos
View Full Code Here

TOP

Related Classes of com.knowgate.hipergate.Shop

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.