Click here to Skip to main content
16,005,682 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A Question about ChttpFile Pin
Joel Lucsy30-Jul-02 7:14
Joel Lucsy30-Jul-02 7:14 
GeneralRe: A Question about ChttpFile Pin
ttzzgg_8071327-Sep-02 20:57
ttzzgg_8071327-Sep-02 20:57 
Generalundeclared identifier Pin
Mrs.Law29-Jul-02 15:00
Mrs.Law29-Jul-02 15:00 
GeneralRe: undeclared identifier Pin
Christian Graus29-Jul-02 15:29
protectorChristian Graus29-Jul-02 15:29 
GeneralMFC Class Library Pin
gekoscan29-Jul-02 11:11
gekoscan29-Jul-02 11:11 
GeneralRe: MFC Class Library Pin
Chris Losinger29-Jul-02 11:26
professionalChris Losinger29-Jul-02 11:26 
QuestionMS Access 2000 date/time update itself? Pin
Anonymous29-Jul-02 10:58
Anonymous29-Jul-02 10:58 
GeneralStructure to Function Pin
oscar_r29-Jul-02 10:26
oscar_r29-Jul-02 10:26 
Hi everyone been trying some weird stuff lately, I'm pretty new in the VC++ world....
What I want is to pass the structure name to the function?
This is what my actual code looks like (obviously it doesn't work, yet!)

CSlsuTable* pSLSU = new CSlsuTable(pDatabase); //CSlsuTable is my struct
ASSERT(pSLSU);
if (pSLSU)
if (BadFileTest(pSLSU,"su_key='I_CALC30'","slsu",pDatabase))

BOOL CGridApp::BadFileTest(struct cTableSet , CString strTableKey,CString strTableName,CDatabase* pDb) //I Can't get the struct WTF | :WTF:
.
.
.
cTableSet* pTable = new cTableSet(pDb);
ASSERT(pTable);
if(pTable)
{
while(TRUE)
{
nret = IDNO;
pTable->m_strFilter.Empty();
pTable->m_strFilter = _T(strTableKey);
strSQL = _T("SELECT ");
strSQL += pTable->m_strDefaultSQL;

Does this make any sense at all? is it possible to do this someway?
GeneralRe: Structure to Function Pin
oscar_r29-Jul-02 10:28
oscar_r29-Jul-02 10:28 
GeneralRe: Structure to Function Pin
Chris Losinger29-Jul-02 11:28
professionalChris Losinger29-Jul-02 11:28 
GeneralRe: Structure to Function Pin
Michael P Butler29-Jul-02 10:39
Michael P Butler29-Jul-02 10:39 
GeneralRe: Structure to Function Pin
Todd Smith29-Jul-02 11:45
Todd Smith29-Jul-02 11:45 
GeneralRe: Structure to Function Pin
Joaquín M López Muñoz29-Jul-02 11:55
Joaquín M López Muñoz29-Jul-02 11:55 
GeneralRe: Structure to Function Pin
oscar_r30-Jul-02 2:48
oscar_r30-Jul-02 2:48 
GeneralRe: Structure to Function Pin
perlmunger30-Jul-02 10:56
perlmunger30-Jul-02 10:56 
GeneralTooltips on a CToolbar Pin
Gilfrog29-Jul-02 10:10
Gilfrog29-Jul-02 10:10 
Questionhow to access C..Doc var. from any class ? Pin
Fred D.29-Jul-02 9:54
Fred D.29-Jul-02 9:54 
AnswerRe: how to access C..Doc var. from any class ? Pin
Hydralisk29-Jul-02 16:47
Hydralisk29-Jul-02 16:47 
GeneralRe: how to access C..Doc var. from any class ? Pin
JennyP29-Jul-02 19:10
JennyP29-Jul-02 19:10 
GeneralRe: how to access C..Doc var. from any class ? Pin
JennyP29-Jul-02 19:33
JennyP29-Jul-02 19:33 
GeneralRe: how to access C..Doc var. from any class ? Pin
Fred D.30-Jul-02 5:01
Fred D.30-Jul-02 5:01 
GeneralRe: how to access C..Doc var. from any class ? Pin
JennyP30-Jul-02 5:54
JennyP30-Jul-02 5:54 
GeneralRe: how to access C..Doc var. from any class ? Pin
JennyP30-Jul-02 17:01
JennyP30-Jul-02 17:01 
GeneralRe: how to access C..Doc var. from any class ? Pin
JennyP30-Jul-02 18:05
JennyP30-Jul-02 18:05 
GeneralRe: how to access C..Doc var. from any class ? Pin
Fred D.31-Jul-02 3:28
Fred D.31-Jul-02 3:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.