/** Constructor */
  public WPosQuery(WPOS posPanel, WSubOrder order) {
    super();
    p_posPanel = posPanel;
    p_order = order;
    p_pos = order.p_pos;
    p_ctx = p_pos.getCtx();
    this.setAttribute("mode", "modal");
    this.setBorder("normal");
    this.setWidth("850px");
    this.setHeight("500px");
    this.setContentStyle("overflow: auto");
    this.setSizable(true);
    this.setMaximizable(true);
    this.setVisible(true);

    init();
  } //	PosQueryBPartner