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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Library CrystalInfoStoreLib - no SessionMgr object

Status
Not open for further replies.

cmmrfrds

Programmer
Feb 13, 2000
4,690
US
I am looking through the CrystalInfoStoreLib, but one object is missing. The SessionMgr object. Either I don't understand how the object is used or it is missing or it is buried in some other object or it is in another library or I have the wrong documentation.

Can anybody help me locate the object? I am using Crystal 10 and Crystal Enterprise 10.

Thank you.
 
make sure you have:

using System;
using System.IO;
using System.Collections;
using CrystalDecisions.Enterprise;
using CrystalDecisions.Enterprise.Desktop;
using CrystalDecisions.Enterprise.Viewing;
 
Thank you for your help. I found the SessionMgr object in the CrystalEnterpriseLib. Along with the CrystalInfoStoreLib, I have been able to connect and run queries to retrieve the infoobject data in my vba code.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top