Ejemplo n.º 1
0
        private void LoadData()
        {
            CUtil.EnableForm(false, this);
            CTable o = OnixWebServiceAPI.GetGlobalVariableInfo(vw.GetDbObject());

            vw.SetDbObject(o);
            vw.InitItem(CProductFilter.IsGlobalVaribleRequired);
            vw.NotifyAllPropertiesChanged();

            CUtil.EnableForm(true, this);
        }