SetStatusMsg(String sMsg)
Messages for the Status_Panel object
PopupStatusPanel()
DeactivateStatusPanel()
- Boolean
pbCrystalLoadedProperty to hold if Crystal Reports RDC components are loaded
- Boolean
pbCrystalCDOLoadedProperty to hold if Crystal Reports XI CDO can be loaded
- Boolean
pbCrystalCKPresentProperty to hold if Crystal Reports Connectivity Kit DLLs are present
- tDLLVersion[]
pVersionInfoProperty to hold the version information of several parts of the Crystal connection
AddVersionInfo(String sDLLName)
- tDLLVersion[]
VersionInfo - Integer
iElements - Integer
iElement - Integer
iArrayElement - Integer
iVersionMajor - Integer
iVersionMinor - Integer
iVersionRelease - Integer
iVersionBuild - Integer
hoVersionInfo - Boolean
bIncluded
- Boolean
CheckForCrystal(Handle hoCrystalReport)
Check if Crystal Reports RDC components can be loaded
- Boolean
bCrystalLoaded - Integer
hoApplicationObject - String
sError
- Boolean
CheckForCDO(Handle hoCRReport)
Check if Crystal Reports CDO component can be created
- Boolean
bCDOFunctional - Boolean
bErrorState - String
sError - Integer
hoCDO
- Boolean
CheckCKFiles(Handle hoRegistry)
Check if Crystal Reports Connectivity Kit files are in the expected location
- Boolean
bCrystalCKFound - Boolean
bValueExists - Boolean
bDriverDLLExists - Boolean
bCrdbDLLExists - String
sCommonDir - String
sDriverDLL - String
sCrdbDLL - Integer
hDriverLib - Integer
hCrdbLib - Integer
iVoid
- Boolean
CheckForCrystalCK()
Check if Crystal Reports Connectivity Kit is present in the development environment
- Boolean
bOpen - Boolean
bCrystalCKFound - Integer
hoRegistry - String
sError
- Boolean
CheckCrystalEnvironment()
Check if all Crystal Reports pieces necessary for the report to run can be used
- Boolean
bCR - Boolean
bCDO - Boolean
bCK
DisplayDialog()
Display the dialog with information on tests performed
Page_Object(Boolean bPage)
- oCloseBtn : Button
OnClick()
- oIntroduction : cRichEdit
Page(Boolean bPageObject)
OnLinkClicked(Integer iPositionStart Integer iPositionEnd)
- Integer
hInstance - Integer
hWnd - String
sLinkText
- oCheckEnvironmentGroup : Group
- oCR : Form
Activating()
- oCDO : Form
Activating()
- oCK : Form
Activating()
- oCRComponentStatus : Textbox
- oCDOStatus : Textbox
- oCKStatus : Textbox
- oVersionInfoGrid : cCJGrid
- oCKModuleColumn : cCJGridColumn
- oVersionColumn : cCJGridColumn
Activating()
- Integer
iRetval - Integer
iElements - Integer
iElement - Integer
iItems - Integer
iItem - tDLLVersion[]
VersionInfo - tDataSourceRow[]
DataSource
ResetStatus(Handle hoStatusObject)
Reset status text to Untested
UpdateStatus(Handle hoStatusObject Boolean bOK)
Set the status text of the passed object according to result passed as parameter
- String
sStatus
ResetCRStatus()
Reset Crystal Reports status text to Untested
UpdateCRStatus(Boolean bOK)
Set the status text of Crystal Reports according to result passed as parameter
ResetCDOStatus()
Reset CDO status text to Untested
UpdateCDOStatus(Boolean bOK)
Set the status text of CDO according to result passed as parameter
ResetCKStatus()
Reset Conectivity Kit status text to Untested
UpdateCKStatus(Boolean bOK)
Set the status text of Connectivity Kit according to result passed as parameter
ResetStatuses()
Reset all status texts to Untested
- oCrystalReportTest : cCrystal