Start the Customization - Intergraph Smart Electrical - Reference

SpelCalcInf

Language
English
Product
Intergraph Smart Electrical
Search by Category
Reference
Smart Electrical Version
2015 R1 (7.1)

Do the following to start customizing your report:

  1. In , click Reports > New to open the New Report Template dialog box.

  2. Select All Feeder Load Summary (Enhanced) as your source template.

  3. Enter a name for the new report and click OK.

  4. When prompted to edit the report, click Yes.

  5. Edit the report template as you require.

  6. Open the Visual Basic Editor.

  7. The start point is in ThisWorkBook.EndReport.

When working in the Visual Basic Editor, the following restrictions apply to ensure that the report engine functions properly:

  1. Do not modify the ReportEngine module.

  2. Do not modify the properties, content, or data in the following sheets:

    • Sheet1(Template)

    • Sheet2(SPReport_Definition)

    • When working with ThisWorkBook, do not modify, rename, or delete any of the following variables, subs and functions:

    • Public SPReport As Object

    • Private m_objXLAgent As Object

    • Private Sub Workbook_Deactivate()

    • Public Sub BeginReport(vParam As Variant)

    • Public Sub FinalReport(vParam As Variant)

    • Private Sub Workbook_WindowActivate(ByVal Wn As Excel.Window)

    • Public Sub ReleaseReference()

    • Public Sub GetSPReportSheets(sSheet1 As String, sSheet2 As String)

You can modify the contents of the EndReport sub; however, do not add any parameters to it, do not rename or delete it.

See The EndReport Sub to learn about the customization entry point.