Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Ocean
  • Order by date
  1. Ocean

    How can I fix "read from server has timed out."

    My query is pretty big. Is there something I can do to change the default time out setting somewhere? Thanks a lot.
  2. Ocean

    Why GetActiveObject fail?

    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...
  3. Ocean

    How to detete a subdatasheet?

    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
  4. Ocean

    Can reports be saved in a specified folder?

    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.

Part and Inventory Search

Back
Top