SessionHandle specifies the session handle for a user once the UserName, and Password, properties have opened an Access.mdb file for use by the report.
[form.]Report.SessionHandle[= Handle%]
If you have already opened a Jet session in your Visual Basic application, you can set this property to be the current session handle. Otherwise, you will have to use the Password and UserName properties to establish the Jet session.
CrystalReport1.SessionHandle = CurrentSessionHandle
«Sets the session handle to the session handle returned elsewhere in the application and stored in the variable CurrentSessionHandle.»
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |