LiFan
2024-07-18 a6b54d999992d72b2d9ea33efec0b7d642ea9f2d
jrj/project/business/Company/HRPerson.cpp
@@ -126,8 +126,7 @@
   int OnSearch()
   {
      control xc = new control;
      xc.setNativePointer(GetControl(L"QueryTxt"));
      xcontrol xc = GetControl(L"QueryTxt");
      m_sTxt = xc.GetText();
      OnRetrieve();
      return 1;