Click here to Skip to main content
15,912,504 members

Comments by forouz (Top 3 by date)

forouz 24-Nov-13 14:48pm View    
argument of C_Recordset::SetFilter function must be VARIANT type.


void C_Recordset::SetFilter(const VARIANT& newValue)
{
static BYTE parms[] =
VTS_VARIANT;
InvokeHelper(0x406, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
&newValue);
}
forouz 24-Nov-13 12:50pm View    
m_CsPatientNameFiletr is a member of View class of project and CString type .
forouz 8-Feb-13 5:51am View    
I have a SDI project in VC++ 6 and and i will face with this problem when try to add each one of registered component to my project from "add to project menu".
system try to read related .cpp .h files from c:\Windows\system32 and could not to write files to my project on drive "E".