Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
191
Добавлен:
11.05.2015
Размер:
4.96 Mб
Скачать

Class Constants

The following constants, some of the more commonly used class constants, are discussed in this section.

Chart Type Constants, Page 477

Error Codes, Page 477

Section Codes, Page 480

Sort Order Constants, Page 480

Chart Type Constants

Constant

Description

 

 

 

 

PEP_SIDE_BY_SIDE_BAR_GRAPH

Side By Side bar charts.

 

 

PEP_STACKED_BAR_GRAPH

Stacked bar charts.

 

 

PEP_PERCENT_BAR_GRAPH

Percent bar charts.

PEP_FAKED_3D_SIDE_BY_SIDE_BAR_GRAPH

3D Side By Side bar charts.

 

 

PEP_FAKED_3D_STACKED_BAR_GRAPH

3D Stacked bar charts.

 

 

PEP_FAKED_3D_PERCENT_BAR_GRAPH

3D Percent bar charts.

 

 

PEP_PIE_GRAPH

Pie charts.

PEP_MULTIPLE_PIE_GRAPH

Multiple Pie charts.

 

 

PEP_PROPORTIONAL_MULTI_PIE_GRAPH

Weighted Pie charts.

 

 

PEP_LINE_GRAPH

Line charts.

 

 

PEP_AREA_GRAPH

Area charts.

PEP_THREED_BAR_GRAPH

3D bar charts.

 

 

PEP_USER_DEFINED_GRAPH

User Defined chart type.

 

 

PEP_UNKNOWN_TYPE_GRAPH

Unknown chart type.

 

 

Error Codes

 

 

 

Constant

Value

Description

 

 

 

 

 

 

CONSTANT PEP_ERR_NOERROR

INTEGER = 0

 

 

 

 

CONSTANT PEP_ERR_NOTENOUGHMEMORY

INTEGER = 500

 

CONSTANT PEP_ERR_INVALIDJOBNO

INTEGER = 501

 

CONSTANT PEP_ERR_INVALIDHANDLE

INTEGER = 502

 

 

 

 

Crystal Class Library for NewEra Reference

477

Constant

Value

Description

 

 

 

 

 

 

CONSTANT PEP_ERR_STRINGTOOLONG

INTEGER = 503

 

 

 

 

CONSTANT PEP_ERR_NOSUCHREPORT

INTEGER = 504

 

CONSTANT PEP_ERR_NODESTINATION

INTEGER = 505

 

 

 

 

CONSTANT PEP_ERR_BADFILENUMBER

INTEGER = 506

 

 

 

 

CONSTANT PEP_ERR_BADFILENAME

INTEGER = 507

 

 

 

 

CONSTANT PEP_ERR_BADFIELDNUMBER

INTEGER = 508

 

CONSTANT PEP_ERR_BADFIELDNAME

INTEGER = 509

 

 

 

 

CONSTANT PEP_ERR_BADFORMULANAME

INTEGER = 510

 

 

 

 

CONSTANT PEP_ERR_BADSORTDIRECTION

INTEGER = 511

 

 

 

 

CONSTANT PEP_ERR_ENGINENOTOPEN

INTEGER = 512

 

 

 

 

CONSTANT PEP_ERR_INVALIDPRINTER

INTEGER = 513

 

CONSTANT PEP_ERR_PRINTFILEEXISTS

INTEGER = 514

 

 

 

 

CONSTANT PEP_ERR_BADFORMULATEXT

INTEGER = 515

 

 

 

 

CONSTANT PEP_ERR_BADGROUPSECTION

INTEGER = 516

 

 

 

 

CONSTANT PEP_ERR_ENGINEBUSY

INTEGER = 517

 

CONSTANT PEP_ERR_BADSECTION

INTEGER = 518

 

 

 

 

CONSTANT PEP_ERR_NOPRINTWINDOW

INTEGER = 519

 

 

 

 

CONSTANT PEP_ERR_JOBALREADYSTARTED

INTEGER = 520

 

 

 

 

CONSTANT PEP_ERR_BADSUMMARYFIELD

INTEGER = 521

 

CONSTANT PEP_ERR_NOTENOUGHSYSRES

INTEGER = 522

 

CONSTANT PEP_ERR_BADGROUPCONDITION

INTEGER = 523

 

 

 

 

CONSTANT PEP_ERR_JOBBUSY

INTEGER = 524

 

 

 

 

CONSTANT PEP_ERR_BADREPORTFILE

INTEGER = 525

 

 

 

 

CONSTANT PEP_ERR_NODEFAULTPRINTER

INTEGER = 526

 

CONSTANT PEP_ERR_SQLSERVERERROR

INTEGER = 527

 

 

 

 

CONSTANT PEP_ERR_BADLINENUMBER

INTEGER = 528

 

 

 

 

CONSTANT PEP_ERR_DISKFULL

INTEGER = 529

 

 

 

 

CONSTANT PEP_ERR_FILEERROR

INTEGER = 530

 

CONSTANT PEP_ERR_INCORRECTPASSWORD

INTEGER = 531

 

 

 

 

CONSTANT PEP_ERR_BADDATABASEDLL

INTEGER = 532

 

 

 

 

CONSTANT PEP_ERR_BADDATABASEFILE

INTEGER = 533

 

 

 

 

CONSTANT PEP_ERR_ERRORINDATABASEDLL

INTEGER = 534

 

CONSTANT PEP_ERR_DATABASESESSION

INTEGER = 535

 

CONSTANT PEP_ERR_DATABASELOGON

INTEGER = 536

 

 

 

 

Crystal Class Library for NewEra Reference

478

Constant

Value

Description

 

 

 

 

 

 

CONSTANT PEP_ERR_DATABASELOCATION

INTEGER = 537

 

 

 

 

CONSTANT PEP_ERR_BADSTRUCTSIZE

INTEGER = 538

 

CONSTANT PEP_ERR_BADDATE

INTEGER = 539

 

 

 

 

CONSTANT PEP_ERR_BADEXPORTDLL

INTEGER = 540

 

 

 

 

CONSTANT PEP_ERR_ERRORINEXPORTDLL

INTEGER = 541

 

 

 

 

CONSTANT PEP_ERR_PREVATFIRSTPAGE

INTEGER = 542

 

CONSTANT PEP_ERR_NEXTATLASTPAGE

INTEGER = 543

 

 

 

 

CONSTANT PEP_ERR_CANNOTACCESSREPORT

INTEGER = 544

 

 

 

 

CONSTANT PEP_ERR_USERCANCELLED

INTEGER = 545

 

 

 

 

CONSTANT PEP_ERR_OLE2NOTLOADED

INTEGER = 546

 

 

 

 

CONSTANT PEP_ERR_BADCROSSTABGROUP

INTEGER = 547

 

CONSTANT PEP_ERR_NOCTSUMMARIZEDFIELD

INTEGER = 548

 

 

 

 

CONSTANT PEP_ERR_DESTINATIONNOTEXPORT

INTEGER = 549

 

 

 

 

CONSTANT PEP_ERR_INVALIDPAGENUMBER

INTEGER = 550

 

 

 

 

CONSTANT PEP_ERR_NOTSTOREDPROCEDURE

INTEGER = 552

 

CONSTANT PEP_ERR_INVALIDPARAMETER

INTEGER = 553

 

 

 

 

CONSTANT PEP_ERR_GRAPHNOTFOUND

INTEGER = 554

 

 

 

 

CONSTANT PEP_ERR_INVALIDGRAPHTYPE

INTEGER = 555

 

 

 

 

CONSTANT PEP_ERR_INVALIDGRAPHDATA

INTEGER = 556

 

CONSTANT PEP_ERR_CANNOTMOVEGRAPH

INTEGER = 557

 

CONSTANT PEP_ERR_INVALIDGRAPHTEXT

INTEGER = 558

 

 

 

 

CONSTANT PEP_ERR_INVALIDGRAPHOPT

INTEGER = 559

 

 

 

 

CONSTANT PEP_ERR_BADSECTIONHEIGHT

INTEGER = 560

 

 

 

 

CONSTANT PEP_ERR_BADVALUETYPE

INTEGER = 561

 

CONSTANT PEP_ERR_INVALIDSUBREPORTNAME

INTEGER = 562

 

 

 

 

CONSTANT PEP_ERR_NOPARENTWINDOW

INTEGER = 564

No dialog parent

 

 

window.

 

 

 

CONSTANT PEP_ERR_INVALIDZOOMFACTOR

INTEGER = 565

Invalid zoom

 

 

factor.

 

 

 

CONSTANT PEP_ERR_PAGESIZEOVERFLOW

INTEGER = 567

 

 

 

 

CONSTANT PEP_ERR_LOWSYSTEMRESOURCES

INTEGER = 568

 

 

 

 

CONSTANT PEP_ERR_BADGROUPNUMBER

INTEGER = 570

 

CONSTANT PEP_ERR_INVALIDNEGATIVEVALUE

INTEGER = 572

 

 

 

 

CONSTANT PEP_ERR_INVALIDMEMORYPOINTER

INTEGER = 573

 

 

 

 

CONSTANT PEP_ERR_INVALIDPARAMETERNUMBER

INTEGER = 594

 

 

 

 

Crystal Class Library for NewEra Reference

479

Constant

 

Value

Description

 

 

 

 

 

 

 

 

CONSTANT PEP_ERR_SQLSERVERNOTOPENED

INTEGER = 599

 

 

 

 

 

CONSTANT PEP_ERR_NOTIMPLEMENTED

INTEGER = 999

 

Section Codes

 

 

 

 

 

 

 

 

 

 

 

Constant

Description

 

 

 

 

 

 

 

 

 

 

PEP_ALLSECTIONS

All sections.

 

 

 

 

 

 

PEP_HEADERSECTION

Page Header section.

 

 

PEP_GROUPHEADER

Group Header section.

 

 

 

 

 

 

PEP_DETAILSECTION

Details section.

 

 

 

 

 

 

PEP_GROUPFOOTER

Group Footer section.

 

 

 

 

 

 

PEP_GRANDTOTALSECTION

Grand Total section.

 

 

PEP_FOOTERSECTION

Page Footer section.

 

 

 

 

 

 

Sort Order Constants

Constant

Description

 

 

 

 

PEP_SF_ASCENDING

Sorts data in ascending order (A to Z, 1 to 9).

PEP_SF_DESCENDING

Sorts data in descending order (Z to A, 9 to 1).

 

 

Crystal Class Library for NewEra Reference

480

I N D E X

A

 

Action property........................

178

ActivatePrintWindow event,

 

REOL ..................................

380

ActivateView method

 

CRViewer ActiveX .............

145

ActiveX

 

Crystal Smart Viewers............

2

Smart Viewer Object

 

Model ..............................

140

ActiveX Controls

 

error messages...................

278

methods ............................

266

properties ..........................

174

ActiveX methods

 

FetchSelectionFormula ......

267

GetNSubreports.................

267

GetNthSubreportName......

268

LogoffServer ......................

268

LogonServer ......................

269

PageCount.........................

270

PageFirst............................

270

PageLast ............................

270

PageNext...........................

271

PagePrevious .....................

271

PageShow..........................

272

PageZoom .........................

272

PageZoomNext..................

273

PrinterSelect ......................

273

PrintReport ........................

274

ReplaceSelection

 

Formula ...........................

274

Reset .................................

275

RetrieveDataFiles...............

275

RetrieveLogonInfo .............

276

RetrieveSQLQuery.............

276

RetrieveStoredProc

 

Params.............................

277

SpecifyDataSourceField.....

277

ActiveX properties

 

Action ...............................

178

BoundReportFooter ...........

178

BoundReportHeading ........

179

Connect.............................

180

CopiesToPrinter.................

181

DataFiles ...........................

182

DataSource........................

183

Destination........................

183

DetailCopies......................

184

DialogParentHandle ..........

185

DiscardSavedData .............

186

EMailCCList.......................

186

EMailMessage....................

187

EMailSubject .....................

188

EMailToList ........................

188

EMailVIMBCCList ..............

189

ExchangeFolder .................

190

ExchangePassword.............

191

ExchangeProfile .................

191

Formulas............................

192

GraphData.........................

193

GraphOptions....................

195

GraphText..........................

196

GraphType.........................

198

GroupCondition.................

199

GroupSelectionFormula .....

201

GroupSortFields .................

202

LastErrorNumber................

203

LastErrorString....................

204

LogOnInfo .........................

205

MarginBottom....................

206

MarginLeft .........................

207

MarginRight .......................

208

MarginTop .........................

209

ParameterFields..................

209

Password ...........................

210

PrintDay ............................

211

PrinterCollation..................

212

PrinterCopies .....................

213

PrinterDriver ......................

214

PrinterName ......................

215

PrinterPort..........................

216

PrinterStartPage..................

217

PrinterStopPage..................

217

PrintFileCharSepQuote.......

218

PrintFileCharSep

 

Separator..........................

219

PrintFileLinesPerPage.........

220

PrintFileName....................

220

PrintFileODBCPassword ....

221

PrintFileODBCSource ........

222

PrintFileODBCTable ..........

222

PrintFileODBCUser............

223

PrintFileType......................

223

PrintFileUseRptDate

 

Fmt...................................

226

PrintFileUseRptNumber

 

Fmt...................................

227

PrintMonth.........................

228

PrintYear............................

229

ProgressDialog...................

230

RecordsPrinted...................

230

RecordsRead......................

231

RecordsSelected.................

232

Report Title ........................

236

ReportDisplayPage.............

232

ReportFileName .................

233

ReportLatestPage................

234

ReportSource.....................

235

ReportStartPage .................

235

SectionFont .......................

236

SectionFormat ...................

238

SectionLineHeight .............

239

SectionMinHeight..............

240

SelectionFormula...............

241

SessionHandle...................

242

SortFields...........................

243

SQLQuery .........................

244

Status.................................

245

StoredPracParam ...............

246

SubreportToChange...........

247

UserName .........................

248

WindowAllowDrill

 

Down ..............................

249

WindowBorderStyle ..........

249

WindowControlBox...........

250

WindowControls ...............

251

WindowHeight..................

252

WindowLeft.......................

252

WindowMaxButton ...........

253

WindowMinButton............

254

WindowParentHandle .......

255

WindowShowCancel

 

Btn...................................

255

WindowShowCloseBtn......

256

WindowShowExportBtn.....

257

WindowShowGroup

 

Tree .................................

257

WindowShowNavigation

 

CtIs ..................................

258

WindowShowPrint

 

Btn...................................

259

WindowShowPrintSetup

 

Btn...................................

259

WindowShowProgress

 

CtIs ..................................

260

WindowShowRefresh

 

Btn...................................

261

WindowShowSearch

 

Btn...................................

261

WindowShowZoom

 

CtI....................................

262

WindowState.....................

263

WindowTitle .....................

264

WindowTop ......................

264

WindowWidth...................

265

Add method

 

Report Designer SortFields

 

Object .............................

112

Add method, REOL ..................

366

Index-1

AddCurrentRange method

 

Report Designer

 

ParameterFieldDefinition

 

Object ...............................

88

AddCurrentValue method

 

Report Designer

 

ParameterFieldDefinition

 

Object ...............................

88

AddDefaultValue method

 

Report Designer

 

ParameterFieldDefinition

 

Object ...............................

89

AddField method

 

CrystalComObject .............

129

AddGroup method

 

Report Designer Report

 

Object ...............................

99

AddGroup method, REOL ........

351

AddRows method

 

CrystalComObject .............

130

AddView method

 

CRViewer ActiveX .............

146

applets

 

Smart Viewer.......................

10

Application Object

 

CanClose method,

 

REOL ...............................

291

ClearError method,

 

REOL ...............................

291

LogOffServer method,

 

REOL ...............................

292

LogOnServer method,

 

REOL ...............................

292

OpenReport method,

 

REOL ...............................

293

Application Object,

 

REOL ..................................

290

Area Object, REOL...................

294

AreaOptions Object,

 

REOL ..................................

295

Areas Collection, REOL............

296

B

 

Beans

 

Java Smart Viewer .................

9

BlobFieldObject Object,

 

REOL ..................................

297

BoundReportFooter

 

property ..............................

178

BoundReportHeading

 

property ..............................

179

BoxObject Object, REOL .........

298

C

 

 

CancelButtonClicked event,

 

REOL...................................

 

381

CancelPrinting method

 

Report Designer Report

 

Object..............................

 

100

CancelPrinting method,

 

REOL...................................

 

352

CanClose method

 

 

Report Designer Application

Object................................

 

18

CanClose method, REOL ..........

291

Check method

 

 

Report Designer

 

 

FormulaFieldDefinition

 

Object................................

 

53

Check method, REOL

...............

320

ClearCurrentValueAndRange

 

method

 

 

Report Designer

 

 

ParameterFieldDefinition

 

Object................................

 

89

ClearError method,

 

 

REOL...........................

291, 352

Clicked event, CRViewer

 

ActiveX................................

 

153

Close method,

 

 

REOL...................

376, 378, 380

CloseButtonClicked event,

 

CRViewer ActiveX

...............

153

CloseButtonClicked event,

 

REOL...................................

 

381

ClosePrintWindow event,

 

REOL...................................

 

382

CloseView method, CRViewer

 

ActiveX................................

 

146

Collections

 

 

Areas, Report Designer.........

24

DatabaseFieldDefinitions,

 

Report Designer

.................

36

DatabaseTables, Report

 

Designer.............................

 

40

FormulaFieldDefinitions,

 

Report Designer

.................

53

GroupNameFieldDefinitions,

Report Designer

.................

66

Pages, Report Designer ........

83

ParameterFieldDefinitions,

 

Report Designer

.................

92

Report Designer ...................

 

12

ReportObjects, Report

 

Designer...........................

 

103

RunningTotalFieldDefinitions,

Report Designer

...............

106

Sections, Report

 

Designer ..........................

110

SortFields, Report

 

Designer ..........................

111

SQLExpressionField

 

Definitions, Report

 

Designer ..........................

117

SummaryFieldDefiinitions,

 

Report Designer ...............

123

Connect property .....................

180

CopiesToPrinter property .........

181

CRDataSource .........................

135

CreatePageGenerator method

 

Report Designer PageEngine

Object ...............................

75

CreatePageGenerator method,

 

REOL ..................................

333

CrossTabObject Object,

 

REOL ..................................

299

CRPEExportOptions class,

 

NewEra Class Library ..........

461

CRPEExportOptions::CRPEExport

Options constructor, NewEra

Class Library .......................

462

CRPEGraphDataInfo class,

 

NewEra Class Library ..........

465

CRPEGraphDataInfo::CRPEGraph

DataInfo constructor, NewEra

Class Library .......................

465

CRPEGraphOptions class,

 

NewEra Class Library ..........

466

CRPEGraphOptions::CRPEGraph

Options constructor, NewEra

Class Library .......................

467

CRPEGraphTextInfo class, New

 

Era Class Library..................

468

CRPEGraphTextInfo::CRPEGraph

TextInfo constructor, NewEra

Class Library .......................

468

CRPEJob class, NewEra Class

 

Library ................................

403

CRPEJob::Cancel method, New

 

Era Class Library..................

407

CRPEJob::CheckFormula method,

NewEra Class Library ..........

407

CRPEJob::CheckGroupSelection

Formula method, NewEra Class

Library ................................

408

CRPEJob::CheckSelectionFormula

method, NewEra Class

 

Library ................................

408

CRPEJob::Close method, NewEra

Class Library .......................

409

CRPEJob::CloseWindow method,

NewEra Class Library ..........

409

Index-2

CRPEJob::CRPEJob constructor,

 

CRPEJob::GetNGroupSortFields

 

CRPEJob::OutputToPrinter method,

NewEra Class Library ..........

403

method, NewEra Class

 

NewEra Class Library ..........

435

CRPEJob::DeleteNthGroupSort

 

Library.................................

423

CRPEJob::OutputToWindow

 

Field method, NewEra Class

 

CRPEJob::GetNLinesInSection

 

method, NewEra Class

 

Library ................................

409

method, NewEra Class

 

Library ................................

436

CRPEJob::DeleteNthSortField

 

Library.................................

424

CRPEJob::PrintControlsShowing

 

method, NewEra Class

 

CRPEJob::GetNParams method,

 

method, NewEra Class

 

Library ................................

410

NewEra Class Library...........

424

Library ................................

437

CRPEJob::ExportPrintWindow

 

CRPEJob::GetNSortFields method,

CRPEJob::PrintWindow method,

method, NewEra Class

 

NewEra Class Library...........

425

NewEra Class Library ..........

437

Library ................................

410

CRPEJob::GetNTables method,

 

CRPEJob::SelectPrinter method,

 

CRPEJob::ExportTo method,

 

NewEra Class Library...........

425

NewEra Class Library ..........

438

NewEra Class Library ..........

411

CRPEJob::GetNthFormula method,

CRPEJob::SetFont method,

 

CRPEJob::GetErrorCode method,

NewEra Class Library...........

425

NewEra Class Library ..........

438

NewEra Class Library ..........

411

CRPEJob::GetNthGroupSortField

CRPEJob::SetFormula method,

 

CRPEJob::GetErrorText method,

 

method, NewEra Class

 

NewEra Class Library ..........

442

NewEra Class Library ..........

412

Library.................................

426

CRPEJob::SetGraphData method,

CRPEJob::GetExportOptions

 

CRPEJob::GetNthParam method,

NewEra Class Library ..........

442

method, NewEra Class

 

NewEra Class Library...........

427

CRPEJob::SetGraphOptions

 

Library ................................

412

CRPEJob::GetNthSortField method,

method, NewEra Class

 

CRPEJob::GetFormula method,

 

NewEra Class Library...........

427

Library ................................

443

NewEra Class Library ..........

413

CRPEJob::GetNthTableLocation

 

CRPEJob::SetGraphText method,

CRPEJob::GetGraphData method,

method, NewEra Class

 

NewEra Class Library ..........

444

NewEra Class Library ..........

413

Library.................................

428

CRPEJob::SetGraphType method,

CRPEJob::GetGraphOptions

 

CRPEJob::GetNthTableLogOnInfo

NewEra Class Library ..........

444

method, NewEra Class

 

method, NewEra Class

 

CRPEJob::SetGroupCondition

 

Library ................................

414

Library.................................

429

method, NewEra Class

 

CRPEJob::GetGraphText method,

CRPEJob::GetNthTableSessionInfo

Library ................................

445

NewEra Class Library ..........

415

method, NewEra Class

 

CRPEJob::SetGroupSelection

 

CRPEJob::GetGraphType method,

Library.................................

429

Formula method, NewEra

 

NewEra Class Library ..........

415

CRPEJob::GetNthTableType

 

Class Library .......................

447

CRPEJob::GetGroupCondition

 

method, NewEra Class

 

CRPEJob::SetLineHeight method,

method, NewEra Class

 

Library.................................

430

NewEra Class Library ..........

447

Library ................................

416

CRPEJob::GetPrintDate method,

CRPEJob::SetMargins method,

 

CRPEJob::GetGroupSelectionForm

NewEra Class Library...........

430

NewEra Class Library ..........

448

ula method, NewEra Class

 

CRPEJob::GetPrintOptions method,

CRPEJob::SetMinimumSection

 

Library ................................

418

NewEra Class Library...........

431

Height method, NewEra

 

CRPEJob::GetJobHandle method,

CRPEJob::GetReportTitle method,

Class Library .......................

449

NewEra Class Library ..........

419

NewEra Class Library...........

431

CRPEJob::SetNDetailCopies

 

CRPEJob::GetJobStatus method,

 

CRPEJob::GetSectionFormat

 

method, NewEra Class

 

NewEra Class Library ..........

419

method, NewEra Class

 

Library ................................

449

CRPEJob::GetLineHeight method,

Library.................................

432

CRPEJob::SetNthGroupSortField

NewEra Class Library ..........

420

CRPEJob::GetSelectedPrinter

 

method, NewEra Class

 

CRPEJob::GetMargins method,

 

method, NewEra Class

 

Library ................................

450

NewEra Class Library ..........

421

Library.................................

433

CRPEJob::SetNthParam method,

CRPEJob::GetMinimumSection

 

CRPEJob::GetSelectionFormula

 

NewEra Class Library ..........

451

Height method, NewEra

 

method, NewEra Class

 

CRPEJob::SetNthSortField method,

Class Library .......................

421

Library.................................

433

NewEra Class Library ..........

451

CRPEJob::GetNDetailCopies

 

CRPEJob::GetSQLQuery method,

CRPEJob::SetNthTableLogOnInfo

method, NewEra Class

 

NewEra Class Library...........

434

method, NewEra Class

 

Library ................................

422

CRPEJob::IsJobFinished method,

Library ................................

453

CRPEJob::GetNFormulas method,

NewEra Class Library...........

434

CRPEJob::SetNthTableSessionInfo

NewEra Class Library ..........

422

CRPEJob::NextWindow

 

method, NewEra Class

 

CRPEJob::GetNGroups method,

 

Magnification method,

 

Library ................................

453

NewEra Class Library ..........

423

NewEra Class Library...........

435

CRPEJob::SetPrintDate method,

 

 

 

 

 

NewEra Class Library ..........

454

 

 

 

 

 

 

Index-3

CRPEJob::SetPrintOptions method,

CRPEngine::GetVersion method,

DragDrop, ActiveX

 

NewEra Class Library ..........

455

NewEra Class Library...........

398

SmartViewer ....................

155

CRPEJob::SetReportTitle method,

CRPEngine::LogOffServer method,

DragOver, ActiveX

 

NewEra Class Library ..........

455

NewEra Class Library...........

399

SmartViewer ....................

155

CRPEJob::SetSectionFormat

 

CRPEngine::LogOnServer method,

DrillOnDetail, ActiveX

 

method, NewEra Class

 

NewEra Class Library...........

399

SmartViewer ....................

156

Library ................................

456

CRPEngine::LogOnSQLServerWith

DrillOnGroup, ActiveX

 

CRPEJob::SetSelectionFormula

 

PrivateInfo method, NewEra

 

SmartViewer ....................

156

method, NewEra Class

 

Class Library........................

400

ExportButtonClicked, ActiveX

Library ................................

457

CRPEngine::Open method, NewEra

SmartViewer ....................

157

CRPEJob::SetTableLocation

 

Class Library........................

401

FirstPageButtonClicked,

 

method, NewEra Class

 

CRPEngine::OpenJob method,

 

ActiveX SmartViewer .......

157

Library ................................

452

NewEra Class Library...........

402

GotFocus, ActiveX

 

CRPEJob::ShowFirstPage method,

CRPEngine::PrintReport method,

SmartViewer ....................

157

NewEra Class Library ..........

458

NewEra Class Library...........

402

GoToPageNClicked, ActiveX

CRPEJob::ShowPrintControls

 

CRPEPrintOptions class, NewEra

SmartViewer ....................

158

method, NewEra Class

 

Class Library........................

471

GroupTreeButtonClicked,

 

Library ................................

458

CRPEPrintOptions::CRPEPrint

 

ActiveX SmartViewer .......

158

CRPEJob::StartJob method, New

Options constructor, NewEra

LastPageButtonClicked,

 

Era Class Library..................

459

Class Library........................

471

ActiveX SmartViewer .......

158

CRPEJob::TestNthTable

 

CRPESectionOptions class,

 

LostFocus, ActiveX

 

Connectivity method,

 

NewEra Class Library...........

472

SmartViewer ....................

159

NewEra Class Library ..........

459

CRPESectionOptions::CRPESection

NextPageButtonClicked,

 

CRPEJob::ZoomPreviewWindow

Options constructor, NewEra

ActiveX SmartViewer .......

159

method, NewEra Class

 

Class Library........................

473

OnReportSourceError, ActiveX

Library ................................

460

CRPESessionInfo class, NewEra

 

SmartViewer ....................

159

CRPEJob:SetSQLQuery method,

Class Library........................

474

PrevPageButtonClicked,

 

NewEra Class Library ..........

457

CRPESessionInfo::CRPESession

 

ActiveX SmartViewer .......

160

CRPEJobInfo class, NewEra

 

Info constructor, NewEra

 

PrintButtonClicked, ActiveX

Class Library .......................

469

Class Library........................

475

SmartViewer ....................

160

CRPEJobInfo::CRPEJobInfo

 

CRPETableLocation class, NewEra

RefreshButtonClicked,

 

constructor, NewEra Class

 

Class Library........................

475

ActiveX SmartViewer .......

160

Library ................................

470

CRPETableLocation::CRPETable

SearchButtonClicked,

 

CRPELogOnInfo class, NewEra

 

Location constructor, NewEra

ActiveX SmartViewer .......

161

Class Library .......................

470

Class Library........................

476

SearchExpertButtonClicked,

CRPELogOnInfo::CRPELogOnInfo

CRPETableType class, NewEra

 

ActiveX SmartViewer .......

161

constructor, NewEra Class

 

Class Library........................

476

SelectionFormulaBuilt,

 

Library ................................

470

CRPETableType::CRPETableType

ActiveX SmartViewer .......

161

CRPEngine class, NewEra Class

 

constructor, NewEra Class

 

SelectionFormulaButton

 

Library ................................

394

Library.................................

476

Clicked, ActiveX

 

CRPEngine::CanClose method,

 

CRVEventInfo object,

 

SmartViewer ....................

162

NewEra Class Library ..........

396

ActiveX................................

142

ShowGroup, ActiveX

 

CRPEngine::Close method,

 

CRVEventInfo properties,

 

SmartViewer ....................

162

NewEra Class Library ..........

396

ActiveX................................

142

StopButtonClicked, ActiveX

CRPEngine::CRPEngine

 

CRViewer events

 

SmartViewer ....................

162

constructor, NewEra Class

 

Clicked, ActiveX

 

Validate, ActiveX

 

Library ................................

395

SmartViewer.....................

153

SmartViewer ....................

163

CRPEngine::GetEngineStatus

 

CloseButtonClicked, ActiveX

ViewChanged, ActiveX

 

method, NewEra Class

 

SmartViewer.....................

153

SmartViewer ....................

163

Library ................................

396

DblClicked, ActiveX

 

ZoomLevelChanged, ActiveX

CRPEngine::GetErrorCode method,

SmartViewer.....................

153

SmartViewer ....................

164

NewEra Class Library ..........

397

DownloadFinished, ActiveX

CRViewer events, ActiveX........

153

CRPEngine::GetErrorText method,

SmartViewer.....................

154

CRViewer methods

 

NewEra Class Library ..........

397

DownloadStarted, ActiveX

 

ActivateView, ActiveX

 

CRPEngine::GetNPrintJobs method,

SmartViewer.....................

154

SmartViewer ....................

145

NewEra Class Library ..........

398

 

 

 

 

 

 

 

 

 

 

Index-4

AddView, ActiveX

 

SmartViewer ....................

146

CloseView, ActiveX

 

SmartViewer ....................

146

Drag, ActiveX

 

SmartViewer ....................

146

ExportReport, ActiveX

 

SmartViewer ....................

147

GetCurrentPageNumber,

 

ActiveX SmartViewer .......

147

GetViewPath, ActiveX

 

SmartViewer ....................

147

Move, ActiveX

 

SmartViewer......................

148

PrintReport, ActiveX

 

SmartViewer ....................

148

Refresh, ActiveX

 

SmartViewer ....................

149

SearchByFormula, ActiveX

 

SmartViewer ....................

149

SearchForText, ActiveX

 

SmartViewer ....................

149

SetFocus, ActiveX

 

SmartViewer ....................

150

ShowFirstPage, ActiveX

 

SmartViewer ....................

150

ShowGroup, ActiveX

 

SmartViewer ....................

150

ShowLastPage, ActiveX

 

SmartViewer ....................

150

ShowNextPage, ActiveX

 

SmartViewer ....................

151

ShowNthPage, ActiveX

 

SmartViewer ....................

151

ShowPreviousPage, ActiveX

SmartViewer ....................

151

ShowWhatsThis, ActiveX

 

SmartViewer ....................

151

ViewReport, ActiveX

 

SmartViewer ....................

152

Z Order, ActiveX

 

SmartViewer ....................

152

Zoom, ActiveX

 

SmartViewer ....................

152

CRViewer methods, ActiveX ....

145

CRViewer Object .........................

3

ActiveX..............................

143

CRViewer properties,

 

ActiveX ...............................

143

CRVTrackCursorInfo object,

 

ActiveX ...............................

164

CRVTrackCursorInfo properties,

ActiveX ...............................

164

Crystal Class Library for NewEra

see NewEra Class Library

 

Crystal Data Objects ................

128

Crystal Data Source

 

Type Library.......................

135

Crystal Smart Viewers

 

see Smart Viewer

 

CrystalComObject ....................

128

D

 

data

 

secure, and Smart

 

Viewer .................................

4

Database Object

 

Verify method, REOL .........

300

Database Object, REOL............

299

DatabaseFieldDefinition Object,

REOL...................................

300

DatabaseFieldDefinitions

 

Collection, REOL.................

302

DatabaseParameter Object,

 

REOL...................................

303

DatabaseParameters Collection,

REOL...................................

304

DatabaseTable Object

 

GetPrivateData method,

 

REOL................................

306

SetLogOnInfo method,

 

REOL................................

307

SetPrivateData method,

 

REOL................................

307

SetSessionInfo method,

 

REOL................................

308

TestConnectivity method,

 

REOL................................

309

DatabaseTable Object,

 

REOL...................................

305

DatabaseTables Collection,

 

REOL...................................

309

DataFiles property ....................

182

DataSource property.................

183

DblClicked event, CRViewer

 

ActiveX................................

153

DeactivatePrintWindow event,

 

REOL...................................

382

Delete method

 

Report Designer SortFields

 

Object..............................

112

Delete method, REOL...............

366

DeleteField method

 

CrystalComObject..............

130

DeleteNthDefaultValue method

Report Designer

 

ParameterFieldDefinition

 

Object................................

89

Destination property.................

183

DetailCopies property...............

184

DialogParentHandle

 

property ..............................

185

DiscardSavedData method

 

Report Designer Report

 

Object .............................

100

DiscardSavedData method,

 

REOL ..................................

352

DiscardSavedData property .....

186

DownloadFinished event,

 

CRViewer ActiveX...............

154

DownloadStarted event, CRViewer

ActiveX ...............................

154

Drag method, CRViewer

 

ActiveX ...............................

146

DragDrop event, CRViewer

 

ActiveX ...............................

155

DragOver event, CRViewer

 

ActiveX ...............................

155

DrillOnDetail event, CRViewer

 

ActiveX ...............................

156

DrillOnDetail event, REOL ......

382

DrillOnGraph method

 

Report Designer Page

 

Generator Object...............

79

DrillOnGraph method,

 

REOL .......................................

336

DrillOnGroup event, CRViewer

 

ActiveX ...............................

156

DrillOnGroup event, REOL......

383

DrillOnMap method

 

Report Designer Page

 

Generator Object...............

79

DrillOnSubreport method

 

Report Designer Page

 

Generator Object...............

79

E

 

EMailCCList property ...............

186

EMailMessage property ............

187

EMailSubject property..............

188

EMailToList property ................

188

EMailVIMBCCList property ......

189

Error Codes, REOL ...................

390

Error Messages

 

ActiveX Controls................

278

EventInfo Object, REOL ...........

310

events

 

Clicked, CRViewer

 

ActiveX............................

153

ClosedButtonClicked,

 

CRViewer ActiveX ...........

153

CRViewer, ActiveX ............

153

DblClicked, CRViewer

 

ActiveX............................

153

Index-5

DownloadFinished, CRViewer

Validate, CRViewer

 

 

GetCurrentPageNumber method,

ActiveX ............................

154

ActiveX ............................

 

163

CRViewer ActiveX...............

147

DownloadStarted, CRViewer

ViewChanged, CRViewer

 

GetEOF method

 

ActiveX ............................

154

ActiveX ............................

 

163

CrystalComObject.............

131

DragDrop, CRViewer

 

ViewChangeEvent,

 

 

GetFieldData method

 

ActiveX ............................

155

SmartViewer JavaBean .....

170

CrystalComObject.............

132

DragOver, CRViewer

 

ZoomLevelChanged,CRViewer

GetFieldName method

 

ActiveX..............................

155

ActiveX ............................

 

164

CrystalComObject.............

132

DrillOnDetail, CRViewer

 

ExchangeFolder property ..........

 

190

GetFieldType method

 

ActiveX ............................

156

ExchangePassword ...................

 

191

CrystalComObject.............

133

DrillOnGroup, CRViewer

 

ExchangeProfile........................

 

191

GetNextRows method

 

ActiveX ............................

156

Export method

 

 

Report Designer Report

 

ExportButtonClicked,

 

Report Designer Report

 

Object .............................

101

CRViewer ActiveX ...........

157

Object..............................

 

100

GetNSubreports method ..........

267

FirstPageButtonClicked,

 

Export method, REOL .......

352, 376

GetNthCurrentRange method

 

CRViewer ActiveX ...........

157

ExportButtonClicked event,

 

Report Designer

 

Format, Report Designer

 

CRViewer ActiveX ...............

 

157

ParameterFieldDefinition

 

Section Object .................

108

ExportButtonClicked event,

 

Object ...............................

90

GotFocus, CRViewer

 

REOL...................................

 

384

GetNthCurrentValue method

 

ActiveX ............................

157

ExportOptions Object

 

 

Report Designer

 

GoToPageNClicked, CRViewer

PromptForExportOptions

 

ParameterFieldDefinition

 

ActiveX ............................

158

method, REOL..................

 

314

Object ...............................

90

GroupTreeButtonClicked,

 

Reset method, REOL ..........

 

314

GetNthDefaultValue method

 

CRViewer ActiveX ...........

158

ExportOptions Object,

 

 

Report Designer

 

LastPageButtonClicked,

 

REOL...................................

 

310

ParameterFieldDefinition

 

CRViewer ActiveX ...........

158

ExportReport method, CRViewer

Object ...............................

91

LostFocus, CRViewer

 

ActiveX................................

 

147

GetNthSubreportName

 

ActiveX ............................

159

F

 

 

method ...............................

268

NextPageButtonClicked,

 

 

 

GetPageNumberForGroup method

CRViewer ActiveX ...........

159

FetchSelectionFormula

 

 

Report Designer Page

 

OnReportSourceError,

 

method................................

 

267

Generator Object...............

80

CRViewer ActiveX ...........

159

FieldDefinitions Collection,

 

GetPageNumberForGroup

 

PrevPageButtonClicked,

 

 

method, REOL

336

 

REOL...................................

 

314

CRViewer ActiveX ...........

160

FieldObject Object, REOL ........

 

315

GetPrivateData method,

 

PrintButtonClicked,

 

FieldValue Object, REOL..........

 

316

REOL ..................................

306

CRViewer ActiveX ...........

160

FirstPageButtonClicked event,

 

GetViewPath method, CRViewer

RefreshButtonClicked,

 

 

ActiveX

147

 

CRViewer ActiveX ...............

 

157

CRViewer ActiveX ...........

160

FirstPageButtonClicked event,

 

GlobalOptions Object,

 

SearchButtonClicked,

 

REOL...................................

 

384

REOL .......................................

321

CRViewer ActiveX ...........

161

Font Object, REOL ...................

 

316

GotFocus event, CRViewer

 

SearchExpertButtonClicked,

Format event

 

 

ActiveX ....................................

157

CRViewer ActiveX

161

 

 

GoToPageNClicked event,

 

Report Designer Section

 

 

SelectionFormulaBuilt,

 

Object ...............................

 

108

CRViewer ActiveX...............

158

CRViewer ActiveX ...........

161

FormulaFieldDefinition Object

 

GraphData...............................

193

SelectionFormulaButton

 

Check method, REOL

 

320

GraphObject Object, REOL .....

322

Clicked, CRViewer

 

 

GraphOptions

195

 

FormulaFieldDefinition Object,

 

ActiveX ............................

162

REOL...................................

 

318

GraphText................................

196

ServerRequestEvent,

 

FormulaFieldDefinitions

 

 

GraphType...............................

198

SmartViewer JavaBean .....

170

Collection, REOL

 

320

GroupAreaOptions Object,

 

ShowGroup, CRViewer

 

 

REOL

325

 

Formulas ..................................

 

192

ActiveX ............................

162

G

 

 

GroupCondition.......................

199

Smart Viewer.........................

5

 

 

GroupNameFieldDefinition

 

SmartViewer, JavaBean......

170

GetColCount method

 

 

Object, REOL......................

327

StopButtonClicked, CRViewer

 

 

GroupSelectionFormula

201

CrystalComObject

 

131

ActiveX

162

 

GroupSortFields

202

 

 

 

 

 

 

 

 

 

 

Index-6

GroupTreeButtonClicked event,

CRViewer ActiveX...............

158

GroupTreeButtonClicked event,

REOL ..................................

385

J

 

Java

 

Smart Viewer applet ............

10

Smart Viewer Bean ........

9, 139

Smart Viewer Object

 

Model ..............................

165

L

 

LastErrorNumber ......................

203

LastErrorString ..........................

204

LastPageButtonClicked event,

CRViewer ActiveX...............

158

LastPageButtonClicked event,

REOL ..................................

385

Libraries

 

Crystal Data

 

Source Type.....................

135

LineObject Object, REOL.........

329

LogOffServer method

 

Report Designer Application

Object ...............................

19

Report Designer Database

Object ...............................

31

LogoffServer method ................

268

LogOffServer method,

 

REOL ..................................

292

LogOnInfo................................

205

LogOnServer method

 

Report Designer

 

Application Object ............

20

Report Designer Database

Object ...............................

32

LogonServer method ................

269

LogOnServer method,

 

REOL ..................................

292

LostFocus event, CRViewer

 

ActiveX ...............................

159

M

 

MarginBottom ..........................

206

MarginLeft................................

207

MarginRight .............................

208

MarginTop ...............................

209

methods

 

ActivateView, CRViewer

 

ActiveX ............................

145

Add, Report Designer

 

SortFields Object .............

112

AddCurrentRange, Report

 

DrillOnSubreport, Report

 

Designer

 

Designer PageGenerator

 

ParameterFieldDefinition

 

Object ...............................

79

Object................................

88

Export, Report Designer Report

AddCurrentValue, Report

 

Object .............................

100

Designer

 

ExportReport, CRViewer

 

ParameterFieldDefinition

 

ActiveX............................

147

Object................................

88

exportView, SmartViewer

 

AddDefaultValue, Report

 

JavaBean..........................

168

Designer

 

GetColCount,

 

ParameterFieldDefinition

 

CrystalComObject ...........

131

Object................................

89

GetCurrentPageNumber,

 

AddField, CrystalCom

 

CRViewer ActiveX ...........

147

Object..............................

129

GetEOF, CrystalCom

 

AddGroup, Report Designer

Object ...............................

131

Report Object.....................

99

GetFieldData,

 

AddRows, CrystalCom

 

CrystalComObject ...........

132

Object..............................

130

GetFieldName,

 

AddView, CRViewer

 

CrystalComObject ...........

132

ActiveX ..............................

146

GetFieldType,

 

CancelPrinting, Report

 

CrystalComObject ...........

133

Designer Report Object....

100

GetNextRows, Report Designer

CanClose, Report Designer

 

Report Object ..................

101

Application Object.............

18

GetNthCurrentRange, Report

Check, Report Designer

 

Designer

 

FormulaFieldDefinition

 

ParameterFieldDefinition

 

Object................................

53

Object ...............................

90

ClearCurrentValueAndRange,

GetNthCurrentValue, Report

Report Designer

 

Designer

 

ParameterFieldDefinition

 

ParameterFieldDefinition

 

Object................................

89

Object ...............................

90

closeCurrentView,

 

GetNthDefaultValue, Report

SmartViewer JavaBean .....

168

Designer

 

CloseView, CRViewer

 

ParameterFieldDefinition

 

ActiveX ............................

146

Object ...............................

91

CreatePageGenerator, Report

GetPageNumberForGroup,

 

Designer PageEngine

 

Report Designer

 

Object................................

75

PageGenerator Object .......

80

CRViewer, ActiveX.............

145

GetViewPath, CRViewer

 

Delete, Report Designer

 

ActiveX............................

147

SortFields Object..............

112

LogOffServer, Report Designer

DeleteField, CrystalCom

 

Application Object ............

19

Object..............................

130

LogOffServer, Report Designer

DeleteNthDefaultValue, Report

Database Object................

31

Designer

 

LogOnServer, Report Designer

ParameterFieldDefinition

 

Application Object ............

20

Object................................

89

LogOnServer, Report Designer

DiscardSavedData, Report

 

Database Object................

32

Designer Report

 

Move, CRViewer

 

Object..............................

100

ActiveX............................

148

Drag, CRViewer

 

MoveFirst, CRData

 

ActiveX ............................

146

Source .............................

138

DrillOnGraph, Report Designer

MoveFirst, CrystalCom

 

PageGenerator Object........

79

Object .............................

133

DrillOnMap, Report Designer

MoveNext, CRData

 

PageGenerator Object........

79

Source .............................

138

 

 

 

 

Index-7

MoveNext, CrystalCom

 

SelectPrinter, Report Designer

 

Object .............................

134

Report Object...................

103

MoveTo, CrystalCom

 

SetDataSource, Report

 

Object .............................

134

Designer Database

 

NewEra class CRPEJob.......

404

Object .................................

33

NewEra class CRPEngine ...

395

SetDataSource, Report

 

OpenReport, Report Designer

Designer DatabaseTable

 

Application Object ............

21

Object................................

37

OpenSubreport, Report

 

SetDialogParentWindow,

 

Designer Report Object ...

101

Report Designer Report

 

OpenSubreport, Report

 

Object..............................

103

Designer Subreport

 

SetFocus, CRViewer

 

Object .............................

120

ActiveX ............................

150

PrintOut, Report Designer

 

SetLogOnInfo, Report Designer

Report Object ..................

102

DatabaseTable Object........

38

PrintReport, CRViewer

 

SetMatchLogOnInfo, Report

ActiveX ............................

148

Designer Application

 

printView, SmartViewer

 

Object................................

21

JavaBean..........................

169

SetMorePrintEngineErrorMessa

PromptForExportOptions,

 

ges, Report Designer

 

Report Designer

 

Application Object.............

21

ExportOptions Object ........

45

SetNthDefaultValue, Report

ReadRecords, Report Designer

Designer

 

Report Object ..................

102

ParameterFieldDefinition

 

Refresh, CRViewer

 

Object................................

91

ActiveX ............................

149

SetPrivateData, Report

 

refreshReport, SmartViewer

 

Designer DatabaseTable

 

JavaBean..........................

169

Object................................

38

RenderEPF, Report Designer

SetSessionInfo, Report Designer

Page Object .......................

73

DatabaseTable Object........

39

RenderTotallerETF, Report

 

SetText, Report Designer

 

Designer PageEngine

 

TextObject Object............

126

Object ...............................

76

ShowFirstPage, CRViewer

 

RenderTotallerETF, Report

 

ActiveX ............................

150

Designer PageGenerator

 

ShowGroup, CRViewer

 

Object ...............................

80

ActiveX ............................

150

RenderTotallerHTML, Report

ShowLastPage, CRViewer

 

Designer PageEngine

 

ActiveX ............................

150

Object ...............................

76

showLastPage, SmartViewer

RenderTotallerHTML, Report

JavaBean ..........................

169

Designer PageGenerator

 

ShowNextPage, CRViewer

 

Object ...............................

81

ActiveX ............................

151

Reset, CrystalCom

 

ShowNthPage, CRViewer

 

Object .............................

134

ActiveX ............................

151

Reset, Report Designer

 

showPage, SmartViewer

 

ExportOptions Object ........

45

JavaBean ..........................

170

Save, Report Designer

 

ShowPreviousPage, CRViewer

Report Object ..................

102

ActiveX ............................

151

SearchByFormula, CRViewer

ShowWhatsThis, CRViewer

 

ActiveX ............................

149

ActiveX ............................

151

SearchForText, CRViewer

 

SmartViewer, JavaBean ......

168

ActiveX ............................

149

stopAllCommands,

 

SearchForText, Report Designer

SmartViewer JavaBean .....

170

PageGenerator Object .......

82

TestConnectivity, Report

 

searchForText, SmartViewer

Designer DatabaseTable

 

JavaBean..........................

169

Object................................

40

 

 

 

 

Verify, Report Designer

 

Database Object................

33

ViewReport, CRViewer

 

ActiveX..............................

152

Z Order, CRViewer

 

ActiveX............................

152

Zoom, CRViewer

 

ActiveX............................

152

Move, CRViewer ActiveX.........

148

MoveFirst method

 

CRDataSource...................

138

CrystalComObject.............

133

MoveNext method

 

CRDataSource...................

138

CrystalComObject.............

134

MoveTo method

 

CrystalComObject.............

134

N

 

NewEra class CRPEngine

 

methods ............................

395

NewEra Class Library

 

CRPEExportOptions

 

class ..................................

461

CRPEExportOptions::CRPE

 

ExportOptions

 

constructor.......................

462

CRPEGraphDataInfo

 

class.................................

465

CRPEGraphDataInfo::CRPE

 

GraphDataInfo

 

constructor.......................

465

CRPEGraphOptions

 

class ..................................

466

CRPEGraphOptions::CRPE

 

GraphOptions

 

constructor.......................

467

CRPEGraphTextInfo

 

class ..................................

468

CRPEGraphTextInfo::CRPE

 

GraphTextInfo

 

constructor ........................

468

CRPEJob class....................

403

CRPEJob::Cancel

 

method ............................

407

CRPEJob::CheckFormula

 

method ............................

407

CRPEJob::CheckGroup

 

SelectionFormula

 

method..............................

408

CRPEJob::CheckSelection

 

Formula method ..............

408

CRPEJob::Close method.....

409

CRPEJob::CloseWindow

 

method ............................

409

Index-8

CRPEJob::CRPEJob

 

CRPEJob::GetNTables

 

CRPEJob::SetGraphType

 

constructor.......................

403

method.............................

425

method ............................

444

CRPEJob::DeleteNthGroupSort

CRPEJob::GetNthFormula

 

CRPEJob::SetGroupCondition

Field method....................

409

method.............................

425

method ............................

445

CRPEJob::DeleteNthSortField

CRPEJob::GetNthGroupSort

CRPEJob::SetGroupSelection

method ............................

410

Field method ....................

426

Formula method ..............

447

CRPEJob::ExportPrintWindow

CRPEJob::GetNthParam

 

CRPEJob::SetLineHeight

 

method ............................

410

method.............................

427

method ............................

447

CRPEJob::ExportTo

 

CRPEJob::GetNthSortField

 

CRPEJob::SetMargins

 

method ............................

411

method.............................

427

method ............................

448

CRPEJob::GetErrorCode

 

CRPEJob::GetNthTableLocatio

CRPEJob::SetMinimumSection

method ............................

411

n method..........................

428

Height method.................

449

CRPEJob::GetErrorText

 

CRPEJob::GetNthTableLog

 

CRPEJob::SetNDetailCopies

method ............................

412

OnInfo method.................

429

method ............................

449

CRPEJob::GetExportOptions

CRPEJob::GetNthTable

 

CRPEJob::SetNthGroupSort

 

method ............................

412

SessionInfo method ..........

429

Field method....................

450

CRPEJob::GetFormula

 

CRPEJob::GetNthTableType

CRPEJob::SetNthParam

 

method ............................

413

method.............................

430

method ............................

451

CRPEJob::GetGraphData

 

CRPEJob::GetPrintDate

 

CRPEJob::SetNthSortField

 

method ............................

413

method.............................

430

method ............................

451

CRPEJob::GetGraph

 

CRPEJob::GetPrintOptions

 

CRPEJob::SetNthTable

 

Options method...............

414

method.............................

431

Location method..............

452

CRPEJob::GetGraphText

 

CRPEJob::GetReportTitle

 

CRPEJob::SetNthTableLogOn

method ............................

415

method.............................

431

Info method .....................

453

CRPEJob::GetGraphType

 

CRPEJob::GetSectionFormat

CRPEJob::SetNthTable

 

method ............................

415

method.............................

432

SessionInfo method..........

453

CRPEJob::GetGroup

 

CRPEJob::GetSelectedPrinter

CRPEJob::SetPrintDate

 

Condition method............

416

method.............................

433

method ............................

454

CRPEJob::GetGroup

 

CRPEJob::GetSelection

 

CRPEJob::SetPrintOptions

 

SelectionFormula

 

Formula method...............

433

method ............................

455

method ............................

418

CRPEJob::GetSQLQuery

 

CRPEJob::SetReportTitle

 

CRPEJob::GetJobHandle

 

method.............................

434

method ............................

455

method ............................

419

CRPEJob::IsJobFinished

 

CRPEJob::SetSectionFormat

 

CRPEJob::GetJobStatus

 

method.............................

434

method ............................

456

method ............................

419

CRPEJob::NextWindow

 

CRPEJob::SetSelection

 

CRPEJob::GetLineHeight

 

Magnification method ......

435

Formula method ..............

457

method ............................

420

CRPEJob::OutputToPrinter

 

CRPEJob::SetSQLQuery

 

CRPEJob::GetMargins

 

method.............................

435

method ............................

457

method ............................

421

CRPEJob::OutputToWindow

CRPEJob::ShowFirstPage

 

CRPEJob::GetMinimum

 

method.............................

436

method ............................

458

SectionHeight method .....

421

CRPEJob::PrintControls

 

CRPEJob::ShowPrintControls

CRPEJob::GetNDetailCopies

Showing method ..............

437

method ............................

458

method ............................

422

CRPEJob::PrintWindow

 

CRPEJob::StartJob

 

CRPEJob::GetNFormulas

 

method.............................

437

method ............................

459

method ............................

422

CRPEJob::SelectPrinter

 

CRPEJob::TestNthTable

 

CRPEJob::GetNGroups

 

method.............................

438

Connectivity method .........

459

method ............................

423

CRPEJob::SetFont

 

CRPEJob::ZoomPreview

 

CRPEJob::GetNGroupSort

 

method.............................

438

Window method..............

460

Fields method ..................

423

CRPEJob::SetFormula

 

CRPEJobInfo class..............

469

CRPEJob::GetNLinesInSection

method.............................

442

CRPEJobInfo::CRPEJobInfo

 

method ............................

424

CRPEJob::SetGraphData

 

constructor.......................

470

CRPEJob::GetNParams

 

method.............................

442

CRPELogOnInfo class ........

470

method ............................

424

CRPEJob::SetGraphOptions

 

CRPELogOnInfo::CRPELog

 

CRPEJob::GetNSortFields

 

method.............................

443

OnInfo constructor...........

470

method ............................

425

CRPEJob::SetGraphText

 

CRPEngine class ................

394

 

 

method.............................

444

 

 

 

 

 

 

 

 

Index-9

CRPEngine::CanClose

 

method..............................

396

CRPEngine::Close

 

method ............................

396

CRPEngine::CRPEngine

 

constructor.......................

395

CRPEngine::GetEngineStatus

method ............................

396

CRPEngine::GetErrorCode

 

method ............................

397

CRPEngine::GetErrorText

 

method ............................

397

CRPEngine::GetNPrintJobs

 

method ............................

398

CRPEngine::GetVersion

 

method ............................

398

CRPEngine::LogOffServer

 

method ............................

399

CRPEngine::LogOnServer

 

method ............................

399

CRPEngine::LogOnSQLServer

WithPrivateInfo

 

method ............................

400

CRPEngine::Open

 

method ............................

401

CRPEngine::OpenJob

 

method ............................

402

CRPEngine::PrintReport

 

method ............................

402

CRPEPrintOptions class .....

471

CRPEPrintOptions::CRPE

 

PrintOptions

 

constructor.......................

471

CRPESectionOptions

 

class.................................

472

CRPESectionOptions::CRPE

 

SectionOptions

 

constructor.......................

473

CRPESessionInfo class .......

474

CRPESessionInfo::CRPE

 

SessionInfo constructor ....

475

CRPETableLocation class...

475

CRPETableLocation::CRPE

 

TableLocation

 

constructor.......................

476

CRPETableType class.........

476

CRPETableType::CRPE

 

TableType constructor .....

476

overview ...........................

394

NextMagnification method,

 

REOL ..................................

377

NextPageButtonClicked event,

 

CRViewer ActiveX...............

159

NextPageButtonClicked event,

 

REOL ..................................

386

O

 

Object Model

 

ActiveX Smart Viewer ........

139

Crystal Data Objects ..........

128

Crystal Data Source............

128

CrystalComObject..............

128

Report Designer ...................

12

Objects

 

Application, Report

 

Designer.............................

18

Area, Report Designer ..........

22

BlobFieldObject, Report

 

Designer.............................

25

BoxObject, Report

 

Designer.............................

27

CrossTabObject, Report

 

Designer.............................

29

CRViewer ..............................

3

Crystal Data .......................

128

CrystalComObject..............

128

Database, Report

 

Designer.............................

30

DatabaseFieldDefiinition,

 

Report Designer .................

33

DatabaseTable, Report

 

Designer.............................

36

ExportOptions, Report

 

Designer.............................

41

FieldObject, Report

 

Designer.............................

45

FormattingInfo, Report

 

Designer.............................

50

FormulaFieldDefinition,

 

Report Designer .................

50

GraphObject, Report

 

Designer.............................

54

GroupNameFieldDefinition,

Report Designer .................

64

LineObject, Report

 

Designer.............................

67

MapObject, Report

 

Designer.............................

68

naming conflicts with Report

Designer.............................

12

OLEObject, Report

 

Designer.............................

70

Page, Report Designer..........

72

PageEngine, Report

 

Designer.............................

74

PageGenerator, Report

 

Designer.............................

77

ParameterFieldDefinition,

 

Report Designer .................

83

PrintingStatus, Report

 

Designer.............................

92

Report Designer...................

12

Report, Report Designer ......

93

RunningTotalFieldDefinition,

Report Designer ...............

104

Section, Report

 

Designer ..........................

107

SortField, Report

 

Designer ..........................

110

SpecialVarFieldDefinition,

 

Report Designer ...............

113

SQLExpressionFieldDefinition,

Report Designer ...............

115

Subreport, Report

 

Designer ..........................

118

SummaryFieldDefinition,

 

Report Designer ...............

121

TextObject, Report

 

Designer ..........................

124

OLEObject Object, REOL ........

329

OnReportSourceError event,

 

CRViewer ActiveX...............

159

OpenReport method

 

Report Designer Application

Object ...............................

21

OpenReport method, REOL .....

293

OpenSubreport method

 

Report Designer Report

 

Object .............................

101

Report Designer Subreport

 

Object .............................

120

OpenSubreport method,

 

REOL ..................................

353

P

 

Page Object

 

RenderEPF method,

 

REOL ...............................

331

RenderHTML method,

 

REOL ...............................

331

Page Object, REOL ..................

330

PageCount method ..................

270

PageEngine Object

 

CreatePageGenerator method,

REOL ...............................

333

RenderTotallerETF method,

 

REOL ...............................

333

RenderTotallerHTML method,

REOL ...............................

334

PageEngine Object, REOL........

332

PageFirst method .....................

270

PageGenerator Object

 

DrillOnGraph method,

 

REOL ...............................

336

GetPageNumberForGroup

 

method, REOL .................

336

Index-10

SearchForText method,

 

REOL ...............................

336

PageGenerator Object,

 

REOL ..................................

335

PageLast method......................

270

PageNext method.....................

271

PagePrevious method...............

271

Pages Collection, REOL............

337

PageSetup Object, REOL..........

338

PageShow method ...................

272

PageZoom method...................

272

PageZoomNext method ...........

273

ParameterFieldDefinition Object

SetCurrentValue method,

 

REOL ...............................

342

SetDefaultValue method,

 

REOL ...............................

343

ParameterFieldDefinition Object,

REOL ..................................

340

ParameterFieldDefinitions

 

Collection, REOL ................

345

ParameterFields........................

209

Password..................................

210

Preview method, REOL ............

353

PrevPageButtonClicked event,

 

CRViewer ActiveX...............

160

PrevPageButtonClicked event,

 

REOL ..................................

386

PrintButtonClicked event,

 

CRViewer ActiveX...............

160

PrintButtonClicked event,

 

REOL ..................................

387

PrintDay...................................

211

PrinterCollation........................

212

PrinterCopies ...........................

213

PrinterDriver ............................

214

PrinterInfo Object, REOL..........

345

PrinterName.............................

215

PrinterPort................................

216

PrinterSelect method ................

273

PrinterStartPage........................

217

PrinterStopPage........................

217

PrintFileCharSepQuote.............

218

PrintFileCharSepSeparator........

219

PrintFileLinesPerPage...............

220

PrintFileName ..........................

220

PrintFileODBCPassword ..........

221

PrintFileODBCSource ..............

222

PrintFileODBCTable ................

222

PrintFileODBCUser..................

223

PrintFileType............................

223

PrintFileUseRptDateFmt...........

226

PrintFileUseRptNumberFmt......

227

PrintingStatus Object, REOL.....

346

PrintMonth property.................

228

PrintOut method

 

 

Report Designer Report

 

Object..............................

 

102

PrintOut method,

 

 

REOL...........................

354, 377

PrintReport method ..................

 

274

PrintReport method, CRViewer

 

ActiveX................................

 

148

PrintSetupButtonClicked event,

 

REOL...................................

 

387

PrintWindowOptions Object,

 

REOL...................................

 

347

PrintYear ..................................

 

229

ProgressDialog .........................

 

230

PromptForExportOptions method

Report Designer Export

 

Options Object ..................

 

45

PromptForExportOptions

 

 

method, REOL .....................

 

314

properties

 

 

ActiveX Controls ................

 

174

CRVEventInfo, ActiveX.......

142

CRViewer, ActiveX.............

 

143

CRVTrackCursorInfo,

 

 

ActiveX ............................

 

164

SmartViewer, JavaBean ......

165

R

 

 

ReadingRecords event,

 

 

REOL...................................

 

355

ReadRecords method

 

 

Report Designer Report

 

Object..............................

 

102

ReadRecords method, REOL.....

355

RecordsPrinted property ...........

 

230

RecordsRead property ..............

 

231

RecordsSelected property .........

 

232

Refresh method, CRViewer

 

ActiveX................................

 

149

RefreshButtonClicked event,

 

CRViewer ActiveX ...............

 

160

RefreshButtonClicked event,

 

REOL...................................

 

388

RenderEPF method

 

 

Report Designer Page

 

 

Object................................

 

73

RenderEPF method, REOL ........

 

331

RenderHTML method,

 

 

REOL...................................

 

331

RenderTotallerETF method

 

 

Report Designer PageEngine

Object................................

 

76

Report Designer PageGenerator

Object................................

 

80

RenderTotallerETF method,

 

REOL ..................................

 

333

RenderTotallerHTML method

 

Report Designer PageEngine

Object ...............................

 

76

Report Designer PageGenerator

Object ...............................

 

81

RenderTotallerHTML method,

 

REOL ..................................

 

334

REOL

 

 

ActivatePrintWindow

 

 

event................................

 

380

Add method ......................

 

366

AddGroup method ............

 

351

Application Object............

 

290

Area Object.......................

 

294

AreaOptions Object ..........

 

295

Areas Collection ................

 

296

BlobFieldObject Object.....

297

BoxObject Object .............

 

298

CancelButtonClicked

 

 

event................................

 

381

CancelPrinting method ......

352

CanClose method..............

 

291

Check method...................

 

320

ClearError method .....

291, 352

Close method ............

376, 380

CloseButtonClicked

 

 

event................................

 

381

ClosePrintWindow event ...

382

CreatePageGenerator

 

 

method ............................

 

333

CrossTabObject Object .....

299

Database Object................

 

299

DatabaseFieldDefinition

 

Object .............................

 

300

DatabaseFieldDefinitions

 

Collection........................

 

302

DatabaseParameter

 

 

Object .............................

 

303

DatabaseParameters

 

 

Collection........................

 

304

DatabaseTable Object

.......

305

DatabaseTables

 

 

Collection........................

 

309

DeactivatePrintWindow

 

event................................

 

382

Delete method...................

 

366

DiscardSavedData

 

 

method ............................

 

352

DrillOnDetail event...........

 

382

DrillOnGraph method

.......

336

DrillOnGroup event ..........

 

383

Error Codes........................

 

390

EventInfo Object................

 

310

Export method...........

352, 376

Index-11

ExportButtonClicked

 

 

event................................

 

384

ExportOptions Object........

 

310

FieldDefinitions

 

 

Collection ........................

 

314

FieldObject Object............

 

315

FieldValue Object .............

 

316

FirstPageButtonClicked

 

event................................

 

384

Font Object .......................

 

316

FormulaFieldDefinition

 

Object .............................

 

318

FormulaFieldDefinitions

 

Collection ........................

 

320

GetPageNumberForGroup

 

method ............................

 

336

GetPrivateData method .....

306

GlobalOptions Object

.......

321

GraphObject Object..........

 

322

GroupAreaOptions

 

 

Object .............................

 

325

GroupNameFieldDefinition

 

Object .............................

 

327

GroupTreeButtonClicked

 

event................................

 

385

LastPageButtonClicked

 

event................................

 

385

LineObject Object.............

 

329

LogOffServer method.........

 

292

LogOnServer method.........

 

292

NextMagnification

 

 

method ............................

 

377

NextPageButtonClicked

 

event................................

 

386

OLEObject Object.............

 

329

OpenReport method..........

 

293

OpenSubreport method .....

353

Page Object.......................

 

330

PageEngine Object ............

 

332

PageGenerator Object

.......

335

Pages Collection................

 

337

PageSetup Object ..............

 

338

ParameterFieldDefinition

 

Object .............................

 

340

ParameterFieldDefinitions

 

Collection ........................

 

345

Preview method ................

 

353

PrevPageButtonClicked

 

event................................

 

386

PrintButtonClicked event ...

387

PrinterInfo Object..............

 

345

PrintingStatus Object .........

 

346

PrintOut method........

354, 377

PrintSetupButtonClicked

 

event................................

 

387

PrintWindowOptions

 

Object..............................

347

PromptForExportOptions

 

method.............................

314

ReadingRecords event........

355

ReadRecords method .........

355

RefreshButtonClicked

 

event ................................

388

RenderEPF method.............

331

RenderHTML method.........

331

RenderTotallerETF

 

method.............................

333

RenderTotallerHTML

 

method.............................

334

Report Object ....................

349

ReportObjects

 

Collection ........................

358

ReportOptions Object........

358

ReportSummaryInfo

 

Object..............................

360

Reset method .....................

314

SearchButtonClicked

 

event ................................

388

SearchForText method .......

336

Section Object ...................

361

SectionOptions Object.......

361

Sections Collection ............

364

SelectPrinter method..........

355

SetCurrentValue

 

method.............................

342

SetDefaultValue

 

method.............................

343

SetLogOnInfo method ........

307

SetPrivateData method.......

307

SetSessionInfo method .......

308

ShowFirstPage method.......

377

ShowGroup event ..............

389

ShowLastPage method .......

377

ShowNextPage method......

378

ShowNthPage method .......

378

ShowPreviousPage

 

method.............................

378

SortField Object.................

364

SortFields Collection ..........

365

SpecialVarFieldDefinition

 

Object..............................

367

Start event..........................

356

Stop event..........................

357

SubreportObject Object.....

369

SummaryFieldDefinition

 

Object..............................

369

SummaryFieldDefinitions

 

Collection ........................

372

TestConnectivity

 

method.............................

309

TextObject Object .............

372

TrackCursorInfo Object .....

373

Verify method....................

300

View Object ......................

375

Views Collection ...............

379

Window Object.................

379

ZoomLevelChanging

 

event................................

389

ZoomPreviewWindow

 

method ............................

378

ReplaceSelectionFormula

 

method ...............................

274

Report Designer

 

Application object...............

18

Area object..........................

22

Areas collection...................

24

BlobFieldObject object........

25

BoxObject object ................

27

Collections ..........................

12

CrossTabObject object ........

29

Database object...................

30

DatabaseFieldDefinition

 

object ................................

33

DatabaseFieldDefinitions

 

collection...........................

36

DatabaseTable object ..........

36

DatabaseTables

 

collection...........................

40

ExportOptions object...........

41

FieldObject object...............

45

FormattingInfo object ..........

50

FormulaFieldDefinition

 

object ................................

50

FormulaFieldDefinitions

 

collections .........................

53

GraphObject object.............

54

GroupNameFieldDefinition

 

object ................................

64

GroupNameFieldDefinitions

collections .........................

66

LineObject object................

67

MapObject object ...............

68

Object Model......................

12

object naming conflicts .......

12

Objects................................

12

OLEObject object................

70

Page object..........................

72

PageEngine object ...............

74

PageGenerator object ..........

77

Pages collections .................

83

ParameterFieldDefinition

 

object ................................

83

ParameterFieldDefinitions

 

collections .........................

92

PrintingStatus object............

92

Report object.......................

93

Index-12

ReportObjects

 

collections .......................

103

RunningTotalField

 

Definition object..............

104

RunningTotalField

 

Definitions collections .....

106

Section object....................

107

Sections collections ...........

110

SortField object .................

110

SortFields collections.........

111

SpecialVarFieldDefinition

 

object ..............................

113

SQLExpressionField

 

Definition object..............

115

SQLExpressionField

 

Definitions collections .....

117

Subreport object ................

118

SummaryFieldDefinition

 

object ..............................

121

SummaryFieldDefinitions

 

collections .......................

123

TextObject object..............

124

Report Object

 

AddGroup method,

 

REOL ...............................

351

CancelPrinting method,

 

REOL ...............................

352

ClearError method,

 

REOL ...............................

352

DiscardSavedData method,

 

REOL ...............................

352

Export method, REOL ........

352

OpenSubreport method,

 

REOL ...............................

353

Preview method, REOL......

353

PrintOut method, REOL.....

354

ReadingRecords event,

 

REOL ...............................

355

ReadRecords method,

 

REOL ...............................

355

SelectPrinter method,

 

REOL ...............................

355

Start event, REOL...............

356

Stop event, REOL...............

357

Report Object, REOL................

349

ReportDisplayPage property.....

232

ReportFileName property.........

233

ReportLatestPage property........

234

ReportObjects Collection,

 

REOL ..................................

358

ReportOptions Object,

 

REOL ..................................

358

reports

 

and secure data in Smart

 

Viewer .................................

4

moving through with Smart

 

Viewer .................................

5

printing with Smart Viewer.....

7

specifying with Smart

 

Viewer .................................

4

ReportSource property..............

235

ReportStartPage property ..........

235

ReportSummaryInfo Object,

 

REOL...................................

360

ReportTitle property..................

236

Reset method............................

275

CrystalComObject..............

134

Report Designer ExportOptions

Object................................

45

Reset method, REOL.................

314

RetrieveDataFiles method.........

275

RetrieveLogonInfo method........

276

RetrieveSQLQuery method.......

276

RetrieveStoredProcParams

 

method................................

277

S

 

Save method

 

Report Designer Report

 

Object..............................

102

SeachButtonClicked event,

 

REOL...................................

388

SearchButtonClicked event,

 

CRViewer ActiveX ...............

161

SearchByFormula method,

 

CRViewer ActiveX ...............

149

SearchExpertButtonClicked

 

event, CRViewer ActiveX.....

161

SearchForText method

 

Report Designer Page

 

Generator Object ...............

82

SearchForText method, CRViewer

ActiveX................................

149

SearchForText method,

 

REOL...................................

336

Section Object, REOL...............

361

SectionFont property ................

236

SectionFormat property ............

238

SectionLineHeight property ......

239

SectionMinHeight property.......

240

SectionOptions Object,

 

REOL...................................

361

Sections Collection, REOL ........

364

SelectionFormula property........

241

SelectionFormulaBuilt event,

 

CRViewer ActiveX ...............

161

SelectionFormulaButtonClicked,

CRViewer ActiveX ...............

162

SelectPrinter method

 

Report Designer Report

 

Object .............................

103

SelectPrinter method, REOL .....

355

SessionHandle property ...........

242

SetCurrentValue method,

 

REOL ..................................

342

SetDataSource method

 

Report Designer Database

 

Object ...............................

33

Report Designer DatabaseTable

Object ...............................

37

SetDefaultValue method,

 

REOL ..................................

343

SetDialogParentWindow method

Report Designer Report

 

Object .............................

103

SetFocus method, CRViewer

 

ActiveX ...............................

150

SetLogOnInfo method

 

Report Designer DatabaseTable

Object ...............................

38

SetLogOnInfo method,

 

REOL ..................................

307

SetMatchLogOnInfo method

 

Report Designer Application

Object ...............................

21

SetMorePrintEngineErrorMessages

method

 

Report Designer Application

Object ...............................

21

SetNthDefaultValue method

 

Report Designer

 

ParameterFieldDefinition

 

Object ...............................

91

SetPrivateData method

 

Report Designer Database

 

Table Object......................

38

SetPrivateData method,

 

REOL ..................................

307

SetSessionInfo method

 

Report Designer Database

 

Table Object......................

39

SetSessionInfo method,

 

REOL ..................................

308

SetText method

 

Report Designer TextObject

Object .............................

126

ShowFirstPage method, CRViewer

ActiveX ...............................

150

ShowFirstPage method,

 

REOL ..................................

377

ShowGroup event, CRViewer

 

ActiveX ...............................

162

ShowGroup event, REOL .........

389

Index-13

ShowGroup method, CRViewer

 

ActiveX ...............................

 

150

ShowLastPage method, CRViewer

ActiveX ...............................

 

150

ShowLastPage method,

 

 

REOL ..................................

 

377

ShowNextPage method,

 

 

CRViewer ActiveX...............

 

151

ShowNextPage method,

 

 

REOL ..................................

 

378

ShowNthPage method,

 

 

CRViewer ActiveX...............

 

151

ShowNthPage method,

 

 

REOL ..................................

 

378

ShowPreviousPage method,

 

 

CRViewer ActiveX...............

 

151

ShowPreviousPage method,

 

 

REOL ..................................

 

378

ShowWhatsThis method,

 

 

CRViewer ActiveX...............

 

151

Smart Viewer ...............................

 

1

ActiveX..................................

 

2

ActiveX Object Model .......

 

139

adding Java Bean.................

 

10

adding to VB project..............

 

3

and secure data in reports......

4

appearance, controlling.........

 

7

application development

.......

2

closeCurrentView method,

 

Java Bean.........................

 

168

connecting to Web Reports

 

Server ..................................

 

8

CRVEventInfo object, ActiveX

SmartViewer ....................

 

142

CRVEventInfo properties,

 

 

ActiveX SmartViewer .......

 

142

CRViewer events, ActiveX

 

SmartViewer ....................

 

153

CRViewer methods, ActiveX

SmartViewer ....................

 

145

CRViewer Object, ActiveX

 

SmartViewer ....................

 

143

CRViewer properties, ActiveX

SmartViewer ....................

 

143

CRVTrackCursorInfo object,

ActiveX SmartViewer .......

 

164

CRVTrackCursorInfo

 

 

properties, ActiveX

 

 

SmartViewer ....................

 

164

events....................................

 

5

events, Java Bean...............

 

170

exportView method,

 

 

Java Bean.........................

 

168

Java applet...........................

 

10

Java Bean ......................

9, 139

methods, Java Bean ...........

 

168

moving through report ...........

5

printing reports ......................

7

printView method,

 

Java Bean .........................

169

properties, Java Bean..........

165

refreshReport method,

 

Java Bean .........................

169

searchForText method,

 

Java Bean .........................

169

ServerRequestEvent,

 

Java Bean .........................

170

showLastPage method,

 

Java Bean .........................

169

showPage method,

 

Java Bean .........................

170

specifying report ....................

4

stopAllCommands method,

 

Java Bean .........................

170

ViewChangeEvent,

 

Java Bean .........................

170

SortField Object, REOL.............

364

SortFields Collection

 

Add method, REOL ............

366

Delete method, REOL ........

366

SortFields Collection, REOL......

365

SortFields property....................

243

SpecialVarFieldDefinition

 

Object, REOL ......................

367

SpecifyDataSourceField

 

method................................

277

SQLQuery property ..................

244

Start event, REOL......................

356

Status property..........................

245

Stop event, REOL......................

357

StopButtonClicked event,

 

CRViewer ActiveX ...............

162

StoredPracParam property ........

246

SubreportObject Object,

 

REOL...................................

369

SubreportToChange

 

property...............................

247

SummaryFieldDefinition

 

Object, REOL ......................

369

SummaryFieldDefinitions

 

Collection, REOL.................

372

T

 

TestConnectivity method

 

Report Designer Database

 

Table Object ......................

40

TestConnectivity method,

 

REOL...................................

309

TextObject Object, REOL .........

372

TrackCursorInfo Object,

 

EOL .....................................

373

Type Library

 

Crystal Data Source ...........

135

U

 

UserName property .................

248

V

 

Validate event, CRViewer

 

ActiveX ...............................

163

Verify method

 

Report Designer Database

 

Object ...............................

33

Verify method, REOL ...............

300

View Object

 

Close method, REOL .........

376

Export method, REOL ........

376

NextMagnification method,

 

REOL ...............................

377

PrintOut method, REOL.....

377

ShowFirstPage method,

 

REOL ...............................

377

ShowLastPage method,

 

REOL ...............................

377

ShowNextPage method,

 

REOL ...............................

378

ShowNthPage method,

 

REOL ...............................

378

ShowPreviousPage method,

REOL ...............................

378

ZoomPreviewWindow

 

method, REOL .................

378

View Object, REOL..................

375

ViewChanged event, CRViewer

 

ActiveX ...............................

163

ViewReport method, CRViewer

 

ActiveX ...............................

152

Views Collection, REOL...........

379

Visual Basic

 

adding Smart Viewer to

 

project .................................

3

W

 

Web Reports Server

 

connecting to Smart

 

Viewer .................................

8

Window Object

 

ActivatePrintWindow

 

event, REOL.....................

380

CancelButtonClicked event,

REOL ...............................

381

Close method, REOL .........

380

CloseButtonClicked event,

 

REOL ...............................

381

ClosePrintWindow event,

 

REOL ...............................

382

Index-14

DeactivatePrintWindow

 

event, REOL.....................

382

DrillOnDetail event,

 

REOL ...............................

382

DrillOnGroup event,

 

REOL ...............................

383

ExportButtonClicked event,

 

REOL ...............................

384

FirstPageButtonClicked

 

event, REOL.....................

384

GroupTreeButtonClicked

 

event, REOL.....................

385

LastPageButtonClicked

 

event, REOL.....................

385

NextPageButtonClicked

 

event, REOL.....................

386

PrevPageButtonClicked

 

event, REOL.....................

386

PrintButtonClicked event,

 

REOL ...............................

387

PrintSetupButtonClicked

 

event, REOL.....................

387

RefreshButtonClicked event,

REOL ...............................

388

SearchButtonClicked event,

REOL ...............................

388

ShowGroup event,

 

REOL ...............................

389

ZoomLevelChanging event,

 

REOL ...............................

389

Window Object, REOL ............

379

WindowAllowDrillDown

 

property ..............................

249

WindowBorderStyle

 

property ..............................

249

WindowControlBox property ...

250

WindowControls property........

251

WindowHeight property ..........

252

WindowLeft property ...............

252

WindowMaxButton property....

253

WindowMinButton property ....

254

WindowParentHandle

 

property ..............................

255

WindowShowCancelBtn

 

property ..............................

255

WindowShowCloseBtn

 

property ..............................

256

WindowShowExportBtn

 

property ..............................

257

WindowShowGroupTree

 

property ..............................

257

WindowShowNavigationCtIs

 

property ..............................

258

WindowShowPrintBtn

 

property ..............................

259

WindowShowPrintSetupBtn

 

property...............................

259

WindowShowProgressCtIs

 

property...............................

260

WindowShowRefreshBtn

 

property...............................

261

WindowShowSearchBtn

 

property...............................

261

WindowShowZoomCtl

 

property...............................

262

WindowState property..............

263

WindowTitle property ..............

264

WindowTop property ...............

264

WindowWidth property............

265

Z

 

Z Order method, CRViewer

 

ActiveX................................

152

Zoom method, CRViewer

 

ActiveX................................

152

ZoomLevelChanged event,

 

CRViewer ActiveX ...............

164

ZoomLevelChanging event,

 

REOL...................................

389

Index-15

Соседние файлы в папке crystal