Package com.knowgate.hipergate

Examples of com.knowgate.hipergate.QueryByForm


    sColumnList = "m." + DB.tx_email + ",m." + DB.tx_name + ",m." + DB.tx_surname + ",m." + DB.tx_salutation + ",m." + DB.bo_active + ",m." + DB.gu_company + ",m." + DB.gu_contact + ",m." + DB.dt_modified;

    if (getShort(DB.tp_list)==TYPE_DYNAMIC) {
      sTableName = DB.k_member_address;

      QueryByForm oQBF = new QueryByForm(oConn, DB.k_member_address, "m", getString(DB.gu_query));

      sWhere = "m." + DB.gu_workarea + "='" + getString(DB.gu_workarea) + "' AND (" + oQBF.composeSQL() + ")";

      oQBF = null;
    }
    else {
      sTableName = DB.k_x_list_members;
View Full Code Here

TOP

Related Classes of com.knowgate.hipergate.QueryByForm

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.