The SmartView API migration

Hello everyone

I'm working on an application that requires the functions to be replaced by the SmartView functions so that the Application is compatible with the SmartView Essbase Add-in existing APIs.

In the current version of the application that is to be migrated a method that essvgetmemberinfo is used which, now, I want to replace with the appropriate function of Smartview. I see 3 methods in the API for SmartView, but I'm not sure that to use in the Application.

Please tell me which method should I use for the app to become compatible with the SmartView.


Thanks in advance

Check this thread Add-in Essbase EssvGetMemberInfo equivalent to SmartView

Concerning

Celvin

http://www.orahyplabs.com

Tags: Business Intelligence

Similar Questions

  • Question so that the migration of the VM using the vSphere API

    Hello

    I am having some problems during the migration of a virtual machine using vSphere SDK.

    I have install the vSphere environment as there are two hosts esxi installed on different physical machines with multiple virtual machines above them.

    Now I want to migrate one say the virtual macines VM1 fron host1 to host2. I did it via vCenter uses the vSphere client and it worked fine. Now, I have to perform the same task using the vSphere API. For this I use the template of "VMotion" located in the com/vmware/vm directory. I run the command as follows:

    targethost $ run.bat url username password, shows targetpool

    I'm not sure of the targetpool argument and I need advice on what I need to specify a name of pool of resources here. Acorrding to:

    http://www.VMware.com/support/developer/VC-SDK/visdk400pubs/ReferenceGuide/Vim.virtualmachine.html#migrate

    If the pool parameter remains disabled, current pool of the virtual machine is used as target the pool. I tried specifying the pool of resources such as:

    [- targetpool]

    but it gives the error:

    Error: List of resources target not found.

    Looking forward to all the advice. Thank you.

    Even if you do not have resource pools, it is actually a 'root' list of resources"which will be still exists. Try to specify 'Resources' as the name of the targetpool and allow you to migrate your VM.

  • SmartView API V 11.1.2.2.300

    Could someone post the vb api for Smartview 11.1.2.2.300?

    I know that it is usually installed in the bin on my C drive, but the company I am train has not allowed access to the C drive.

    Attribute VB_Name = "SmartViewVBA".
    "Copyright (c) 1992, 2012, Oracle and/or its affiliates." All rights reserved.
    '
    "THE RESTRICTED RIGHTS LEGEND:
    ' Use, duplication, or disclosure by the Government is subject to
    "restrictions set forth in paragraph (c) (1) (ii) rights
    ' in the Technical Data and Computer Software DFARS 252.227 - 7013 clause,.
    "or the clause rights Commercial Computer Software restricted to.
    "Far 52.227 - 19, as the case may be."
    '
    "Oracle Corporation".
    "5450 Great America Parkway;" Santa Clara, CA 95054, United States USA
    '
    'VBA Smartview function declaration.

    '**************************************************************************
    "The global constants for outline question types.
    '**************************************************************************

    Global Const HYP_CHILDREN = 1
    Global Const HYP_DESCENDANTS = 2
    Global Const HYP_BOTTOMLEVEL = 3
    Global Const HYP_SIBLINGS = 4
    Global Const HYP_SAMELEVEL = 5
    Global Const HYP_SAMEGENERATION = 6
    Global Const HYP_PARENT = 7
    Global Const HYP_DIMENSION = 8
    Global Const HYP_NAMEDGENERATION = 9
    Global Const HYP_NAMEDLEVEL = 10
    Global Const HYP_SEARCH = 11
    Global Const HYP_WILDSEARCH = 12
    Global Const HYP_USERATTRIBUTE = 13
    Global Const HYP_ANCESTORS = 14
    Global Const HYP_DTSMEMBER = 15
    Global Const HYP_DIMUSERATTRIBUTES = 16

    '**************************************************************************
    "The global constants for query hierarchical member.
    '**************************************************************************

    Global Const HYP_COMMENT = 1
    Global Const HYP_FORMULA = 2
    Global Const HYP_UDA = 3
    Global Const HYP_ATTRIBUTE = 4

    '**************************************************************************
    «Global constants for hierarchical member query options»
    '**************************************************************************

    Global Const HYP_MEMBERSONLY = 1
    Global Const HYP_ALIASESONLY = 2
    Global Const HYP_MEMBERSANDALIASES = 4

    '**************************************************************************
    "The global constants for the ID of the version info.
    '**************************************************************************

    Global Const BUILD_VERSION = 'VERSION '.
    Global Const BUILD_NUMBER = 'BUILD No.'
    Global Const BUILD_DATE = "DATE construction".
    Global Const PRODUCT_ID = "PRODUCT ID".

    '**************************************************************************
    "The global constants for supported data providers.
    '**************************************************************************

    Global Const HYP_ANALYTIC_SERVICES = "Analytic Provider Services.
    Global Const HYP_FINANCIAL_MANAGEMENT = "Hyperion Financial Management."
    Global Const HYP_ESSBASE = "Essbase.
    Global Const HYP_PLANNING = "schedule".
    Global Const HYP_OBIEE = "OBIEE.
    Global Const HYP_ENTERPRISE = "Hyperion Enterprise."
    Global Const HYP_RA = 'Hyperion Smart View provider for Hyperion Reporting' and analysis

    '**************************************************************************
    "The global constants for members information name of the property.
    '**************************************************************************
    Global Const HYP_MI_NAME = 'name '.
    Global Const HYP_MI_DIM = "Dim".
    Global Const HYP_MI_LEVEL = 'level '.
    Global Const HYP_MI_GENERATION = 'Generation '.
    Global Const HYP_MI_PARENT_MEMBER_NAME = "ParentMbrName".
    Global Const HYP_MI_CHILD_MEMBER_NAME = "ChildMbrName".
    Global Const HYP_MI_PREVIOUS_MEMBER_NAME = "PrevMbrName".
    Global Const HYP_MI_NEXT_MEMBER_NAME = "NextMbrName".
    Global Const HYP_MI_CONSOLIDATION = 'Consolidation '.
    Global Const HYP_MI_IS_TWO_PASS_CAL_MEMBER = "IsTwoPassCalcMbr".
    Global Const HYP_MI_IS_EXPENSE_MEMBER = "IsExpenseMbr".
    Global Const HYP_MI_CURRENCY_CONVERSION_TYPE = "CurrencyConversionType".
    Global Const HYP_MI_CURRENCY_CATEGORY = "CurrencyCategory".
    Global Const HYP_MI_TIME_BALANCE_OPTION = "TimeBalanceOption".
    Global Const HYP_MI_TIME_BALANCE_SKIP_OPTION = "TimeBalanceSkipOption".
    Global Const HYP_MI_SHARE_OPTION = "interest".
    Global Const HYP_MI_STORAGE_CATEGORY = "StorageCategory".
    Global Const HYP_MI_CHILD_COUNT = "ChildCount.
    Global Const HYP_MI_ATTRIBUTED = "attributed".
    Global Const HYP_MI_RELATIONAL_DESCENDANT_PRESENT = "RelDescendantPresent".
    Global Const HYP_MI_RELATIONAL_PARTITION_ENABLED = "RelPartitionEnabled".
    Global Const HYP_MI_DEFAULT_ALIAS = "DefaultAlias.
    Global Const HYP_MI_HIERARCHY_TYPE = "HierarchyType.
    Global Const HYP_MI_DIM_SOLVE_ORDER = "DimSolveOrder".
    Global Const HYP_MI_IS_DUPLICATE_NAME = "IsDuplicateName".
    Global Const HYP_MI_UNIQUE_NAME = "UniqueName.
    Global Const HYP_MI_ORIGINAL_MEMBER = "OrigMember".
    Global Const HYP_MI_IS_FLOW_TYPE = "IsFlowType".
    Global Const HYP_MI_AGGREGATE_LEVEL = "AggLevel".
    Global Const HYP_MI_FORMAT_STRING = "FormatString".
    Global Const HYP_MI_ATTRIBUTE_DIMENSIONS = "AttributeDims".
    Global Const HYP_MI_ATTRIBUTE_MEMBERS = "AttributeMbrs".
    Global Const HYP_MI_ATTRIBUTE_TYPES = 'AttributeTypes '.
    Global Const HYP_MI_ALIAS_NAMES = "AliasNames.
    Global Const HYP_MI_ALIAS_TABLES = "AliasTables".
    Global Const HYP_MI_FORMULA = "Formula".
    Global Const HYP_MI_COMMENT = "comment".
    Global Const HYP_MI_LAST_FORMULA = "LastFormula".
    Global Const HYP_MI_UDAS = "Edu".

    '**************************************************************************
    "Enumeration of Type of the linked object
    '**************************************************************************
    TYPE_OF_LRO Enumeration
    CELL_NOTE_LRO = 1
    FILE_LRO = 2
    URL_LRO = 3
    End Enum

    '**************************************************************************
    ' Enumeration of the types of journal content
    '**************************************************************************

    TYPE_OF_CONTENTS_IN_SHEET Enumeration
    EMPTY_SHEET
    ADHOC_SHEET
    FORM_SHEET
    INTERACTIVE_REPORT_SHEET
    End Enum

    '**************************************************************************
    ' Enumeration of the Smart View Error Codes
    '**************************************************************************

    SmartViewErrors Enumeration
    SS_ERR_ERROR = 4
    SS_NO_GRID_ON_SHEET_BUT_FUNCTIONS_SUBMITTED = 2
    SS_SHEET_NOT_CONNECTED_BUT_FUNCTIONS_SUBMITTED = 1
    SS_OK = 0
    SS_INIT_ERR = - 1
    SS_TERM_ERR = - 2
    SS_NOT_INIT = - 3
    SS_NOT_CONNECTED = - 4
    SS_NOT_LOCKED = - 5
    SS_INVALID_SSTABLE = - 6
    SS_INVALID_SSDATA = - 7
    SS_NOUNDO_INFO = - 8
    SS_CANCELED = - 9
    SS_GLOBALOPTS = - 10
    SS_SHEETOPTS = - 11
    SS_NOTENABLED = - 12
    SS_NO_MEMORY = - 13
    SS_DIALOG_ERROR = - 14
    SS_INVALID_PARAM = - 15
    SS_CALCULATING = - 16
    SS_SQL_IN_PROGRESS = - 17
    SS_FORMULAPRESERVE = - 18
    SS_INTERNALSSERROR = - 19
    SS_INVALID_SHEET = - 20
    SS_NOACTIVESHEET = - 21
    SS_NOTCALCULATING = - 22
    SS_INVALIDSELECTION = - 23
    SS_INVALIDTOKEN = - 24
    SS_CASCADENOTALLOWED = - 25
    SS_NOMACROS = - 26
    SS_NOREADONLYMACROS = - 27
    SS_READONLYSS = - 28
    SS_NOSQLACCESS = - 29
    SS_MENUALREADYREMOVED = - 30
    SS_MENUALREADYADDED = - 31
    SS_NOSPREADSHEETACCESS = - 32
    SS_NOHANDLES = - 33
    SS_NOPREVCONNECTION = - 34
    SS_LROERROR = - 35
    SS_LROWINAPPACCESSERR = - 36
    SS_DATANAVINITERR = - 37
    SS_PARAMSETNOTALLOWED = - 38
    SS_SHEET_PROTECTED = - 39
    SS_CALCSCRIPT_NOTFOUND = - 40
    SS_NOSUPPORT_PROVIDER = - 41
    SS_INVALID_ALIAS = - 42
    SS_CONN_NOT_FOUND = - 43
    SS_APS_CONN_NOT_FOUND = - 44
    SS_APS_NOT_CONNECTED = - 45
    SS_APS_CANT_CONNECT = - 46
    SS_CONN_ALREADY_EXISTS = - 47
    SS_APS_URL_NOT_SAVED = - 48
    SS_MIGRATION_OF_CONN_NOT_ALLOWED = - 49
    SS_CONN_MGR_NOT_INITIALIZED = - 50
    SS_FAILED_TO_GET_APS_OVERRIDE_PROPERTY = - 51
    SS_FAILED_TO_SET_APS_OVERRIDE_PROPERTY = - 52
    SS_FAILED_TO_GET_APS_URL = - 53
    SS_APS_DISCONNECT_FAILED = - 54
    SS_OPERATION_FAILED = - 55
    SS_CANNOT_ASSOCIATE_SHEET_WITH_CONNECTION = - 56
    SS_REFRESH_SHEET_NEEDED = - 57
    SS_NO_GRID_OBJECT_ON_SHEET = - 58
    SS_NO_CONNECTION_ASSOCIATED = - 59
    SS_NON_DATA_CELL_PASSED = - 60
    SS_DATA_CELL_IS_NOT_WRITABLE = - 61
    SS_NO_SVC_CONTENT_ON_SHEET = - 62
    SS_FAILED_TO_GET_OFFICE_OBJECT = - 63
    SS_OP_FAILED_AS_CHART_IS_SELECTED = - 64
    SS_EXCEL_IN_EDIT_MODE = - 65
    SS_SHEET_NON_SMARTVIEW_COMPATIBLE = - 66
    SS_APP_NOT_STANDALONE = - 67
    SS_SMART_VIEW_DISABLED = - 68
    SS_VBA_DEPRECATED = - 69
    SS_OPERATION_NOT_SUPPORTED_IN_MULTIGRID_MODE = - 70
    SS_INVALID_MEMBER = - 71
    SS_NO_SV_NAME_RANGE = - 72
    SS_AMBIGUOUS_MENU = - 73
    End Enum

    '**************************************************************************
    'Enumeration of the index options to use for HypGetOption/HypSetOption.
    '**************************************************************************

    HYP_SVC_OPTIONS_INDEX Enumeration
    HSV_ZOOMIN = 1
    HSV_INCLUDE_SELECTION
    HSV_WITHIN_SELECTEDGROUP
    HSV_REMOVE_UNSELECTEDGROUP
    HSV_INDENTATION
    HSV_SUPPRESSROWS_MISSING
    HSV_SUPPRESSROWS_ZEROS
    HSV_SUPPRESSROWS_UNDERSCORE
    HSV_SUPPRESSROWS_NOACCESS
    HSV_SUPPRESSROWS_REPEATEDMEMBERS
    HSV_SUPPRESSROWS_INVALID
    HSV_ANCESTOR_POSITION
    HSV_MISSING_LABEL
    HSV_NOACCESS_LABEL
    HSV_CELL_STATUS
    HSV_MEMBER_DISPLAY
    HSV_INVALID_LABEL
    HSV_SUBMITZERO
    HSV_19 ' unused reserved for later use.
    HSV_20
    HSV_PRESERVE_FORMULA_COMMENT
    HSV_22
    HSV_FORMULA_FILL
    HSV_EXCEL_FORMATTING = 30
    HSV_RETAIN_NUMERIC_FORMATTING
    HSV_THOUSAND_SEPARATOR
    HSV_NAVIGATE_WITHOUTDATA
    HSV_ENABLE_FORMATSTRING
    HSV_ENHANCED_COMMENT_HANDLING
    HSV_ADJUSTCOLUMNWIDTH
    HSV_DECIMALPLACES
    HSV_SCALE
    HSV_MOVEFORMATS_ON_ADHOC
    HSV_DISPLAY_INVALIDDATA
    HSV_SUPPRESSCOLUMNS_MISSING
    HSV_SUPPRESSCOLUMNS_ZEROS
    HSV_SUPPRESSCOLUMNS_NOACCESS
    HSV_SUPPRESS_MISSINGBLOCKS
    HSV_DOUBLECLICK_FOR_ADHOC = 101
    HSV_UNDO_ENABLE
    HSV_103
    HSV_LOGMESSAGE_DISPLAY
    HSV_ROUTE_LOGMESSAGE_TO_FILE
    HSV_CLEAR_LOG_ON_NEXTLAUNCH
    HSV_REDUCE_EXCEL_FILESIZE
    HSV_ENABLE_RIBBON_CONTEXT
    HSV_DISPLAY_HOMEPANEL_ONSTARTUP
    HSV_SHOW_COMMENTDIALOG_ON_REFRESH
    HSV_NUMBER_OF_UNDO_ACTION
    HSV_NUMBER_OF_MRU_ITEMS
    HSV_ROUTE_LOGMESSAGE_FILE_LOCATION
    HSV_DISABLE_SMARTVIEW_IN_OUTLOOK
    HSV_DISPLAY_SMARTVIEW_SHORTCUT_MENU_ONLY
    HSV_DISPLAY_DRILL_THROUGH_REPORT_TOOLTIP
    HSV_SHOW_PROGRESSINFORMATION
    HSV_PROGRESSINFO_TIMEDELAY
    HSV_ENABLE_PROFILING
    End Enum

    DIMENSION_TYPE Enumeration
    ROW_DIM = 0
    COL = 1
    POV = 2
    PAGE = 3
    USERVAR = 5
    End Enum

    "This method is for the 64-bit version of Microsoft office.
    #If VBA7 then

    '**************************************************************************
    "The functions in the menu.
    '**************************************************************************

    Public declare function HypMenuVAbout Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVAdjust Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVBusinessRules Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVCalculation Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVCellText Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVCollapse Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVConnect Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVCopyDataPoints Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVExpand Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVFunctionBuilder Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVInstruction Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVKeepOnly Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVMemberSelection Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVOptions Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVPasteDataPoints Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVPivot Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVPOVManager Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVQueryDesigner Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVRedo Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVRefresh Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVRefreshAll Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVRefreshOfflineDefinition Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVRemoveOnly Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVRulesOnForm Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVRunReport Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVSelectForm Lib "HsAddin" () PtrSafe as long
    Public Declare PtrSafe Function HypMenuVShowHelpHtml Lib "HsAddin" (ByVal vtHelpPage As Variant) As Long
    Public declare function HypMenuVSubmitData Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVSupportingDetails Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVSyncBack Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVTakeOffline Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVUndo Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVVisualizeinExcel Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVZoomIn Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVZoomOut Lib "HsAddin" () PtrSafe as long
    Public Declare PtrSafe Function HypMenuVMigrate Lib "HsAddin" (ByVal vtOption As Variant, ByRef vtOutput As Variant) As Long
    Public declare function HypMenuVLRO Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVCascadeSameWorkbook Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVCascadeNewWorkbook Lib "HsAddin" () PtrSafe as long
    Public declare function HypMenuVMemberInformation Lib "HsAddin" () PtrSafe as long
    Public Declare PtrSafe Function HypExecuteMenu Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMenuName As Variant) As Long
    Public Declare PtrSafe Function HypHideRibbonMenu Lib "HsAddin" (ByVal vtSheetName As Variant _
    ParamArray vtMenus() As Variant) As Long
    Public Declare PtrSafe Function HypHideRibbonMenuReset Lib "HsAddin" (ByVal vtSheetName As Variant) As Long

    '**************************************************************************
    "General functions.
    '**************************************************************************

    Public Declare PtrSafe Function HypCopyMetaData Lib "HsAddin" (ByVal vtSourceSheetName As Variant _
    ByVal vtDestinationSheetName As Variant) As Long

    Public Declare PtrSafe Function HypDeleteMetaData Lib "HsAddin" (ByVal vtDispObject As Variant _
    ByVal vtbWorkbook As Variant _
    ByVal vtbClearMetadataOnAllSheetsWithinWorkbook As Variant) As Long

    Public Declare PtrSafe Function HypGetSubstitutionVariable Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtApplicationName As Variant _
    ByVal vtDatabaseName As Variant _
    ByVal vtVariableName As Variant _
    ByRef vtVariableNames As Variant _
    ByRef vtVariableValues As Variant) As Long

    Public Declare PtrSafe Function HypIsDataModified Lib "HsAddin" (ByVal vtSheetName As Variant) As Boolean

    Public Declare PtrSafe Function HypIsFreeForm Lib "HsAddin" (ByVal vtSheetName As Variant) As Boolean

    Public Declare PtrSafe Function HypIsSmartViewContentPresent Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByRef vtTypeOfContentsInSheet As TYPE_OF_CONTENTS_IN_SHEET) As Boolean

    Public Declare PtrSafe Function HypPreserveFormatting Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelectionRange As Variant) As Long

    Public Declare PtrSafe Function HypRedo Lib "HsAddin" (ByVal vtSheetName As Variant) As Long

    Public Declare PtrSafe Function HypRemovePreservedFormats Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtbRemoveAllCapturedFormats As Variant _
    ByVal vtSelectionRange As Variant) As Long

    Public Declare PtrSafe Function HypSetAliasTable Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtAliasTableName As Variant) As Long

    Public Declare PtrSafe Function HypSetMenu Lib "HsAddin" (ByVal bSetMenu As Boolean) As Long

    Public Declare PtrSafe Function HypShowPov Lib "HsAddin" (ByVal bShowPov As Boolean) As Long

    Public Declare PtrSafe Function HypSetSubstitutionVariable Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtApplicationName As Variant _
    ByVal vtDatabaseName As Variant _
    ByVal vtVariableName As Variant _
    ByVal vtVariableValue As Variant) As Long

    Public Declare PtrSafe Function HypUndo Lib "HsAddin" (ByVal vtSheetName As Variant) As Long

    Public Declare PtrSafe Function HypShowPanel Lib "HsAddin" (ByVal bShow As Boolean) As Long

    Public Declare PtrSafe Function HypGetLastError Lib "HsAddin" (ByRef vtErrorCode As Variant, vtErrorMessage As Variant ByRef, ByRef vtErrorDescription As Variant) As Long

    Public Declare PtrSafe Function HypGetVersion Lib "HsAddin" (ByVal _ As Variant vtID
    ByRef vtValueList As Variant, ByVal vtVersionInfoFileCommand As Variant) As Long

    Public Declare PtrSafe Function HypGetDatabaseNote Lib "HsAddin" (ByVal vtSheetName As Variant, ByRef vtDBNote As Variant) As Long

    '**************************************************************************
    "Functions of connection."
    '**************************************************************************

    Public Declare PtrSafe Function HypConnect Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtUserName As Variant _
    ByVal vtPassword As Variant _
    ByVal vtFriendlyName As Variant) As Long

    Public Declare PtrSafe Function HypUIConnect Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtUserName As Variant _
    ByVal vtPassword As Variant _
    ByVal vtFriendlyName As Variant) As Long

    Public Declare PtrSafe Function HypConnected Lib "HsAddin" (ByVal vtSheetName As Variant) As Variant

    Public Declare PtrSafe Function HypConnectionExists Lib "HsAddin" (ByVal vtFriendlyName As Variant) As Variant

    Public Declare PtrSafe Function HypCreateConnection Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtUserName As Variant _
    ByVal vtPassword As Variant _
    ByVal vtProvider As Variant _
    ByVal vtProviderURL As Variant _
    ByVal vtServerName As Variant _
    ByVal vtApplicationName As Variant _
    ByVal vtDatabaseName As Variant _
    ByVal vtFriendlyName As Variant _
    ByVal vtDescription As Variant) As Long
                                                              
    Public Declare PtrSafe Function HypCreateConnectionEx Lib "HsAddin" (ByVal vtProviderType As Variant _
    ByVal vtServerName As Variant _
    ByVal vtApplicationName As Variant _
    ByVal vtDatabaseName As Variant _
    ByVal vtFormName As Variant _
    ByVal vtProviderURL As Variant _
    ByVal vtFriendlyName As Variant _
    ByVal vtUserName As Variant _
    ByVal vtPassword As Variant _
    ByVal vtDescription As Variant _
    ByVal vtReserved1 As Variant _
    ByVal vtReserved2 As Variant) As Long

    Public Declare PtrSafe Function HypDisconnect Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal bLogoutUser As Boolean) As Long

    Public declare function HypDisconnectAll Lib "HsAddin" () PtrSafe as long

    Public Declare PtrSafe Function HypDisconnectEx Lib "HsAddin" (ByVal vtFriendlyName As Variant) As Long

    Public Declare PtrSafe Function HypGetSharedConnectionsURL Lib "HsAddin" (ByRef vtSharedConnURL As Variant) As Long

    Public declare function HypInvalidateSSO Lib "HsAddin" () PtrSafe as long

    Public declare function HypIsConnectedToSharedConnections Lib "HsAddin" () as Variant PtrSafe

    Public Declare PtrSafe Function HypRemoveConnection Lib "HsAddin" (ByVal vtFriendlyName As Variant) As Long

    Public Declare PtrSafe Function HypResetFriendlyName Lib "HsAddin" (ByVal vtOldFriendlyName As Variant _
    ByVal vtNewFriendlyName As Variant) As Long

    Public Declare PtrSafe Function HypSetActiveConnection Lib "HsAddin" (ByVal vtFriendlyName As Variant) As Long

    Public Declare PtrSafe Function HypSetAsDefault Lib "HsAddin" (ByVal vtFriendlyName As Variant) As Long

    Public Declare PtrSafe Function HypSetConnAliasTable Lib "HsAddin" (ByVal vtFriendlyName As Variant _
    ByVal vtAliasTableName As Variant) As Long

    Public Declare PtrSafe Function HypSetSharedConnectionsURL Lib "HsAddin" (ByVal vtSharedConnURL As Variant) As Long

    '**************************************************************************
    'Ad Hoc functions
    '**************************************************************************

    Public Declare PtrSafe Function HypExecuteQuery Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMDXQuery As Variant) As Long

    Public Declare PtrSafe Function HypKeepOnly Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelection As Variant) As Long

    Public Declare PtrSafe Function HypPivot Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtStart As Variant _
    ByVal vtEnd As Variant) As Long
                                                   
    Public Declare PtrSafe Function HypPivotToGrid Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtDimensionName As Variant _
    ByVal vtSelection As Variant) As Long

    Public Declare PtrSafe Function HypPivotToPOV Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelection As Variant) As Long

    Public Declare PtrSafe Function HypRemoveOnly Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelection As Variant) As Long

    Public Declare PtrSafe Function HypRetrieve Lib "HsAddin" (ByVal vtSheetName As Variant) As Long

    Public Declare PtrSafe Function HypRetrieveRange Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant _
    ByVal vtFriendlyName As Variant) As Long

    Public Declare PtrSafe Function HypRetrieveNameRange Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtGridName As Variant) As Long

    Public Declare PtrSafe Function HypGetNameRangeList Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtFriendlyName As Variant _
    ByRef vtNameList As Variant) As Long

    Public declare function HypRetrieveAllWorkbooks Lib "HsAddin" () PtrSafe as long

    Public Declare PtrSafe Function HypSubmitData Lib "HsAddin" (ByVal vtSheetName As Variant) As Long

    Public Declare PtrSafe Function HypZoomIn Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelection As Variant _
    ByVal vtLevel As Variant _
    ByVal vtAcross As Variant) As Long

    Public Declare PtrSafe Function HypZoomOut Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelection As Variant) As Long

    Public Declare PtrSafe Function HypPerformAdhocOnForm Lib "HsAddin" (ByVal vtSheetName As Variant, ByVal vtFormName As Variant) As Long

    '**************************************************************************
    "Train functions.
    '**************************************************************************

    Public Declare PtrSafe Function HypOpenForm Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtFolderPath As Variant _
    ByVal vtFormName As Variant _
    ByRef vtDimensionList() As Variant _
    ByRef vtMemberList() As Variant) As Long

    '**************************************************************************
    'Functions of the cells.
    '**************************************************************************

    Type LRO_Info
    lNumLRO As Long
    lNumDim As Long
    LROList as Variant
    End type

    Public Declare PtrSafe Function HypCell Lib "HsAddin" (ByVal vtSheetName As Variant _
    ParamArray MemberList() as Variant) as Variant

    Public Declare PtrSafe Function HypFreeDataPoint Lib "HsAddin" (ByRef vtInfo As Variant) As Long

    Public Declare PtrSafe Function HypGetCellRangeForMbrCombination Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByRef vtDimNames() As Variant _
    ByRef vtMbrNames() As Variant _
    ByRef vtCellIntersectionRange As Variant) As Long

    Public Declare PtrSafe Function HypGetDataPoint Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtCell As Variant) As Variant

    Public Declare PtrSafe Function HypGetDimMbrsForDataCell Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtCellRange As Variant _
    ByRef vtServerName As Variant _
    ByRef vtAppName As Variant _
    ByRef vtCubeName As Variant _
    ByRef vtFormName As Variant _
    ByRef vtDimensionNames As Variant _
    ByRef vtMemberNames As Variant) As Long

    Public Declare PtrSafe Function HypIsCellWritable Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtCellRange As Variant) As Boolean

    Public Declare PtrSafe Function HypSetCellsDirty Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant) As Long

    Public Declare PtrSafe Function HypDeleteAllLROs Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelectionRange As Variant) As Long

    Public Declare PtrSafe Function HypDeleteLROs Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelectionRange As Variant _
    ByRef vtLROIDs() As Variant) As Long

    Public Declare PtrSafe Function HypAddLRO Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelectionRange As Variant _
    ByVal vtlType As Variant _
    ByVal vtName As Variant _
    ByVal vtDescription As Variant) As Long

    Public Declare PtrSafe Function HypUpdateLRO Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelectionRange As Variant _
    VtID As Variant, _ ByVal
    ByVal vtlType As Variant _
    ByVal vtName As Variant _
    ByVal vtDescription As Variant) As Long

    Public Declare PtrSafe Function HypListLROs Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelectionRange As Variant _
    ByRef vtID As LRO_Info) As Long

    Public Declare PtrSafe Function HypRetrieveLRO Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelectionRange As Variant _
    VtID As Variant, _ ByVal
    ByRef vtName As Variant _
    ByRef vtDescription As Variant) As Long

    Public Declare PtrSafe Function HypGetDrillThroughReports Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelectionRange As Variant _
    ByRef vtIDs As Variant _
    ByRef vtNames As Variant _
    ByRef vtURLs As Variant _
    ByRef vtURLTemplates As Variant _
    ByRef vtTypes As Variant) As Long
                                                         
                                                         
    Public Declare PtrSafe Function HypExecuteDrillThroughReport Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelectionRange As Variant _
    VtID As Variant, _ ByVal
    ByVal vtName As Variant _
    ByVal vtURL As Variant _
    ByVal vtURLTemplate As Variant _
    ByVal vtType As Variant) As Long

    '**************************************************************************
    'Functions POV.
    '**************************************************************************

    Public Declare PtrSafe Function HypGetPagePOVChoices Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtDimensionName As Variant _
    ByRef vtMbrNameChoices As Variant _
    ByRef vtMbrDescChoices As Variant) As Long

    Public Declare PtrSafe Function HypSetBackgroundPOV Lib "HsAddin" (ByVal vtFriendlyName As Variant _
    ParamArray MemberList() as Variant) as long

    Public Declare PtrSafe Function HypSetPages Lib "HsAddin" (ByVal vtSheetName As Variant _
    ParamArray MemberList() as Variant) as long

    Public Declare PtrSafe Function HypSetPOV Lib "HsAddin" (ByVal vtSheetName As Variant _
    ParamArray MemberList() as Variant) as long

    Public Declare PtrSafe Function HypSetMembers Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtDimensionName As Variant _
    ParamArray MemberList() as Variant) as long
    Public Declare Function HypGetPOV Lib "HsAddin" (ByVal vtSheetName _ PtrSafe
    ByRef vtDimensionNames As Variant _
    ByRef vtMemberNames As Variant, ByRef vtType As Variant) As Long
    Public Declare PtrSafe Function HypGetDimensions Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByRef vtMemberNames As Variant, ByRef vtType As Variant) As Long
    Public Declare PtrSafe Function HypGetMembers Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtDimensionName As Variant _
    ByRef vtMbrNameChoices As Variant _
    ByRef vtMbrDescChoices As Variant) As Long
                                                               
    Public Declare PtrSafe Function HypSetDimensions Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByRef vtDimNames() As Variant _
    ByRef vtTypes() As Variant) As Long

    Public Declare PtrSafe Function HypGetBackgroundPOV Lib "HsAddin" (ByVal vtFriendlyName As Variant _
    ByRef vtDimensionNames As Variant _
    ByRef vtMemberNames As Variant) As Long
          
    Public Declare PtrSafe Function HypGetActiveMember Lib "HsAddin" (ByVal vtDimName As Variant _
    ByRef vtMember As Variant) As Long
          
    Public Declare PtrSafe Function HypSetActiveMember Lib "HsAddin" (ByVal vtDimName As Variant _
    ByVal vtMember As Variant) As Long

    '**************************************************************************
    "Calculation script / functions of business rule.
    '**************************************************************************

    Public Declare PtrSafe Function HypDeleteCalc Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtApplicationName As Variant _
    ByVal vtDatabaseName As Variant _
    ByVal vtCalcScript As Variant) As Long

    Public Declare PtrSafe Function HypExecuteCalcScript Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtCalcScript As Variant _
    ByVal vtSynchronous As Variant) As Long
                                                                   
    Public Declare PtrSafe Function HypExecuteCalcScriptEx Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtCubeName As Variant _
    ByVal vtBRName As Variant _
    ByVal vtBRType As Variant _
    ByVal vtbBRHasPrompts As Variant _
    ByVal vtbBRNeedPageInfo As Variant _
    ByRef vtRTPNames() As Variant _
    ByRef vtRTPValues() As Variant _
    ByVal vtbShowRTPDlg As Variant _
    ByVal vtbRuleOnForm As Variant _
    ByRef vtBRRanSuccessfully As Variant _
    ByRef vtCubeName As Variant _
    ByRef vtBRName As Variant _
    ByRef vtBRType As Variant _
    ByRef vtbBRHasPrompts As Variant _
    ByRef vtbBRNeedPageInfo As Variant _
    ByRef vtbBRHidePrompts As Variant _
    ByRef vtRTPNamesUsed As Variant _
    ByRef vtRTPValuesUsed As Variant) As Long

    Public Declare PtrSafe Function HypListCalcScripts Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByRef scriptArray As Variant) As Long

    Public Declare PtrSafe Function HypListCalcScriptsEx Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtbRuleOnForm As Variant _
    ByRef vtCubeNames As Variant _
    ByRef vtBRNames As Variant _
    ByRef vtBRTypes As Variant _
    ByRef vtBRHasPrompts As Variant _
    ByRef vtBRNeedsPageInfo As Variant _
    ByRef vtBRHidePrompts As Variant) As Long

    '**************************************************************************
    ' Calculate / consolidate / definition of functions.
    '**************************************************************************

    Public Declare PtrSafe Function HypCalculate Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant) As Long

    Public Declare PtrSafe Function HypCalculateContribution Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant) As Long

    Public Declare PtrSafe Function HypConsolidate Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant) As Long

    Public Declare PtrSafe Function HypConsolidateAll Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant) As Long

    Public Declare PtrSafe Function HypConsolidateAllWithData Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant) As Long

    Public Declare PtrSafe Function HypForceCalculate Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant) As Long

    Public Declare PtrSafe Function HypForceCalculateContribution Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant) As Long

    Public Declare PtrSafe Function HypForceTranslate Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant) As Long

    Public Declare PtrSafe Function HypTranslate Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant) As Long

    '**************************************************************************
    'The functions of request of members.
    '**************************************************************************

    Public Declare PtrSafe Function HypFindMember Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByVal vtAliasTable As Variant _
    ByRef vtDimensionName As Variant _
    ByRef vtAliasName As Variant _
    ByRef vtGenerationName As Variant _
    ByRef vtLevelName As Variant) As Long

    Public Declare PtrSafe Function HypFindMemberEx Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByVal vtAliasTable As Variant _
    ByRef vtDimensionName As Variant _
    ByRef vtAliasName As Variant _
    ByRef vtGenerationName As Variant _
    ByRef vtLevelName As Variant) As Long

    Public Declare PtrSafe Function HypGetAncestor Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByVal vtLayerType As Variant _
    ByVal intLayerNumber As Integer _
    ByRef vtAncestor As Variant) As Long

    Public Declare PtrSafe Function HypGetChildren Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByVal intChildCount As Integer _
    ByRef vtChildNameArray As Variant) As Long

    Public Declare PtrSafe Function HypGetParent Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByRef vtParentName As Variant) As Long

    Public Declare PtrSafe Function HypIsAttribute Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtDimensionName As Variant _
    ByVal vtMemberName As Variant _
    ByVal vtUDAString As Variant) As Variant

    Public Declare PtrSafe Function HypIsDescendant Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByVal vtDescendantName As Variant) As Boolean

    Public Declare PtrSafe Function HypIsAncestor Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByVal vtAncestorName As Variant) As Variant

    Public Declare PtrSafe Function HypIsExpense Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtDimensionName As Variant _
    ByVal vtMemberName As Variant) As Variant

    Public Declare PtrSafe Function HypIsParent Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByVal ParentName As Variant) to Boolean

    Public Declare PtrSafe Function HypIsChild Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtParentName As Variant _
    ByVal vtChildName As Variant) As Variant

    Public Declare PtrSafe Function HypIsUDA Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtDimensionName As Variant _
    ByVal vtMemberName As Variant _
    ByVal vtUDAString As Variant) As Variant

    Public Declare PtrSafe Function HypOtlGetMemberInfo Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtDimensionName As Variant _
    ByVal vtMemberName As Variant _
    ByVal vtPredicate As Variant _
    ByRef vtMemberArray As Variant) As Long

    Public Declare PtrSafe Function HypQueryMembers Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByVal vtPredicate As Variant _
    ByVal vtOption As Variant _
    ByVal vtDimensionName As Variant _
    ByVal vtInput1 As Variant _
    ByVal vtInput2 As Variant _
    ByRef vtMemberArray As Variant) As Long

    Public Declare PtrSafe Function HypGetMemberInformation Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByVal vtPropertyName As Variant _
    ByRef vtPropertyValue As Variant _
    ByRef vtPropertyValueStrings As Variant) As Long

    Public Declare PtrSafe Function HypGetMemberInformationEx Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByRef vtPropertyNames As Variant _
    ByRef vtPropertyValues As Variant _
    ByRef vtPropertyValueStrings As Variant) As Long

    '**************************************************************************
    ' Option functions
    '**************************************************************************

    Public Declare PtrSafe Function HypGetGlobalOption Lib "HsAddin" (ByVal vtItem As Long) As Variant

    Public Declare PtrSafe Function HypGetSheetOption Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtItem As Variant) As Variant

    Public Declare PtrSafe Function HypGetOption Lib "HsAddin" (ByVal vtItem As Variant, ByRef vtRet As Variant, ByVal vtSheetName As Variant) As Long

    Public Declare PtrSafe Function HypSetGlobalOption Lib "HsAddin" (ByVal vtItem As Long _
    ByVal vtGlobalOption As Variant) As Long

    Public Declare PtrSafe Function HypSetSheetOption Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtItem As Variant _
    ByVal vtOption As Variant) As Long

    Public Declare PtrSafe Function HypSetOption Lib "HsAddin" (ByVal vtItem As Variant _
    ByVal vtOption As Variant, ByVal vtSheetName As Variant) As Long

    Public declare function HypDeleteAllMRUItems Lib "HsAddin" () PtrSafe as long

    '**************************************************************************
    'Functions of dynamic Link.
    '**************************************************************************

    Public Declare PtrSafe Function HypDisplayToLinkView Lib "HsAddin" (ByVal vtDocumentType As Variant _
    ByVal vtDocumentPath As Variant) As Long

    Public declare function HypGetColCount Lib "HsAddin" () PtrSafe as long

    Public Declare PtrSafe Function HypGetColItems Lib "HsAddin" (ByVal vtColID As Variant _
    ByRef vtDimensionName As Variant _
    ByRef vtMemberNames As Variant) As Long

    Public Declare PtrSafe Function HypGetConnectionInfo Lib "HsAddin" (ByRef vtServerName As Variant _
    ByRef vtUserName As Variant _
    ByRef vtPassword As Variant _
    ByRef vtApplicationName As Variant _
    ByRef vtDatabaseName As Variant _
    ByRef vtFriendlyName As Variant _
    ByRef vtURL As Variant _
    ByRef vtProviderType As Variant) As Long

    Public Declare PtrSafe Function HypGetLinkMacro Lib "HsAddin" (ByRef vtMacroName As Variant) As Long

    Public declare function HypGetPOVCount Lib "HsAddin" () PtrSafe as long

    Public Declare PtrSafe Function HypGetPOVItems Lib "HsAddin" (ByRef vtDimensionNames As Variant _
    ByRef vtPOVNames As Variant) As Long

    Public declare function HypGetRowCount Lib "HsAddin" () PtrSafe as long

    Public Declare PtrSafe Function HypGetRowItems Lib "HsAddin" (ByVal rowID As Variant _
    ByRef vtDimensionName As Variant _
    ByRef vtMemberNames As Variant) As Long

    Public Declare PtrSafe Function HypGetSourceGrid Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByRef vtGrid As Variant) As Long

    Public Declare PtrSafe Function HypSetColItems Lib "HsAddin" (ByVal vtColID As Variant _
    ByVal vtDimensionName As Variant _
    ParamArray MemberList() as Variant) as long

    Public Declare PtrSafe Function HypSetConnectionInfo Lib "HsAddin" (ByVal vtServerName As Variant _
    ByVal vtUserName As Variant _
    ByVal vtPassword As Variant _
    ByVal vtApplicationName As Variant _
    ByVal vtDatabaseName As Variant _
    ByVal vtFriendlyName As Variant _
    ByVal vtURL As Variant _
    ByVal vtProviderType As Variant) As Long

    Public Declare PtrSafe Function HypSetLinkMacro Lib "HsAddin" (ByVal vtMacroName As Variant) As Long

    Public Declare PtrSafe Function HypSetPOVItems Lib "HsAddin" (ParamArray MemberList() as an alternative) as long

    Public Declare PtrSafe Function HypSetRowItems Lib "HsAddin" (ByVal vtRowID As Variant _
    ByVal vtDimensionName As Variant _
    ParamArray MemberList() as Variant) as long

    Public Declare PtrSafe Function HypUseLinkMacro Lib "HsAddin" (ByVal nozzle As Boolean) As Long

    '**************************************************************************
    "Deprecated functions
    '**************************************************************************

    Public Declare PtrSafe Function HypCaptureFormatting Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelectionRange As Variant) As Long

    Public Declare PtrSafe Function HypRemoveCapturedFormats Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtbRemoveAllCapturedFormats As Variant _
    ByVal vtSelectionRange As Variant) As Long

    Public declare function HypConnectToAPS Lib "HsAddin" () PtrSafe as long

    Public declare function HypDisconnectFromAPS Lib "HsAddin" () PtrSafe as long

    Public Declare PtrSafe Function HypGetCurrentAPSURL Lib "HsAddin" (ByRef vtAPSURL As Variant) As Long

    Public Declare PtrSafe Function HypGetOverrideFlag Lib "HsAddin" (ByRef vtOverride As Boolean) As Long

    Public declare function HypIsConnectedToAPS Lib "HsAddin" () PtrSafe as long

    Public Declare PtrSafe Function HypMigrateConnectionToDataSourceMgr Lib "HsAddin" (ByVal vtFriendlyName As Variant) As Long

    Public Declare PtrSafe Function HypSetCurrentUserAPSURL Lib "HsAddin" (ByVal vtAPSURL As Variant) As Long

    Public Declare PtrSafe Function HypSetOverrideFlag Lib "HsAddin" (ByVal vtOverride As Boolean) As Long

    Public declare function HypMenuVVisualizeinHVE Lib "HsAddin" () PtrSafe as long

    '**************************************************************************
    '**************************************************************************

    '**************************************************************************
    "ADVANCED MDX QUERY SECTION.
    '**************************************************************************

    '**************************************************************************
    "Type statements."
    '**************************************************************************

    Type MDX_CELL
    CellValue As Double
    CellStatus As Long
    End type

    Type MDX_PROPERTY
    PropertyName as Variant
    PropertyValue as Variant
    PropertyType as Variant
    End type

    Type MDX_MEMBER
    MemberName as Variant
    NumClusters As Long
    NumProps As Long
    PropInfo() as MDX_PROPERTY
    End type

    Type MDX_DIMENSION
    Nomdimension as Variant
    NumProps As Long
    NumMembers As Long
    PropsInfo() as MDX_PROPERTY
    MemberInfo() as MDX_MEMBER
    End type

    Type MDX_CLUSTER
    DimensionInfo() as MDX_DIMENSION
    TupleCount As Long
    End type

    Type MDX_AXIS
    DimensionsCount As Long
    TuplesCount As Long
    ClustersCount As Long
    DimensionInfo() as MDX_DIMENSION
    ClusterInfo() as MDX_CLUSTER
    End type

    Type MDX_AXES_NATIVE
    AxisCount As Long
    That as long
    AxisInfo as Variant
    CellInfo as Variant
    End type

    Type MDX_AXES
    AxisCount As Long
    That as long
    AxisInfo() as MDX_AXIS
    CellInfo() as MDX_CELL
    End type

    '**************************************************************************
    ' Function in MDX query
    '**************************************************************************

    Public Declare PtrSafe Function HypExecuteMDXEx Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtQuery As Variant _
    ByVal vtBoolHideData As Variant _
    ByVal vtBoolDataLess As Variant _
    ByVal vtBoolNeedStatus As Variant _
    ByVal vtMbrIDType As Variant _
    ByVal vtAliasTable As Variant _
    ByRef outResult As MDX_AXES_NATIVE) As Long ' Essbase

    "For the 32-bit version of Microsoft office
    #Else

    '**************************************************************************
    "The functions in the menu.
    '**************************************************************************

    Public Declare Function HypMenuVAbout Lib "HsAddin" () As Long
    Public Declare Function HypMenuVAdjust Lib "HsAddin" () As Long
    Public Declare Function HypMenuVBusinessRules Lib "HsAddin" () As Long
    Public Declare Function HypMenuVCalculation Lib "HsAddin" () As Long
    Public Declare Function HypMenuVCellText Lib "HsAddin" () As Long
    Public Declare Function HypMenuVCollapse Lib "HsAddin" () As Long
    Public Declare Function HypMenuVConnect Lib "HsAddin" () As Long
    Public Declare Function HypMenuVCopyDataPoints Lib "HsAddin" () As Long
    Public Declare Function HypMenuVExpand Lib "HsAddin" () As Long
    Public Declare Function HypMenuVFunctionBuilder Lib "HsAddin" () As Long
    Public Declare Function HypMenuVInstruction Lib "HsAddin" () As Long
    Public Declare Function HypMenuVKeepOnly Lib "HsAddin" () As Long
    Public Declare Function HypMenuVMemberSelection Lib "HsAddin" () As Long
    Public Declare Function HypMenuVOptions Lib "HsAddin" () As Long
    Public Declare Function HypMenuVPasteDataPoints Lib "HsAddin" () As Long
    Public Declare Function HypMenuVPivot Lib "HsAddin" () As Long
    Public Declare Function HypMenuVPOVManager Lib "HsAddin" () As Long
    Public Declare Function HypMenuVQueryDesigner Lib "HsAddin" () As Long
    Public Declare Function HypMenuVRedo Lib "HsAddin" () As Long
    Public Declare Function HypMenuVRefresh Lib "HsAddin" () As Long
    Public Declare Function HypMenuVRefreshAll Lib "HsAddin" () As Long
    Public Declare Function HypMenuVRefreshOfflineDefinition Lib "HsAddin" () As Long
    Public Declare Function HypMenuVRemoveOnly Lib "HsAddin" () As Long
    Public Declare Function HypMenuVRulesOnForm Lib "HsAddin" () As Long
    Public Declare Function HypMenuVRunReport Lib "HsAddin" () As Long
    Public Declare Function HypMenuVSelectForm Lib "HsAddin" () As Long
    Public Declare Function HypMenuVShowHelpHtml Lib "HsAddin" (ByVal vtHelpPage As Variant) As Long
    Public Declare Function HypMenuVSubmitData Lib "HsAddin" () As Long
    Public Declare Function HypMenuVSupportingDetails Lib "HsAddin" () As Long
    Public Declare Function HypMenuVSyncBack Lib "HsAddin" () As Long
    Public Declare Function HypMenuVTakeOffline Lib "HsAddin" () As Long
    Public Declare Function HypMenuVUndo Lib "HsAddin" () As Long
    Public Declare Function HypMenuVVisualizeinExcel Lib "HsAddin" () As Long
    Public Declare Function HypMenuVZoomIn Lib "HsAddin" () As Long
    Public Declare Function HypMenuVZoomOut Lib "HsAddin" () As Long
    Public Declare Function HypMenuVMigrate Lib "HsAddin" (ByVal vtOption As Variant, ByRef vtOutput As Variant) As Long
    Public Declare Function HypMenuVLRO Lib "HsAddin" () As Long
    Public Declare Function HypMenuVCascadeSameWorkbook Lib "HsAddin" () As Long
    Public Declare Function HypMenuVCascadeNewWorkbook Lib "HsAddin" () As Long
    Public Declare Function HypMenuVMemberInformation Lib "HsAddin" () As Long
    Public Declare Function HypExecuteMenu Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMenuName As Variant) As Long
    Public Declare Function HypHideRibbonMenu Lib "HsAddin" (ByVal vtSheetName As Variant _
    ParamArray vtMenus() As Variant) As Long
    Public Declare Function HypHideRibbonMenuReset Lib "HsAddin" (ByVal vtSheetName As Variant) As Long

    '**************************************************************************
    "General functions.
    '**************************************************************************

    Public Declare Function HypCopyMetaData Lib "HsAddin" (ByVal vtSourceSheetName As Variant _
    ByVal vtDestinationSheetName As Variant) As Long

    Public Declare Function HypDeleteMetaData Lib "HsAddin" (ByVal vtDispObject As Variant _
    ByVal vtbWorkbook As Variant _
    ByVal vtbClearMetadataOnAllSheetsWithinWorkbook As Variant) As Long

    Public Declare Function HypGetSubstitutionVariable Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtApplicationName As Variant _
    ByVal vtDatabaseName As Variant _
    ByVal vtVariableName As Variant _
    ByRef vtVariableNames As Variant _
    ByRef vtVariableValues As Variant) As Long

    Public Declare Function HypIsDataModified Lib "HsAddin" (ByVal vtSheetName As Variant) As Boolean

    Public Declare Function HypIsFreeForm Lib "HsAddin" (ByVal vtSheetName As Variant) As Boolean

    Public Declare Function HypIsSmartViewContentPresent Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByRef vtTypeOfContentsInSheet As TYPE_OF_CONTENTS_IN_SHEET) As Boolean

    Public Declare Function HypPreserveFormatting Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelectionRange As Variant) As Long

    Public Declare Function HypRedo Lib "HsAddin" (ByVal vtSheetName As Variant) As Long

    Public Declare Function HypRemovePreservedFormats Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtbRemoveAllCapturedFormats As Variant _
    ByVal vtSelectionRange As Variant) As Long

    Public Declare Function HypSetAliasTable Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtAliasTableName As Variant) As Long

    Public Declare Function HypSetMenu Lib "HsAddin" (ByVal bSetMenu As Boolean) As Long

    Public Declare Function HypShowPov Lib "HsAddin" (ByVal bShowPov As Boolean) As Long

    Public Declare Function HypSetSubstitutionVariable Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtApplicationName As Variant _
    ByVal vtDatabaseName As Variant _
    ByVal vtVariableName As Variant _
    ByVal vtVariableValue As Variant) As Long

    Public Declare Function HypUndo Lib "HsAddin" (ByVal vtSheetName As Variant) As Long

    Public Declare Function HypShowPanel Lib "HsAddin" (ByVal bShow As Boolean) As Long

    Public Declare Function HypGetLastError Lib "HsAddin" (ByRef vtErrorCode As Variant, vtErrorMessage As Variant ByRef, ByRef vtErrorDescription As Variant) As Long

    Public Declare Function HypGetVersion Lib "HsAddin" (ByVal _ As Variant vtID
    ByRef vtValueList As Variant, ByVal vtVersionInfoFileCommand As Variant) As Long

    Public Declare Function HypGetDatabaseNote Lib "HsAddin" (ByVal vtSheetName As Variant, ByRef vtDBNote As Variant) As Long

    '**************************************************************************
    "Functions of connection."
    '**************************************************************************

    Public Declare Function HypConnect Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtUserName As Variant _
    ByVal vtPassword As Variant _
    ByVal vtFriendlyName As Variant) As Long

    Public Declare Function HypUIConnect Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtUserName As Variant _
    ByVal vtPassword As Variant _
    ByVal vtFriendlyName As Variant) As Long

    Public Declare Function HypConnected Lib "HsAddin" (ByVal vtSheetName As Variant) As Variant

    Public Declare Function HypConnectionExists Lib "HsAddin" (ByVal vtFriendlyName As Variant) As Variant

    Public Declare Function HypCreateConnection Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtUserName As Variant _
    ByVal vtPassword As Variant _
    ByVal vtProvider As Variant _
    ByVal vtProviderURL As Variant _
    ByVal vtServerName As Variant _
    ByVal vtApplicationName As Variant _
    ByVal vtDatabaseName As Variant _
    ByVal vtFriendlyName As Variant _
    ByVal vtDescription As Variant) As Long
                                                              
    Public Declare Function HypCreateConnectionEx Lib "HsAddin" (ByVal vtProviderType As Variant _
    ByVal vtServerName As Variant _
    ByVal vtApplicationName As Variant _
    ByVal vtDatabaseName As Variant _
    ByVal vtFormName As Variant _
    ByVal vtProviderURL As Variant _
    ByVal vtFriendlyName As Variant _
    ByVal vtUserName As Variant _
    ByVal vtPassword As Variant _
    ByVal vtDescription As Variant _
    ByVal vtReserved1 As Variant _
    ByVal vtReserved2 As Variant) As Long

    Public Declare Function HypDisconnect Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal bLogoutUser As Boolean) As Long

    Public Declare Function HypDisconnectAll Lib "HsAddin" () As Long

    Public Declare Function HypDisconnectEx Lib "HsAddin" (ByVal vtFriendlyName As Variant) As Long

    Public Declare Function HypGetSharedConnectionsURL Lib "HsAddin" (ByRef vtSharedConnURL As Variant) As Long

    Public Declare Function HypInvalidateSSO Lib "HsAddin" () As Long

    Public Declare Function HypIsConnectedToSharedConnections Lib "HsAddin" () as Variant

    Public Declare Function HypRemoveConnection Lib "HsAddin" (ByVal vtFriendlyName As Variant) As Long

    Public Declare Function HypResetFriendlyName Lib "HsAddin" (ByVal vtOldFriendlyName As Variant _
    ByVal vtNewFriendlyName As Variant) As Long

    Public Declare Function HypSetActiveConnection Lib "HsAddin" (ByVal vtFriendlyName As Variant) As Long

    Public Declare Function HypSetAsDefault Lib "HsAddin" (ByVal vtFriendlyName As Variant) As Long

    Public Declare Function HypSetConnAliasTable Lib "HsAddin" (ByVal vtFriendlyName As Variant _
    ByVal vtAliasTableName As Variant) As Long

    Public Declare Function HypSetSharedConnectionsURL Lib "HsAddin" (ByVal vtSharedConnURL As Variant) As Long

    '**************************************************************************
    'Ad Hoc functions
    '**************************************************************************

    Public Declare Function HypExecuteQuery Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMDXQuery As Variant) As Long

    Public Declare Function HypKeepOnly Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelection As Variant) As Long

    Public Declare Function HypPivot Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtStart As Variant _
    ByVal vtEnd As Variant) As Long
                                                   
    Public Declare Function HypPivotToGrid Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtDimensionName As Variant _
    ByVal vtSelection As Variant) As Long

    Public Declare Function HypPivotToPOV Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelection As Variant) As Long

    Public Declare Function HypRemoveOnly Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelection As Variant) As Long

    Public Declare Function HypRetrieve Lib "HsAddin" (ByVal vtSheetName As Variant) As Long

    Public Declare Function HypRetrieveRange Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant _
    ByVal vtFriendlyName As Variant) As Long

    Public Declare Function HypRetrieveNameRange Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtGridName As Variant) As Long

    Public Declare Function HypGetNameRangeList Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtFriendlyName As Variant _
    ByRef vtNameList As Variant) As Long

    Public Declare Function HypRetrieveAllWorkbooks Lib "HsAddin" () As Long

    Public Declare Function HypSubmitData Lib "HsAddin" (ByVal vtSheetName As Variant) As Long

    Public Declare Function HypZoomIn Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelection As Variant _
    ByVal vtLevel As Variant _
    ByVal vtAcross As Variant) As Long

    Public Declare Function HypZoomOut Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelection As Variant) As Long

    Public Declare Function HypPerformAdhocOnForm Lib "HsAddin" (ByVal vtSheetName As Variant, ByVal vtFormName As Variant) As Long

    '**************************************************************************
    "Train functions.
    '**************************************************************************

    Public Declare Function HypOpenForm Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtFolderPath As Variant _
    ByVal vtFormName As Variant _
    ByRef vtDimensionList() As Variant _
    ByRef vtMemberList() As Variant) As Long

    '**************************************************************************
    'Functions of the cells.
    '**************************************************************************

    Type LRO_Info
    lNumLRO As Long
    lNumDim As Long
    LROList as Variant
    End type

    Public Declare Function HypCell Lib "HsAddin" (ByVal vtSheetName As Variant _
    ParamArray MemberList() as Variant) as Variant

    Public Declare Function HypFreeDataPoint Lib "HsAddin" (ByRef vtInfo As Variant) As Long

    Public Declare Function HypGetCellRangeForMbrCombination Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByRef vtDimNames() As Variant _
    ByRef vtMbrNames() As Variant _
    ByRef vtCellIntersectionRange As Variant) As Long

    Public Declare Function HypGetDataPoint Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtCell As Variant) As Variant

    Public Declare Function HypGetDimMbrsForDataCell Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtCellRange As Variant _
    ByRef vtServerName As Variant _
    ByRef vtAppName As Variant _
    ByRef vtCubeName As Variant _
    ByRef vtFormName As Variant _
    ByRef vtDimensionNames As Variant _
    ByRef vtMemberNames As Variant) As Long

    Public Declare Function HypIsCellWritable Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtCellRange As Variant) As Boolean

    Public Declare Function HypSetCellsDirty Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant) As Long

    Public Declare Function HypDeleteAllLROs Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelectionRange As Variant) As Long

    Public Declare Function HypDeleteLROs Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelectionRange As Variant _
    ByRef vtLROIDs() As Variant) As Long

    Public Declare Function HypAddLRO Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelectionRange As Variant _
    ByVal vtlType As Variant _
    ByVal vtName As Variant _
    ByVal vtDescription As Variant) As Long

    Public Declare Function HypUpdateLRO Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelectionRange As Variant _
    VtID As Variant, _ ByVal
    ByVal vtlType As Variant _
    ByVal vtName As Variant _
    ByVal vtDescription As Variant) As Long

    Public Declare Function HypListLROs Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelectionRange As Variant _
    ByRef vtID As LRO_Info) As Long

    Public Declare Function HypRetrieveLRO Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelectionRange As Variant _
    VtID As Variant, _ ByVal
    ByRef vtName As Variant _
    ByRef vtDescription As Variant) As Long

    Public Declare Function HypGetDrillThroughReports Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelectionRange As Variant _
    ByRef vtIDs As Variant _
    ByRef vtNames As Variant _
    ByRef vtURLs As Variant _
    ByRef vtURLTemplates As Variant _
    ByRef vtTypes As Variant) As Long
                                                         
                                                         
    Public Declare Function HypExecuteDrillThroughReport Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelectionRange As Variant _
    VtID As Variant, _ ByVal
    ByVal vtName As Variant _
    ByVal vtURL As Variant _
    ByVal vtURLTemplate As Variant _
    ByVal vtType As Variant) As Long

    '**************************************************************************
    'Functions POV.
    '**************************************************************************

    Public Declare Function HypGetPagePOVChoices Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtDimensionName As Variant _
    ByRef vtMbrNameChoices As Variant _
    ByRef vtMbrDescChoices As Variant) As Long

    Public Declare Function HypSetBackgroundPOV Lib "HsAddin" (ByVal vtFriendlyName As Variant _
    ParamArray MemberList() as Variant) as long

    Public Declare Function HypSetPages Lib "HsAddin" (ByVal vtSheetName As Variant _
    ParamArray MemberList() as Variant) as long

    Public Declare Function HypSetPOV Lib "HsAddin" (ByVal vtSheetName As Variant _
    ParamArray MemberList() as Variant) as long

    Public Declare Function HypSetMembers Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtDimensionName As Variant _
    ParamArray MemberList() as Variant) as long
    Public Declare Function HypGetPOV Lib "HsAddin" (ByVal vtSheetName _
    ByRef vtDimensionNames As Variant _
    ByRef vtMemberNames As Variant, ByRef vtType As Variant) As Long
    Public Declare Function HypGetDimensions Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByRef vtMemberNames As Variant, ByRef vtType As Variant) As Long
    Public Declare Function HypGetMembers Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtDimensionName As Variant _
    ByRef vtMbrNameChoices As Variant _
    ByRef vtMbrDescChoices As Variant) As Long
                                                               
    Public Declare Function HypSetDimensions Lib "HsAddin" (ByVal vtSheetName _
    ByRef vtDimNames() As Variant _
    ByRef vtTypes() As Variant) As Long

    Public Declare Function HypGetBackgroundPOV Lib "HsAddin" (ByVal vtFriendlyName As Variant _
    ByRef vtDimensionNames As Variant _
    ByRef vtMemberNames As Variant) As Long
          
    Public Declare Function HypGetActiveMember Lib "HsAddin" (ByVal vtDimName As Variant _
    ByRef vtMember As Variant) As Long
          
    Public Declare Function HypSetActiveMember Lib "HsAddin" (ByVal vtDimName As Variant _
    ByVal vtMember As Variant) As Long

    '**************************************************************************
    "Calculation script / functions of business rule.
    '**************************************************************************

    Public Declare Function HypDeleteCalc Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtApplicationName As Variant _
    ByVal vtDatabaseName As Variant _
    ByVal vtCalcScript As Variant) As Long

    Public Declare Function HypExecuteCalcScript Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtCalcScript As Variant _
    ByVal vtSynchronous As Variant) As Long
                                                                   
    Public Declare Function HypExecuteCalcScriptEx Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtCubeName As Variant _
    ByVal vtBRName As Variant _
    ByVal vtBRType As Variant _
    ByVal vtbBRHasPrompts As Variant _
    ByVal vtbBRNeedPageInfo As Variant _
    ByRef vtRTPNames() As Variant _
    ByRef vtRTPValues() As Variant _
    ByVal vtbShowRTPDlg As Variant _
    ByVal vtbRuleOnForm As Variant _
    ByRef vtBRRanSuccessfully As Variant _
    ByRef vtCubeName As Variant _
    ByRef vtBRName As Variant _
    ByRef vtBRType As Variant _
    ByRef vtbBRHasPrompts As Variant _
    ByRef vtbBRNeedPageInfo As Variant _
    ByRef vtbBRHidePrompts As Variant _
    ByRef vtRTPNamesUsed As Variant _
    ByRef vtRTPValuesUsed As Variant) As Long

    Public Declare Function HypListCalcScripts Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByRef scriptArray As Variant) As Long

    Public Declare Function HypListCalcScriptsEx Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtbRuleOnForm As Variant _
    ByRef vtCubeNames As Variant _
    ByRef vtBRNames As Variant _
    ByRef vtBRTypes As Variant _
    ByRef vtBRHasPrompts As Variant _
    ByRef vtBRNeedsPageInfo As Variant _
    ByRef vtBRHidePrompts As Variant) As Long

    '**************************************************************************
    ' Calculate / consolidate / definition of functions.
    '**************************************************************************

    Public Declare Function HypCalculate Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant) As Long

    Public Declare Function HypCalculateContribution Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant) As Long

    Public Declare Function HypConsolidate Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant) As Long

    Public Declare Function HypConsolidateAll Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant) As Long

    Public Declare Function HypConsolidateAllWithData Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant) As Long

    Public Declare Function HypForceCalculate Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant) As Long

    Public Declare Function HypForceCalculateContribution Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant) As Long

    Public Declare Function HypForceTranslate Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant) As Long

    Public Declare Function HypTranslate Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtRange As Variant) As Long

    '**************************************************************************
    'The functions of request of members.
    '**************************************************************************

    Public Declare Function HypFindMember Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByVal vtAliasTable As Variant _
    ByRef vtDimensionName As Variant _
    ByRef vtAliasName As Variant _
    ByRef vtGenerationName As Variant _
    ByRef vtLevelName As Variant) As Long

    Public Declare Function HypFindMemberEx Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByVal vtAliasTable As Variant _
    ByRef vtDimensionName As Variant _
    ByRef vtAliasName As Variant _
    ByRef vtGenerationName As Variant _
    ByRef vtLevelName As Variant) As Long

    Public Declare Function HypGetAncestor Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByVal vtLayerType As Variant _
    ByVal intLayerNumber As Integer _
    ByRef vtAncestor As Variant) As Long

    Public Declare Function HypGetChildren Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByVal intChildCount As Integer _
    ByRef vtChildNameArray As Variant) As Long

    Public Declare Function HypGetParent Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByRef vtParentName As Variant) As Long

    Public Declare Function HypIsAttribute Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtDimensionName As Variant _
    ByVal vtMemberName As Variant _
    ByVal vtUDAString As Variant) As Variant

    Public Declare Function HypIsDescendant Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByVal vtDescendantName As Variant) As Boolean

    Public Declare Function HypIsAncestor Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByVal vtAncestorName As Variant) As Variant

    Public Declare Function HypIsExpense Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtDimensionName As Variant _
    ByVal vtMemberName As Variant) As Variant

    Public Declare Function HypIsParent Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByVal ParentName As Variant) to Boolean

    Public Declare Function HypIsChild Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtParentName As Variant _
    ByVal vtChildName As Variant) As Variant

    Public Declare Function HypIsUDA Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtDimensionName As Variant _
    ByVal vtMemberName As Variant _
    ByVal vtUDAString As Variant) As Variant

    Public Declare Function HypOtlGetMemberInfo Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtDimensionName As Variant _
    ByVal vtMemberName As Variant _
    ByVal vtPredicate As Variant _
    ByRef vtMemberArray As Variant) As Long

    Public Declare Function HypQueryMembers Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByVal vtPredicate As Variant _
    ByVal vtOption As Variant _
    ByVal vtDimensionName As Variant _
    ByVal vtInput1 As Variant _
    ByVal vtInput2 As Variant _
    ByRef vtMemberArray As Variant) As Long

    Public Declare Function HypGetMemberInformation Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByVal vtPropertyName As Variant _
    ByRef vtPropertyValue As Variant _
    ByRef vtPropertyValueStrings As Variant) As Long

    Public Declare Function HypGetMemberInformationEx Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtMemberName As Variant _
    ByRef vtPropertyNames As Variant _
    ByRef vtPropertyValues As Variant _
    ByRef vtPropertyValueStrings As Variant) As Long

    '**************************************************************************
    ' Option functions
    '**************************************************************************

    Public Declare Function HypGetGlobalOption Lib "HsAddin" (ByVal vtItem As Long) As Variant

    Public Declare Function HypGetSheetOption Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtItem As Variant) As Variant

    Public Declare Function HypGetOption Lib "HsAddin" (ByVal vtItem As Variant, ByRef vtRet As Variant, ByVal vtSheetName As Variant) As Long

    Public Declare Function HypSetGlobalOption Lib "HsAddin" (ByVal vtItem As Long _
    ByVal vtGlobalOption As Variant) As Long

    Public Declare Function HypSetSheetOption Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtItem As Variant _
    ByVal vtOption As Variant) As Long

    Public Declare Function HypSetOption Lib "HsAddin" (ByVal vtItem As Variant _
    ByVal vtOption As Variant, ByVal vtSheetName As Variant) As Long

    Public Declare Function HypDeleteAllMRUItems Lib "HsAddin" () As Long

    '**************************************************************************
    'Functions of dynamic Link.
    '**************************************************************************

    Public Declare Function HypDisplayToLinkView Lib "HsAddin" (ByVal vtDocumentType As Variant _
    ByVal vtDocumentPath As Variant) As Long

    Public Declare Function HypGetColCount Lib "HsAddin" () As Long

    Public Declare Function HypGetColItems Lib "HsAddin" (ByVal vtColID As Variant _
    ByRef vtDimensionName As Variant _
    ByRef vtMemberNames As Variant) As Long

    Public Declare Function HypGetConnectionInfo Lib "HsAddin" (ByRef vtServerName As Variant _
    ByRef vtUserName As Variant _
    ByRef vtPassword As Variant _
    ByRef vtApplicationName As Variant _
    ByRef vtDatabaseName As Variant _
    ByRef vtFriendlyName As Variant _
    ByRef vtURL As Variant _
    ByRef vtProviderType As Variant) As Long

    Public Declare Function HypGetLinkMacro Lib "HsAddin" (ByRef vtMacroName As Variant) As Long

    Public Declare Function HypGetPOVCount Lib "HsAddin" () As Long

    Public Declare Function HypGetPOVItems Lib "HsAddin" (ByRef vtDimensionNames As Variant _
    ByRef vtPOVNames As Variant) As Long

    Public Declare Function HypGetRowCount Lib "HsAddin" () As Long

    Public Declare Function HypGetRowItems Lib "HsAddin" (ByVal rowID As Variant _
    ByRef vtDimensionName As Variant _
    ByRef vtMemberNames As Variant) As Long

    Public Declare Function HypGetSourceGrid Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByRef vtGrid As Variant) As Long

    Public Declare Function HypSetColItems Lib "HsAddin" (ByVal vtColID As Variant _
    ByVal vtDimensionName As Variant _
    ParamArray MemberList() as Variant) as long

    Public Declare Function HypSetConnectionInfo Lib "HsAddin" (ByVal vtServerName As Variant _
    ByVal vtUserName As Variant _
    ByVal vtPassword As Variant _
    ByVal vtApplicationName As Variant _
    ByVal vtDatabaseName As Variant _
    ByVal vtFriendlyName As Variant _
    ByVal vtURL As Variant _
    ByVal vtProviderType As Variant) As Long

    Public Declare Function HypSetLinkMacro Lib "HsAddin" (ByVal vtMacroName As Variant) As Long

    Public Declare Function HypSetPOVItems Lib "HsAddin" (ParamArray MemberList() as an alternative) as long

    Public Declare Function HypSetRowItems Lib "HsAddin" (ByVal vtRowID As Variant _
    ByVal vtDimensionName As Variant _
    ParamArray MemberList() as Variant) as long

    Public Declare Function HypUseLinkMacro Lib "HsAddin" (ByVal nozzle As Boolean) As Long

    '**************************************************************************
    "Deprecated functions
    '**************************************************************************

    Public Declare Function HypCaptureFormatting Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtSelectionRange As Variant) As Long

    Public Declare Function HypRemoveCapturedFormats Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtbRemoveAllCapturedFormats As Variant _
    ByVal vtSelectionRange As Variant) As Long

    Public Declare Function HypConnectToAPS Lib "HsAddin" () As Long

    Public Declare Function HypDisconnectFromAPS Lib "HsAddin" () As Long

    Public Declare Function HypGetCurrentAPSURL Lib "HsAddin" (ByRef vtAPSURL As Variant) As Long

    Public Declare Function HypGetOverrideFlag Lib "HsAddin" (ByRef vtOverride As Boolean) As Long

    Public Declare Function HypIsConnectedToAPS Lib "HsAddin" () As Long

    Public Declare Function HypMigrateConnectionToDataSourceMgr Lib "HsAddin" (ByVal vtFriendlyName As Variant) As Long

    Public Declare Function HypSetCurrentUserAPSURL Lib "HsAddin" (ByVal vtAPSURL As Variant) As Long

    Public Declare Function HypSetOverrideFlag Lib "HsAddin" (ByVal vtOverride As Boolean) As Long

    Public Declare Function HypMenuVVisualizeinHVE Lib "HsAddin" () As Long

    '**************************************************************************
    '**************************************************************************

    '**************************************************************************
    "ADVANCED MDX QUERY SECTION.
    '**************************************************************************

    '**************************************************************************
    "Type statements."
    '**************************************************************************

    Type MDX_CELL
    CellValue As Double
    CellStatus As Long
    End type

    Type MDX_PROPERTY
    PropertyName as Variant
    PropertyValue as Variant
    PropertyType as Variant
    End type

    Type MDX_MEMBER
    MemberName as Variant
    NumClusters As Long
    NumProps As Long
    PropInfo() as MDX_PROPERTY
    End type

    Type MDX_DIMENSION
    Nomdimension as Variant
    NumProps As Long
    NumMembers As Long
    PropsInfo() as MDX_PROPERTY
    MemberInfo() as MDX_MEMBER
    End type

    Type MDX_CLUSTER
    DimensionInfo() as MDX_DIMENSION
    TupleCount As Long
    End type

    Type MDX_AXIS
    DimensionsCount As Long
    TuplesCount As Long
    ClustersCount As Long
    DimensionInfo() as MDX_DIMENSION
    ClusterInfo() as MDX_CLUSTER
    End type

    Type MDX_AXES_NATIVE
    AxisCount As Long
    That as long
    AxisInfo as Variant
    CellInfo as Variant
    End type

    Type MDX_AXES
    AxisCount As Long
    That as long
    AxisInfo() as MDX_AXIS
    CellInfo() as MDX_CELL
    End type

    '**************************************************************************
    ' Function in MDX query
    '**************************************************************************

    Public Declare Function HypExecuteMDXEx Lib "HsAddin" (ByVal vtSheetName As Variant _
    ByVal vtQuery As Variant _
    ByVal vtBoolHideData As Variant _
    ByVal vtBoolDataLess As Variant _
    ByVal vtBoolNeedStatus As Variant _
    ByVal vtMbrIDType As Variant _
    ByVal vtAliasTable As Variant _
    ByRef outResult As MDX_AXES_NATIVE) As Long ' Essbase

    #End If

    '**************************************************************************
    ' For conversion based C++ structure MDX to a VB compatible MDX structure
    ' * To be used with HypExecuteMDXEx only *.
    '**************************************************************************

    Void GetVBCompatibleMDXStructure (ByRef instruct as MDX_AXES_NATIVE, ByRef outStruct As MDX_AXES)

    outStruct.AxisCount = inStruct.AxisCount
    outStruct.CellCount = inStruct.CellCount

    "Treat the cell Info
    If inStruct.CellCount then
    Dim vtCellStruct As Variant
    ReDim outStruct.CellInfo (inStruct.CellCount - 1).
    For iCellCount = 0 To inStruct.CellCount - 1
    vtCellStruct = inStruct.CellInfo (iCellCount)
    outStruct.CellInfo (iCellCount). CellStatus = vtCellStruct (0)
    outStruct.CellInfo (iCellCount). CellValue = vtCellStruct (1)
    Next
    End If
    ' End cell treatment Info

    «Treat axis Info»
    If inStruct.AxisCount then
    ReDim outStruct.AxisInfo (inStruct.AxisCount - 1).
    Dim vtAxisStruct As Variant
    For iAxisCount = 0 To inStruct.AxisCount - 1
    vtAxisStruct = inStruct.AxisInfo (iAxisCount)
    outStruct.AxisInfo (iAxisCount). DimensionsCount = vtAxisStruct (0)
    outStruct.AxisInfo (iAxisCount). TuplesCount = vtAxisStruct (1)
    outStruct.AxisInfo (iAxisCount). ClustersCount = vtAxisStruct (2)
            
    ' Add dimensions of information to the axis title
    If (iAxisCount) outStruct.AxisInfo. So DimensionsCount
    ReDim outStruct.AxisInfo (iAxisCount). DimensionInfo (outStruct.AxisInfo (iAxisCount). DimensionsCount - 1).
    Dim vtAllDims As Variant
    Dim vtDimStruct As Variant
    vtAllDims = vtAxisStruct (3)
    For iDimCount = 0 To outStruct.AxisInfo (iAxisCount). DimensionsCount - 1
    vtDimStruct = vtAllDims (iDimCount)
    outStruct.AxisInfo (iAxisCount). DimensionInfo (iDimCount). Nomdimension = vtDimStruct (0)
    outStruct.AxisInfo (iAxisCount). DimensionInfo (iDimCount). NumMembers = vtDimStruct (1)
    outStruct.AxisInfo (iAxisCount). DimensionInfo (iDimCount). NumProps = vtDimStruct (2)
          
    ' Start - add information properties in each Dimension.
    If (iAxisCount) outStruct.AxisInfo. DimensionInfo (iDimCount). So NumProps
    ReDim outStruct.AxisInfo (iAxisCount). DimensionInfo (iDimCount). PropsInfo (outStruct.AxisInfo (iAxisCount). DimensionInfo (iDimCount). NumProps - 1).
    Dim vtAllProps As Variant
    Dim vtPropStruct As Variant
    vtAllProps = vtDimStruct (3)
    For iCountProp = 0 To outStruct.AxisInfo (iAxisCount). DimensionInfo (iDimCount). NumProps - 1
    vtPropStruct = vtAllProps (iCountProp)
    outStruct.AxisInfo (iAxisCount). DimensionInfo (iDimCount). PropsInfo (iCountProp). PropertyName = vtPropStruct (0)
    outStruct.AxisInfo (iAxisCount). DimensionInfo (iDimCount). PropsInfo (iCountProp). PropertyType = vtPropStruct (1)
    outStruct.AxisInfo (iAxisCount). DimensionInfo (iDimCount). PropsInfo (iCountProp). PropertyValue = Null ' not sent
    Next
    End If
    ' End - add information properties in each Dimension
    Next
    End If
    ' End Dimensions of information to the axis title
       
    "Add Cluster information to the axis title
    If (iAxisCount) outStruct.AxisInfo. So ClustersCount
    ReDim outStruct.AxisInfo (iAxisCount). ClusterInfo (outStruct.AxisInfo (iAxisCount). ClustersCount - 1).
    Dim vtAllClusters As Variant
    Dim vtClusterStruct As Variant
    vtAllClusters = vtAxisStruct (4)
    For iClusterCount = 0 To outStruct.AxisInfo (iAxisCount). ClustersCount - 1
    vtClusterStruct = vtAllClusters (iClusterCount)
    outStruct.AxisInfo (iAxisCount). ClusterInfo (iClusterCount). TupleCount = vtClusterStruct (1)
               
    ' Add Dimensions info in the title of the Group
    If (iAxisCount) outStruct.AxisInfo. So DimensionsCount
    ReDim outStruct.AxisInfo (iAxisCount). ClusterInfo (iClusterCount). DimensionInfo (outStruct.AxisInfo (iAxisCount). DimensionsCount - 1).
    Dim vtAllDimsUnderCluster As Variant
    Dim vtDimUnderCluster As Variant
    vtAllDimsUnderCluster = vtClusterStruct (0)
    For iDimsUnderClusterCount = 0 To outStruct.AxisInfo (iAxisCount). DimensionsCount - 1
    vtDimUnderCluster = vtAllDimsUnderCluster (iDimsUnderClusterCount)
    outStruct.AxisInfo (iAxisCount). ClusterInfo (iClusterCount). DimensionInfo (iDimsUnderClusterCount). NumMembers = vtDimUnderCluster (2)
                       
    "Add members to the Group-> Dimensions
    If (iAxisCount) outStruct.AxisInfo. ClusterInfo (iClusterCount). DimensionInfo (iDimsUnderClusterCount). So NumMembers
    ReDim outStruct.AxisInfo (iAxisCount). ClusterInfo (iClusterCount). DimensionInfo (iDimsUnderClusterCount). MemberInfo (outStruct.AxisInfo (iAxisCount). ClusterInfo (iClusterCount). DimensionInfo (iDimsUnderClusterCount). NumMembers - 1).
    Dim vtAllMembersUnderClusterDim As Variant
    Dim vtMemberUnderClusterDim As Variant
    vtAllMembersUnderClusterDim = vtDimUnderCluster (4)
    For iMemUnderClusterDimCount = 0 To outStruct.AxisInfo (iAxisCount). ClusterInfo (iClusterCount). DimensionInfo (iDimsUnderClusterCount). NumMembers - 1
    vtMemberUnderClusterDim = vtAllMembersUnderClusterDim (iMemUnderClusterDimCount)
    outStruct.AxisInfo (iAxisCount). ClusterInfo (iClusterCount). DimensionInfo (iDimsUnderClusterCount). MemberInfo (iMemUnderClusterDimCount). MemberName = vtMemberUnderClusterDim (0)
    outStruct.AxisInfo (iAxisCount). ClusterInfo (iClusterCount). DimensionInfo (iDimsUnderClusterCount). MemberInfo (iMemUnderClusterDimCount). NumClusters = vtMemberUnderClusterDim (1)
                               
    ' Add information properties
    If (iAxisCount) outStruct.AxisInfo. DimensionInfo (iDimsUnderClusterCount). So NumProps
    ReDim outStruct.AxisInfo (iAxisCount). ClusterInfo (iClusterCount). DimensionInfo (iDimsUnderClusterCount). MemberInfo (iMemUnderClusterDimCount). PropInfo (outStruct.AxisInfo (iAxisCount). DimensionInfo (iDimsUnderClusterCount). NumProps - 1).
    Dim vtAllPropsUnderCluster As Variant
    Dim vtPropUnderCluster As Variant
    vtAllPropsUnderCluster = vtMemberUnderClusterDim (2)
    For iPropCountUnderCluster = 0 To outStruct.AxisInfo (iAxisCount). DimensionInfo (iDimsUnderClusterCount). NumProps - 1
    vtPropUnderCluster = vtAllPropsUnderCluster (iPropCountUnderCluster)
    outStruct.AxisInfo (iAxisCount). ClusterInfo (iClusterCount). DimensionInfo (iDimsUnderClusterCount). MemberInfo (iMemUnderClusterDimCount). PropInfo (iPropCountUnderCluster). PropertyValue = vtPropUnderCluster (2)
    Next
    End If
    ' End of information properties
    Next
    End If
    ' End - add members under the Cluster--> Dimensions
    Next
    End If
    ' End Dimensions of information in respect of the Group
    Next
    End If
    Next
    End If
    ' End of Cluster of information to the axis title
    ' End treatment axis Info
    End Sub

    '**************************************************************************
    ' Message for the error Code function
    '**************************************************************************

    Function GetReturnCodeMessage (m As Long) As String

    Select the m
    Case SmartViewErrors.SS_ERR_ERROR
    GetReturnCodeMessage = "General error".
    Case SmartViewErrors.SS_NO_GRID_ON_SHEET_BUT_FUNCTIONS_SUBMITTED
    GetReturnCodeMessage = "no grid on the sheet, but submitted functions.
    Case SmartViewErrors.SS_SHEET_NOT_CONNECTED_BUT_FUNCTIONS_SUBMITTED
    GetReturnCodeMessage = "map not connected but submitted functions.
    Case SmartViewErrors.SS_OK
    GetReturnCodeMessage = "OK".
    Case SmartViewErrors.SS_INIT_ERR
    GetReturnCodeMessage = "initialization error".
    Case SmartViewErrors.SS_TERM_ERR
    GetReturnCodeMessage = "termination error."
    Case SmartViewErrors.SS_NOT_INIT
    GetReturnCodeMessage = "not initialized".
    Case SmartViewErrors.SS_NOT_CONNECTED
    GetReturnCodeMessage = "not connected".
    Case SmartViewErrors.SS_NOT_LOCKED
    GetReturnCodeMessage = "not locked".
    Case SmartViewErrors.SS_INVALID_SSTABLE
    GetReturnCodeMessage = "invalid worksheet Table.
    Case SmartViewErrors.SS_INVALID_SSDATA
    GetReturnCodeMessage = "invalid worksheet data.
    Case SmartViewErrors.SS_NOUNDO_INFO
    GetReturnCodeMessage = "there is no cancellation Information.
    Case SmartViewErrors.SS_CANCELED
    GetReturnCodeMessage = "operation has been cancelled".
    Case SmartViewErrors.SS_GLOBALOPTS
    GetReturnCodeMessage = "Global error Options"
    Case SmartViewErrors.SS_SHEETOPTS
    GetReturnCodeMessage = "error sheet Options.
    Case SmartViewErrors.SS_NOTENABLED
    GetReturnCodeMessage = 'Cancel is not enabled.
    Case SmartViewErrors.SS_NO_MEMORY
    GetReturnCodeMessage = 'insufficient memory '.
    Case SmartViewErrors.SS_DIALOG_ERROR
    GetReturnCodeMessage = "appropriate dialog could not be displayed.
    Case SmartViewErrors.SS_INVALID_PARAM
    GetReturnCodeMessage = 'function contains an invalid parameter.
    Case SmartViewErrors.SS_CALCULATING
    GetReturnCodeMessage = 'Calculation in progress'
    Case SmartViewErrors.SS_SQL_IN_PROGRESS
    GetReturnCodeMessage = "SQL in progress"
    Case SmartViewErrors.SS_FORMULAPRESERVE
    GetReturnCodeMessage = "the operation is not allowed because the worksheet is in the Mode of preservation formula."
    Case SmartViewErrors.SS_INTERNALSSERROR
    GetReturnCodeMessage = "can only take place on the specified worksheet.
    Case SmartViewErrors.SS_INVALID_SHEET
    GetReturnCodeMessage = "current sheet cannot be determined.
    Case SmartViewErrors.SS_NOACTIVESHEET
    GetReturnCodeMessage = "no Active sheet is selected.
    Case SmartViewErrors.SS_NOTCALCULATING
    GetReturnCodeMessage = "calculation cannot be cancelled because no calculations are running"
    Case SmartViewErrors.SS_INVALIDSELECTION
    GetReturnCodeMessage = "selection parameter is not valid.
    Case SmartViewErrors.SS_INVALIDTOKEN
    GetReturnCodeMessage = "invalid token".
    Case SmartViewErrors.SS_CASCADENOTALLOWED
    GetReturnCodeMessage = "unable to create file list of Cascade.
    Case SmartViewErrors.SS_NOMACROS
    GetReturnCodeMessage = "spreadsheet Macros cannot be performed due to the license agreement.
    Case SmartViewErrors.SS_NOREADONLYMACROS
    GetReturnCodeMessage = "Spreadsheet Macros that update the database cannot be executed because of the license agreement"
    Case SmartViewErrors.SS_READONLYSS
    GetReturnCodeMessage = "Database cannot be updated because you have only one licence to read"
    Case SmartViewErrors.SS_NOSQLACCESS
    GetReturnCodeMessage = "no access SQL.
    Case SmartViewErrors.SS_MENUALREADYREMOVED
    GetReturnCodeMessage = "Menu already deleted.
    Case SmartViewErrors.SS_MENUALREADYADDED
    GetReturnCodeMessage = "already added Menu".
    Case SmartViewErrors.SS_NOSPREADSHEETACCESS
    GetReturnCodeMessage = 'access not spreadsheet '.
    Case SmartViewErrors.SS_NOHANDLES
    GetReturnCodeMessage = 'no handles.
    Case SmartViewErrors.SS_NOPREVCONNECTION
    GetReturnCodeMessage = 'no previous connection '.
    Case SmartViewErrors.SS_LROERROR
    GetReturnCodeMessage = "error LRO.
    Case SmartViewErrors.SS_LROWINAPPACCESSERR
    GetReturnCodeMessage = "Access of the LRO Windows application error"
    Case SmartViewErrors.SS_DATANAVINITERR
    GetReturnCodeMessage = "error initializing data Navigation.
    Case SmartViewErrors.SS_PARAMSETNOTALLOWED
    GetReturnCodeMessage = "serial settings is not allowed.
    Case SmartViewErrors.SS_SHEET_PROTECTED
    GetReturnCodeMessage = "the specified worksheet is protected."
    Case SmartViewErrors.SS_CALCSCRIPT_NOTFOUND
    GetReturnCodeMessage = "not found calculation Script.
    Case SmartViewErrors.SS_NOSUPPORT_PROVIDER
    GetReturnCodeMessage = "Provider not supported."
    Case SmartViewErrors.SS_INVALID_ALIAS
    GetReturnCodeMessage = "invalid Alias.
    Case SmartViewErrors.SS_CONN_NOT_FOUND
    GetReturnCodeMessage = 'connection not found '.
    Case SmartViewErrors.SS_APS_CONN_NOT_FOUND
    GetReturnCodeMessage = 'Connection APS' not found
    Case SmartViewErrors.SS_APS_NOT_CONNECTED
    GetReturnCodeMessage = "APS not connected".
    Case SmartViewErrors.SS_APS_CANT_CONNECT
    GetReturnCodeMessage = 'APS cannot connect.
    Case SmartViewErrors.SS_CONN_ALREADY_EXISTS
    GetReturnCodeMessage = "connection already exists".
    Case SmartViewErrors.SS_APS_URL_NOT_SAVED
    GetReturnCodeMessage = "URL of APS unregistered"
    Case SmartViewErrors.SS_MIGRATION_OF_CONN_NOT_ALLOWED
    GetReturnCodeMessage = "connection unauthorized Migration."
    Case SmartViewErrors.SS_CONN_MGR_NOT_INITIALIZED
    GetReturnCodeMessage = "connection manager not initialized.
    Case SmartViewErrors.SS_FAILED_TO_GET_APS_OVERRIDE_PROPERTY
    GetReturnCodeMessage = "Could not get property Override APS"
    Case SmartViewErrors.SS_FAILED_TO_SET_APS_OVERRIDE_PROPERTY
    GetReturnCodeMessage = "Unable to set the property Override APS"
    Case SmartViewErrors.SS_FAILED_TO_GET_APS_URL
    GetReturnCodeMessage = "unable to get the URL of the APS.
    Case SmartViewErrors.SS_APS_DISCONNECT_FAILED
    GetReturnCodeMessage = "disconnect APS has failed."
    Case SmartViewErrors.SS_OPERATION_FAILED
    GetReturnCodeMessage = 'operation failed '.
    Case SmartViewErrors.SS_CANNOT_ASSOCIATE_SHEET_WITH_CONNECTION
    GetReturnCodeMessage = "unable to associate a sheet with connection".
    Case SmartViewErrors.SS_REFRESH_SHEET_NEEDED
    GetReturnCodeMessage = 'Refresh required sheet. "
    Case SmartViewErrors.SS_NO_GRID_OBJECT_ON_SHEET
    GetReturnCodeMessage = 'no Grid object on sheet '.
    Case SmartViewErrors.SS_NO_CONNECTION_ASSOCIATED
    GetReturnCodeMessage = 'no connection associated with '.
    Case SmartViewErrors.SS_NON_DATA_CELL_PASSED
    GetReturnCodeMessage = "no past data cell.
    Case SmartViewErrors.SS_DATA_CELL_IS_NOT_WRITABLE
    GetReturnCodeMessage = "mobile data is not writable.
    Case SmartViewErrors.SS_NO_SVC_CONTENT_ON_SHEET
    GetReturnCodeMessage = "No content Smart View on the sheet"
    Case SmartViewErrors.SS_FAILED_TO_GET_OFFICE_OBJECT
    GetReturnCodeMessage = "unable to get the Office object.
    Case SmartViewErrors.SS_OP_FAILED_AS_CHART_IS_SELECTED
    GetReturnCodeMessage = ' Operation failed in the chart is selected.
    Case SmartViewErrors.SS_EXCEL_IN_EDIT_MODE
    GetReturnCodeMessage = "Excel in Edit Mode.
    Case SmartViewErrors.SS_SHEET_NON_SMARTVIEW_COMPATIBLE
    GetReturnCodeMessage = ' sheet Compatible not Smart View.
    Case SmartViewErrors.SS_APP_NOT_STANDALONE
    GetReturnCodeMessage = "ask not"independent"
    Case SmartViewErrors.SS_SMART_VIEW_DISABLED
    GetReturnCodeMessage = ' Disabled Smart View.
    Case SmartViewErrors.SS_VBA_DEPRECATED
    GetReturnCodeMessage = 'function has been deprecated.
    Case SmartViewErrors.SS_OPERATION_NOT_SUPPORTED_IN_MULTIGRID_MODE
    GetReturnCodeMessage = "Mode is not supported in Multigrid mode."
    Case SmartViewErrors.SS_INVALID_MEMBER
    GetReturnCodeMessage = "invalid member".
    Case SmartViewErros.SS_NO_SV_NAME_RANGE
    GetReturnCodeMessage = "No Smart View range on worksheet named"
    Case SmartViewErrors.SS_AMBIGUOUS_MENU
    GetReturnCodeMessage = "could not solve the menu name.
    Case Else
    GetReturnCodeMessage = 'Undefined error Code' & m
    Select end

    End Function

  • The 2012 VBAI Migrateing move KING in LabVIEW

    Hello

    I'm working on a school project were that the goal is to sort different objekt using 2 webcams, VBIA 2012 and 2012 of LabVIEW. Later this week, my program worked allmost that perfectly, just some small change should be made. After I installed LabVIEWmyRIO 2013 region of interest moves directly in the upper left corner of every time I open my projekt in LabView 2012, and it is therefore impossible to deteckt anything. When I opened my projekt VBAI 2012 each parameter is as I want.

    Then, I tried to make a new inspection in VBAI 2012 just to see if the same thing happens when I migrate to LabVIEW 2012. And he made over and over again.

    I have attached a picture of how it look like in VBAI 2012 and a picure of what it looks like in LabVIEW 2012, after that he migrated.

    Version of the software I'm using:

    -2012 LabVIEW c. 12.0.1f5 (32 bit)

    -2012 VBAI SP1 f2

    - NEITHER IMAQdx 4.3.0

    BRG

    Kristoffer

    The Kings are dynamically created a stage to create KING? Could attach you a simple inspection to illustrate this problem? Have you considered using the LabVIEW API to call VBAI (there is a set of screws installed in your palette for LabVIEW that give you that access open inspections, perform inspections, obtain results and images and it will work in fact the same engine as the normal VBAI the fact you will get the same results and this way, it is easy to make changes to your inspection VBAI without having to migrate to the LV again. It also allows for more flexible options for what versions of LV, you can use which versions of VBAI. See the example for delivery here:

    C:\Program Files (x 86) \National Instruments\Vision Builder HAVE 2012\API Examples\LabVIEW Examples\LabVIEW API example (Local) .vi

    Hope this helps,

    Brad

  • Engage in the HRMS API

    Hi all

    Have we need to use COMMIT after the call to the API in HRMS? If Yes, what is the use of the P_VALIDATE parameter? If P_VALIDATE is false, it will implicitly commit or we must give explicit validation? If P_VALIDATE is false and after execution of the API, I have rollback, what will happen?

    Appreciate your response.

    Thanks in advance,

    CAH

    Yes, you will incur after the HRMS API call.

    When you pass p_validate as he true automatically restore the data in the api. This setting is used when you want to validate whether the api will go through fine when pass you some parameters.

    So when you call for the api migration use p_validate as false. and after which memorize the data.

  • all my icons that were normally at the bottom of the screen have migrated to the right side and are all bundled together how to place their return to the bott

    I recently bought a HP 15 laptop with 8.1. I use mainly desktop with latest Mozilla. All my icons that is usually found at the bottom of the screen have migrated to the right side of the screen and boots, to the top, I can't do your choice. I tried to customize without result. I am 75 but strive to keep abreast, but it baffled me.

    Sorry, it's a question of support of Windows, the Windows taskbar does not part of Firefox. I do not use Windows 8.1 myself, and I don't know if the process is the same as on my Windows XP - but maybe click and hold and drag this bar down might work like on Windows XP.

    If you do not understand what I said, or it does not work, here is a popular Windows 8 support forum that should be able to help you.
    http://www.eightforums.com/

  • How to fix Firefox 31, 0-1 crashing on the Audio-Api - for example on quizlet.

    Dear Firefox team,

    Since yesterday (after the updates), Firefox hangs when it tries to play a sound. I think because of the Audio Api? It crashes on Google-Mail and Quizlet.

    For quizlet, I found a site where they describe how their sound: http://quizlet.com/help/how-does-audio-work-on-quizlet

    When I opened the file audio-test firefox crashes instantly without an errormessage. Here you get the example file: http://a.s.quizlet.com/en.mp3?v=5 & b = SWYgeW91IGNhbiBoZWFyIHRoaXMsIGF1ZGlvIGlzIG5vdCBiZWluZyBibG9ja2VkLg & s = LAhrMA-0

    Can I do something about it? Its really hard for me to understand why it crashes.

    Hey again once, unfortunately I can't reproduce the problem on a windows pc and the console log is not very descriptive (at least for my level of knowledge).

    If you can reproduce the same breaks down while you use firefox in safe mode, I would recommend filing a bug to the bugzilla.mozilla.org of this regression, so that developers have a closer look.

  • Where is the Social API on Firefox 17?

    I install Firefox 17 on Ubuntu. Where can I find the social API on facebook?

    You can enable social features by setting the pref social.enabled true on the subject: config page.

    https://mozillalabs.com/en-us/Social-API/

  • x 64 (64-bit) bug in the C API

    I try to get the C API of 64-bit running.  I have the 32-bit running API, and it is not working properly.  It seems that no API call in the 64-bit environment, which returns more than a single data type replaces a box of memory it does not.

    I work in VB.NET and enveloping with a marshaling calls.  The simplest example of a call that is not working properly is querying the active channels on the scope:

    C header:

    niVB_Status NIVB_DECL (niVB_MSO_QueryEnabledAnalogChannels)
    niVB_MSO_InstrumentHandle instrumentHandle,
    char * channels.
    size_t channelsSize,
    size_t * channelsSizeOut);

    There are several different ways to encode a managed, unmanaged for this translation.  First is to use an allocation to build a pointer on a buffer zone:

    Pointer = Marshal.AllocHGlobal (MAX_CSTRING_LENGTH)

    Then, the declaration looks like this:

    _
    Public Shared Function niVB_MSO_QueryEnabledAnalogChannels_64 (ByVal instrumentHandle As Integer, ByVal channel As Integer, ByVal channelsSize As UInteger, ByRef channelsSizeOut As UInteger) as niVB_Status
    End Function

    When the call is made, the call to channelsSizeOut returns 23 characters (which is correct).  Channels IntPtr is however cancelled (this should never happen, he suggests that the battery is getting damaged.)  If I put a very wide range locally around the pointer, sometimes it is not damaged.

    Or you can call the function by using a call to stringbuilder.  Basically, it replaces the IntPtr parameter with a string generator using marshaling for a pointer:

    Dim bufChannels As New StringBuilder (MAX_CSTRING_LENGTH)

    then the call looks like this:

    _
    Public Shared Function niVB_MSO_QueryEnabledAnalogChannels_64 (ByVal instrumentHandle As IntPtr, ByVal channel As StringBuilder, ByVal channelsSize As UInteger, ByRef channelsSizeOut As UInteger) as niVB_Status
    End Function

    Yet once, calling this function causes the stringbuilder class being together (Nothing), which is essentially showing that stack space where is the pointer to the StringBuilder is getting damaged.

    It is important to note that this code works perfectly with the 32-bit version of the DLL (with a programming construct).

    I don't think it's a bug in the C API; I can do the following for both x 86 and x 64 without triggering of MSVC stack Canaries. (Note that for brevity, it does no checking error in this code snippet.)

    #include
    #include
    #include ' nivirtualbench/nivirtualbench.h '.

    int main (int argc, char * argv)

    {

    niVB_LibraryHandle libHandle = NULL;

    niVB_MSO_InstrumentHandle msoHandle = NULL;

    size_t channelsSizeOut = 0;

    char * enabledChannels = NULL;

    niVB_Initialize (NIVB_LIBRARY_VERSION & libHandle);

    niVB_MSO_Initialize (libHandle, "brandonbench", false, & msoHandle);

    niVB_MSO_QueryEnabledAnalogChannels (msoHandle, NULL, 0, & channelsSizeOut);

    enabledChannels = (char *) calloc (channelsSizeOut, sizeof;

    niVB_MSO_QueryEnabledAnalogChannels (msoHandle, enabledChannels, channelsSizeOut, & channelsSizeOut);

    printf ("permit to channels: %s\n", enabledChannels);

    Free (enabledChannels);

    niVB_MSO_Close (msoHandle);

    niVB_Finalize (libHandle);

    }

    I suspect that the problem is in your marshaling. Size_t parameters are probably better represented using System.UIntPtr and not the type UInteger; size_t is 32-bit on 32-bit platform and 64 bits on 64-bit platforms, but UIntegers are 32-bit at a time. Try to write channelsSizeOut, it's probably what is triggering the corruption of the stack.

  • How to use the Teststand API DisplayEditNumericFormatDialog method

    Hello

    I have to create a report for Teststand coustom generator plugin using c#. In the Teststand API is a built-in method called 'DisplayEditNumericFormatDialog '.

    http://zone.NI.com/reference/en-XX/help/370052M-01/tsapiref/reftopics/propertyobject_displayeditnume...

    Is there a way to set the value of the sample of the window that appears if the method is called?

    I do the following things:

    private void button1_Click (object sender, EventArgs e)
    {
    mChanged = true;
    bool tempbool;

    PropertyObject tempobject = mEngine.NewPropertyObject (PropertyValueTypes.PropValType_Number, false, "", 0); creates a temporary PropertyOgject to view the EditNumericFormatWindow

    tempobject. NumericFormat = mConfig.GetValString (P_PluginSpecific_Options_NumericFormat, 0); read the digital format of the plugin options
    tempobject. DisplayEditNumericFormatDialog ("Digital Format", out (tempbool), 1); View the EditNimericFormatWindow

    If (tempobject. NumericFormat == "") mConfig.SetValString (P_PluginSpecific_Options_NumericFormat, 0, "%$.13g");
    else mConfig.SetValString (P_PluginSpecific_Options_NumericFormat, 0, tempobject.) NumericFormat);

    MessageBox.Show (tempobject. NumericFormat.ToString ());
    }

    Thanks in advance

    Hello f4bo,

    attached is a sequence that shows how this can be done.

    Locals.Local = RunState.Engine.NewPropertyObject (PropValType_Number, False, "", 0x1),.
    Locals.Local.AsPropertyObject.NumericFormat = "%b"
    Locals.Local.AsPropertyObject.SetValNumber ("", 0, 20),.
    Locals.Local.AsPropertyObject.DisplayEditNumericFormatDialog ("false title", False, 0)

  • W530 with Windows 7: the GetSystemMetrics API functions do not correct result

    Hello

    I recently updated my external monitor for Samsung S27A850D best resolution 2560 x 1440. After some effort, I finally managed to get this resolution, and, among other things, the section of the display of the control panel correctly shows the resolution. However, when I use the function API GetSystemMetrics with the SM_CXSCREEN and SM_CYSCREEN parameters get values in 1707 and 960, respectively. Does anyone have an explanation for it?

    Kind regards

    bostjanv

    Hello

    Thanks a lot for your comment. In fact, I have defined the size to 150%, but I was completely unaware of the mechanism behind it and really didn't know anything about scaling issues.

    Kind regards

    bostjanv

  • Can I synchronize the counters on two different computers in the C API?

    I installed the M-series cards (6254) in several computers. I would like to synchronize the counters for each card.  The best way that I came with to do this was to have the counter on each counter entries read a common external clock signal running at 10 KHz I have would then feed a second signal to each card and trigger the task that runs each counter starts when the second line goes high.

    Following the examples provided with the C API, it was easy to get each card KHz signal and then to match the beginning of the counter that I tried to read

    DAQmxCfgDigEdgeStartTrig (taskHandle, inputLineStr, DAQmx_Val_Rising);

    However, this did not work and gave me the following error:

    DAQmx error: the specified property is not supported by the device or is not applicable to the task.
    Property: DAQmx_StartTrig_Type

    Task name: task

    State code:-200452
    End of the program, press the Enter key to exit

    I know it's very simple sync the cards within a computer using the RTSI interface, but it is not possible that my cards have to reside in different computers.

    It is even possible to synchronize the counters on computers, and if yes how can I do it with the C API?

    ------------------

    Here's what I've written so far:



    #define DAQmxErrChk (functionCall) if (DAQmxFailed (error = (functionCall))) goto error; on the other

    int main (void)
    {
    int error = 0;
    TaskHandle taskHandle = 0;
    uInt32 data = 0;
    tank errBuff [2048] = {'\0'};

    DAQmxErrChk (DAQmxCreateTask ("task", & taskHandle));
    DAQmxErrChk (DAQmxCreateCICountEdgesChan(taskHandle,"/Dev1/ctr0","",DAQmx_Val_Rising,0,DAQmx_Val_CountUp));
    DAQmxErrChk (DAQmxConnectTerms ("/ 10MhzRefClock/Dev1", "/ PFI8/Dev1", DAQmx_Val_DoNotInvertPolarity));
    DAQmxErrChk (DAQmxCfgDigEdgeStartTrig(taskHandle,"/Dev1/PFI14",DAQmx_Val_Rising));

    DAQmxErrChk (DAQmxStartTask (taskHandle));

    printf ("without interruption of the poll. Press Ctrl + C to interrupt\n");
    While {} (1)
    DAQmxErrChk (DAQmxReadCounterScalarU32(taskHandle,10.0,&data,));
    printf ("\rCount: %u", data);
    fflush (stdout);
    }
    Error:
    puts("");
    If (DAQmxFailed (error))
    DAQmxGetExtendedErrorInfo (errBuff, 2048);
    If (taskHandle! = 0) {}
    /*********************************************/
    Stop DAQmx code
    /*********************************************/
    DAQmxStopTask (taskHandle);
    DAQmxClearTask (taskHandle);
    }
    If (DAQmxFailed (error))
    printf ("error DAQmx: %s\n",errBuff); ")
    printf ("end of the program, press the Enter key to quit\n");
    GetChar ();
    return 0;
    }

    Hi neurostu,

    Arms start triggers are disabled by default, so they do not have a default PFI line.

    You will need to set some properties DAQmx to configure a trigger for start of arms. Try adding between DAQmxCreateCICountEdgesChan() and DAQmxStartTask():

    DAQmxSetArmStartTrigType (taskHandle, DAQmx_Val_DigEdge);

    DAQmxSetDigEdgeArmStartTrigSrc (taskHandle, "/ Dev1/PFI14" ');

    DAQmxSetDigEdgeArmStartTrigEdge (taskHandle, DAQmx_Val_Rising);

    You have the file "help NOR-DAQmx C reference"? It should contain descriptions of the trigger > more > arm Start properties.

    Brad

  • How to set the clock as a Digital Out Signal in the C API?

    My problem is simple, I'm looking for a way get the my device of the series E clock signal (6254) to a digital camera offline. Is it possible to do in the C API? If yes are there docs everywhere where show me how do?

    Hi neurostu,

    Yes, there is a way. The function is called DAQmxConnectTerms. "" "" "You can find the definition of the function in Start ' programs ' National Instruments ' NOR-DAQ' text Code support" using NOR-DAQmx C reference. "" "On the left, select OR DAQmx C functions" advanced"routing of the Signal'. DAQmxConnectTerms

  • Research of interface software for FlexRIOs using API c do I need LabVIEW once I use the C API generator?

    Current versions of software:

    LabVIEW 2014 SP1

    LabVIEW FPGA 2014

    Xilinx Vivado

    Hi all

    I plan to interface my FlexRIOs to the software programmed in C, then the C API FlexRIO is excellent.

    My question is more economy of memory sake.

    I have a PC with Visual Studio, I want to add the minimum amount of software development.

    If I have a station (a separate Visual Studio PC PC) FPGA development with all LabVIEW software necessary to take the step of the use of the generator of the C API to create the necessary files of C and H, should what software I on the development PC Visual Studio in interface with the files in the generated C API?

    If all goes well, it's just (from the help)

    What you need to get started

    • Drivers for devices OR RIO August 2013 or later

    However... The help of the C API, it gives me the full list of the software including LabVIEW and LabVIEW FPGA... (below)

    What you need to get started

    In addition to a RIO device like a CompactRIO reconfigurable chassis, a Single-Board RIO device or RIO PCI or PXI hardware, you need the following software to use FPGA Interface C API.

    • LabVIEW 2009 SP1 or later (32-bit only)
    • LabVIEW FPGA Module 2009 SP1 or later (32-bit only)
    • Drivers for devices OR RIO August 2013 or later
    • Operating system supported development
      • Windows 8 or 8.1 (32-bit or 64-bit)
      • Windows 7 Professional (32-bit or 64-bit)
      • Windows Vista Business (32-bit or 64-bit version)
      • Windows XP Professional SP2
      • Windows Server 2008 R2 (64-bit version)
      • Windows Server 2003 (64-bit version)
    • Target supported OS
    • Supported C/C++ compiler

    So I have LabVIEW and LabVIEW FPGA on the development PC?

    (If all goes well no....)

    Thank you

    Hey Colonel1013,

    With the C API, you only need LabVIEW to build a bitfile and run the generator of C API tool, but LabVIEW is not required to run. That is, you need all the software listed, but it must not all be on the same machine. You can transfer the file lvbitx and the .c and .h files generated on another machine where you need only NOR-RIO and Visual Studio installed.

    Sebastian

  • The Windows API in LabWindows 9.0 documentation

    I installed LabWindows/CVI 9.0 to ensure that the Windows SDK is enable.  When I help/Win32 API, I get the following error message:

    "The Win32 API documentation has not been installed.  You can install the documentation for "MSDN Library" DVD included with LabWindows/CVI. »

    I download the setup of LabWindows/CVI on the site.  How can I obtain documentation?

    Paul

    Thanks, I download it from the Web site of OR or wait for the next update of the watch.

Maybe you are looking for

  • Loss of Wifi on all apple products

    Hello I have a problem that my apple products keep loses the WiFi at home, even if the signal is showing on the product. It happens randomly and is really annoying. It's 2 iphone 5 s and 4 ipads. I can be on the internet and suddenly it says that the

  • Yahoo mail website shrivelled

    The web page for my Yahoo Mail account shrank. By this I have mead that the entire page is so small that I can't read. This web page seems to be the only one affected. See below for a screenshot of the URL. This does not happen with Internet Explorer

  • It is near 2016... but I still need a desktop computer!

    There are card readers to import data from cards of memory to an iPad, so your photos and most of other digitized data can be imported. But even the iPad Pro does not have the ability to import my cd collection. I have, because I think a lot of peopl

  • Need driver for ezonics ez306 webcam

    I can't afford one of these programs to update driver and I go to the Ezonics website and this is what you have to do to get the driver. Is this a kind of fake site or anyone know where official Ezonic webcam driver downloads are free tickets for the

  • The program display open in the taskbar

    I use Vista to the Windows Welcome page.  At first the buttons in window open program were justified left, similar to other versions of Windows. Then one day, they were smaller and good reason, isn't a problem, except that even if the task bar is alm