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: kavimy
  • Order by date
  1. kavimy

    Copying contents of BO report to Excel

    User that I am using is the Supervisor, it has all the access. But if we login in BO with the same user ID manually i am able to do Copy All
  2. kavimy

    Copying contents of BO report to Excel

    Below is the code that i tried Public busapp As busobj.Application Public boDoc As busobj.Document Set busapp = CreateObject("BusinessObjects.Application") busapp.LoginAs g_uid_s, g_pwd_s, False, g_dom_s Set boDoc = busapp.Documents.Open(docnm, True, True, g_pwd_s, g_pwd_s)...
  3. kavimy

    Copying contents of BO report to Excel

    No, when i open the Business objects it is enabled, but when we open the document through SDK it happens like this...
  4. kavimy

    Copying contents of BO report to Excel

    I am facing a problem when I try to use the Copy all Command through VBA. It throws the runtime error like "Automation Error The Server threw an Exception" When we make the application in the visible mode and check; the menu item "Copy All" is disabled. Can anyone help...
  5. kavimy

    Handle to status bar.

    Statusbar1.hwnd will return the handle to the statusbar control

Part and Inventory Search

Back
Top