| | |
| | | int event_ItemChanged_(int nRow, int nCol, LPCTSTR pData) ; |
| | | int event_ItemChanging_(int nRow, int nCol, LPCTSTR pData) ; |
| | | public: |
| | | int DataBI(LPCTSTR pSchema = NULL); //数据BI分析 |
| | | LPTSTR DataAnalysis(LPCTSTR pSchema = NULL); |
| | | public: |
| | | int GetDwType_(); |
| | | public: |
| | | int DwUpdateAllToEx(KXMLDOMDocument pXmlDoc); |
| | |
| | | return getKWin()->AttachEvent((LPTSTR)msg,*(Hxsoft::XFrame::FEvent*)&fnEvt,this); |
| | | } |
| | | |
| | | kcontrol* xcontrol(const wchar_t* ctrlname) |
| | | kcontrol* GetControl(const wchar_t* ctrlname) |
| | | { |
| | | return getKWin()->GetControl(ctrlname); |
| | | } |
| | |
| | | return SetItemString(row, col.c_str(), xstring(str)); |
| | | } |
| | | |
| | | int DataBI(LPCTSTR pSchema = NULL) //数据BI分析 |
| | | { |
| | | return getKReport()->DataBI_(pSchema); |
| | | } |
| | | LPTSTR DataAnalysis(LPCTSTR pSchema = NULL) |
| | | { |
| | | return getKReport()->DataAnalysis(pSchema); |
| | | } |
| | | |
| | | public: |
| | | int openUrl(string aurl) |
| | | { |