Here is the code that gave me trouble:
UUID uuid1;
RPC_STATUS rpcStatus;
rpcStatus = UuidFromString( (UCHAR*) "5C407353-215D-11D0-9929-080036180F02",&uuid1);
if ( rpcStatus != RPC_S_OK )
{
AfxMessageBox("CLSID Failed");
return FALSE;
}
HRESULT hr=0;
IUnknown...
Hi,
I was trying to delete a subdatasheet by doing
Format->Subdatasheet->Remove, but I did not have a chance to click on Remove because it was disabled. Is there something I can do to enable that menu item? Thank you.
Ocean
I have a button to view a report and it is gone when the report window is closed. The user wants another button to save that report in a specified folder for later usage. Can someone give me a hint? Thank you.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.