AyaNova CE Archive added as recovered from storage during attempt to upgrade a customer from v1.7 to v8!
This commit is contained in:
@@ -0,0 +1,85 @@
|
||||
#if !defined(AFX_XFERDLG_H__5C54BB73_305E_4250_A114_C247B0161722__INCLUDED_)
|
||||
#define AFX_XFERDLG_H__5C54BB73_305E_4250_A114_C247B0161722__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// XferDlg.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CXferDlg dialog
|
||||
#include "gzrset.h"
|
||||
#include "gzcombo.h"
|
||||
#include "checkcombobox.h"
|
||||
class CXferDlg : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
bool QBImportClientData();
|
||||
bool QBSelectClientData();
|
||||
bool BuildExportData(CString * strExport);
|
||||
CString m_strLastTemplate;
|
||||
void GetSelectedColumnOrder();
|
||||
CString GetOriginalColumnOrder();
|
||||
//CString m_strAvailableFields;
|
||||
void FillAvailableFields();
|
||||
CString m_strSQL;
|
||||
void FillListExport();
|
||||
|
||||
void SetColumns(char chDelimiter);
|
||||
CString m_strFields;
|
||||
void FillDelimiters();
|
||||
void GetFile(bool bOpen);
|
||||
CString m_strPath;
|
||||
bool m_bExportMode;
|
||||
CString m_strCurrentTable;
|
||||
void FillTemplateList();
|
||||
~CXferDlg();
|
||||
CXferDlg(CWnd* pParent = NULL); // standard constructor
|
||||
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(CXferDlg)
|
||||
enum { IDD = IDD_XFER };
|
||||
CCheckComboBox m_cbFields;
|
||||
CEdit m_edPath;
|
||||
CButton m_ckFirstRowFieldNames;
|
||||
CgzCombo m_cbTemplates;
|
||||
CgzCombo m_cbDelimiters;
|
||||
CListCtrl m_ls;
|
||||
//}}AFX_DATA
|
||||
GZRset* rs;
|
||||
|
||||
CSpApp* m_pApp;
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CXferDlg)
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(CXferDlg)
|
||||
virtual BOOL OnInitDialog();
|
||||
afx_msg void OnXferExit();
|
||||
afx_msg void OnXferSelectExportFile();
|
||||
afx_msg void OnXferSelectImportData();
|
||||
afx_msg void OnCloseupCbtemplate();
|
||||
afx_msg void OnXferSampleExportData();
|
||||
afx_msg void OnCloseupCbfields();
|
||||
afx_msg void OnXferExportScreen();
|
||||
afx_msg void OnXferExportFile();
|
||||
afx_msg void OnXferSampleImportData();
|
||||
afx_msg void OnXferImport();
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
};
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif // !defined(AFX_XFERDLG_H__5C54BB73_305E_4250_A114_C247B0161722__INCLUDED_)
|
||||
Reference in New Issue
Block a user