-
Notifications
You must be signed in to change notification settings - Fork 0
/
RecibosSet.h
59 lines (49 loc) · 1.51 KB
/
RecibosSet.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
// RecibosSet.h : interface of the CRecibosSet class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_RECIBOSSET_H__9E31BB4E_D234_11D6_8246_004F490B20A0__INCLUDED_)
#define AFX_RECIBOSSET_H__9E31BB4E_D234_11D6_8246_004F490B20A0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CRecibosSet : public CRecordset
{
public:
CRecibosSet(CDatabase* pDatabase = NULL);
DECLARE_DYNAMIC(CRecibosSet)
// Field/Param Data
//{{AFX_FIELD(CRecibosSet, CRecordset)
CString m_strNOMBRE;
CString m_strEMPRESA;
CString m_strNIF;
CString m_strCALLE;
CString m_strLOCALIDAD;
CString m_strPROVINCIA;
CString m_strCODPOS;
CString m_strTLF1;
CString m_strTLF2;
CString m_strFAX;
long m_intNCONTABLE;
CString m_strBANCO;
CString m_strNCTA;
CString m_strLOCAL;
double m_douCOEFICIENTE;
CString m_douPAGO;
//}}AFX_FIELD
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRecibosSet)
public:
virtual CString GetDefaultConnect(); // Default connection string
virtual CString GetDefaultSQL(); // default SQL for Recordset
virtual void DoFieldExchange(CFieldExchange* pFX); // RFX support
//}}AFX_VIRTUAL
// Implementation
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RECIBOSSET_H__9E31BB4E_D234_11D6_8246_004F490B20A0__INCLUDED_)