PRIMAVERA | Developers

    Show / Hide Table of Contents

    Interface IStdBSLista

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    [ComVisible(true)]
    [Guid("4FB30A24-FE78-47DC-8E3E-479563D2D434")]
    public interface IStdBSLista

    Properties

    ActiveBar

    Declaration
    object ActiveBar { get; }
    Property Value
    Type Description
    System.Object

    Categoria

    Declaration
    StdBESqlCategoria Categoria { get; set; }
    Property Value
    Type Description
    StdBESql100.StdBESqlCategoria

    FormLista

    Declaration
    object FormLista { get; set; }
    Property Value
    Type Description
    System.Object

    GUID

    Declaration
    string GUID { get; set; }
    Property Value
    Type Description
    System.String

    HoldColWidth

    Declaration
    bool HoldColWidth { get; set; }
    Property Value
    Type Description
    System.Boolean

    LayoutRestored

    Declaration
    bool LayoutRestored { get; set; }
    Property Value
    Type Description
    System.Boolean

    Notify

    Declaration
    object Notify { set; }
    Property Value
    Type Description
    System.Object

    Query

    Declaration
    StdBESqlQuery Query { get; set; }
    Property Value
    Type Description
    StdBESql100.StdBESqlQuery

    Tabela

    Declaration
    string Tabela { get; }
    Property Value
    Type Description
    System.String

    Methods

    ActualizaLista(String, String, StdBSTipos.cbType)

    Declaration
    void ActualizaLista(string strNomeChave = "", string strChave = "", StdBSTipos.cbType enuOperacao = StdBSTipos.cbType.cbListaActivada)
    Parameters
    Type Name Description
    System.String strNomeChave
    System.String strChave
    StdPlatBS100.StdBSTipos.cbType enuOperacao

    ActualizaNumeroRegistosVisiveis(Int32)

    Declaration
    void ActualizaNumeroRegistosVisiveis(int TotalRows)
    Parameters
    Type Name Description
    System.Int32 TotalRows

    AdicionaColuna(String)

    Declaration
    void AdicionaColuna(string Coluna)
    Parameters
    Type Name Description
    System.String Coluna

    AfterColEdit(Int32)

    Declaration
    void AfterColEdit(int ColIndex)
    Parameters
    Type Name Description
    System.Int32 ColIndex

    AfterColMove()

    Declaration
    void AfterColMove()

    AfterColUpdate(Int32)

    Declaration
    void AfterColUpdate(int ColIndex)
    Parameters
    Type Name Description
    System.Int32 ColIndex

    AfterDelete()

    Declaration
    void AfterDelete()

    AfterGroupChange()

    Declaration
    void AfterGroupChange()

    AfterUpdate()

    Declaration
    void AfterUpdate()

    AtribuiValoresF4(StdBEF4, Object)

    Declaration
    void AtribuiValoresF4(StdBEF4 objBEF4, object vntValores)
    Parameters
    Type Name Description
    StdBEF4 objBEF4
    System.Object vntValores

    AtribuiValorF4(StdBEF4, Object)

    Declaration
    void AtribuiValorF4(StdBEF4 objBEF4, object vntValor)
    Parameters
    Type Name Description
    StdBEF4 objBEF4
    System.Object vntValor

    BeforeColEdit(Int32, Object)

    Declaration
    void BeforeColEdit(int ColIndex, object Cancel)
    Parameters
    Type Name Description
    System.Int32 ColIndex
    System.Object Cancel

    BeforeColMove(Object, Int32, Object)

    Declaration
    void BeforeColMove(object Column, int NewPosition, object Cancel)
    Parameters
    Type Name Description
    System.Object Column
    System.Int32 NewPosition
    System.Object Cancel

    BeforeColumnDrag(Object, Object)

    Declaration
    void BeforeColumnDrag(object Column, object Cancel)
    Parameters
    Type Name Description
    System.Object Column
    System.Object Cancel

    BeforeColUpdate(Int32, Int32, String, Object)

    Declaration
    void BeforeColUpdate(int Row, int ColIndex, string OldValue, object Cancel)
    Parameters
    Type Name Description
    System.Int32 Row
    System.Int32 ColIndex
    System.String OldValue
    System.Object Cancel

    BeforeDelete(Object)

    Declaration
    void BeforeDelete(object Cancel)
    Parameters
    Type Name Description
    System.Object Cancel

    BeforeDeleteEX(Int32, Object, Object)

    Declaration
    void BeforeDeleteEX(int RowIndex, object Bookmark, object Cancel)
    Parameters
    Type Name Description
    System.Int32 RowIndex
    System.Object Bookmark
    System.Object Cancel

    BeforeGroupChange(Object, Int32, Int32, Object)

    Declaration
    void BeforeGroupChange(object Group, int ChangeOperation, int GroupPosition, object Cancel)
    Parameters
    Type Name Description
    System.Object Group
    System.Int32 ChangeOperation
    System.Int32 GroupPosition
    System.Object Cancel

    BeforeGroupDrag(Object, Object)

    Declaration
    void BeforeGroupDrag(object Group, object Cancel)
    Parameters
    Type Name Description
    System.Object Group
    System.Object Cancel

    BeforePrinting(Int32, Object)

    Declaration
    void BeforePrinting(int nPages, object Cancel)
    Parameters
    Type Name Description
    System.Int32 nPages
    System.Object Cancel

    BeforePrintPage(Int32, Int32)

    Declaration
    void BeforePrintPage(int PageNumber, int nPages)
    Parameters
    Type Name Description
    System.Int32 PageNumber
    System.Int32 nPages

    BeforeUpdate(Object)

    Declaration
    void BeforeUpdate(object Cancel)
    Parameters
    Type Name Description
    System.Object Cancel

    CardResize(Int32, Object)

    Declaration
    void CardResize(int NewCardWidth, object Cancel)
    Parameters
    Type Name Description
    System.Int32 NewCardWidth
    System.Object Cancel

    CarregaRegistos(StdBESqlQuery, StdBECampos, Boolean, Boolean)

    Declaration
    void CarregaRegistos(StdBESqlQuery objQuery, StdBECampos objFiltro, bool blnPreencheParametros = true, bool blnModificouLayout = false)
    Parameters
    Type Name Description
    StdBESql100.StdBESqlQuery objQuery
    StdBECampos objFiltro
    System.Boolean blnPreencheParametros
    System.Boolean blnModificouLayout

    CarregaRegistosQuerySQL(String, String)

    Declaration
    void CarregaRegistosQuerySQL(string strSql, string strTitulo)
    Parameters
    Type Name Description
    System.String strSql
    System.String strTitulo

    CarregaRegistosResultadosBatchADU(String)

    Declaration
    void CarregaRegistosResultadosBatchADU(string strXml)
    Parameters
    Type Name Description
    System.String strXml

    CarregaRegistosResultadosBatchIDU(String)

    Declaration
    void CarregaRegistosResultadosBatchIDU(string strXml)
    Parameters
    Type Name Description
    System.String strXml

    CarregaRegistosResultadosListaADU(StdBESqlQuery, String)

    Declaration
    void CarregaRegistosResultadosListaADU(StdBESqlQuery objQuery, string strXml)
    Parameters
    Type Name Description
    StdBESql100.StdBESqlQuery objQuery
    System.String strXml

    CarregaRegistosResultadosListaIDU(StdBESqlQuery, String)

    Declaration
    void CarregaRegistosResultadosListaIDU(StdBESqlQuery objQuery, string strXml)
    Parameters
    Type Name Description
    StdBESql100.StdBESqlQuery objQuery
    System.String strXml

    Change()

    Declaration
    void Change()

    Click()

    Declaration
    void Click()

    ColButtonClick(Int32)

    Declaration
    void ColButtonClick(int intColIndex)
    Parameters
    Type Name Description
    System.Int32 intColIndex

    ColResize(Int32, Int32, Object)

    Declaration
    void ColResize(int ColIndex, int NewColWidth, object Cancel)
    Parameters
    Type Name Description
    System.Int32 ColIndex
    System.Int32 NewColWidth
    System.Object Cancel

    ColumnHeaderClick(Object)

    Declaration
    void ColumnHeaderClick(object Column)
    Parameters
    Type Name Description
    System.Object Column

    DaChavesSeleccionados()

    Declaration
    string DaChavesSeleccionados()
    Returns
    Type Description
    System.String

    DaFiltroActual()

    Declaration
    StdBECampos DaFiltroActual()
    Returns
    Type Description
    StdBECampos

    DaNomeCampoChave()

    Declaration
    string DaNomeCampoChave()
    Returns
    Type Description
    System.String

    DaRegistosSeleccionados(Boolean)

    Declaration
    string DaRegistosSeleccionados(bool IncluirColunasEscondidas = false)
    Parameters
    Type Name Description
    System.Boolean IncluirColunasEscondidas
    Returns
    Type Description
    System.String

    DaValoresF4MultiSeleccao(String, Object)

    Declaration
    string DaValoresF4MultiSeleccao(string strCampo, object objGrelha)
    Parameters
    Type Name Description
    System.String strCampo
    System.Object objGrelha
    Returns
    Type Description
    System.String

    DblClick()

    Declaration
    void DblClick()

    DragDrop(Object, Single, Single)

    Declaration
    void DragDrop(object Source, float x, float y)
    Parameters
    Type Name Description
    System.Object Source
    System.Single x
    System.Single y

    DragOver(Object, Single, Single, Int32)

    Declaration
    void DragOver(object Source, float x, float y, int State)
    Parameters
    Type Name Description
    System.Object Source
    System.Single x
    System.Single y
    System.Int32 State

    DropList(Int32)

    Declaration
    void DropList(int ColIndex)
    Parameters
    Type Name Description
    System.Int32 ColIndex

    EndCustomEdit(Int32)

    Declaration
    void EndCustomEdit(int ColIndex)
    Parameters
    Type Name Description
    System.Int32 ColIndex

    Error(Int32, Object)

    Declaration
    void Error(int ErrNumber, object DisplayMessage)
    Parameters
    Type Name Description
    System.Int32 ErrNumber
    System.Object DisplayMessage

    EscondeCaixaPesquisa(TextBox)

    Declaration
    void EscondeCaixaPesquisa(TextBox t)
    Parameters
    Type Name Description
    System.Windows.Forms.TextBox t

    EscondeColuna(String)

    Declaration
    bool EscondeColuna(string Coluna)
    Parameters
    Type Name Description
    System.String Coluna
    Returns
    Type Description
    System.Boolean

    ExecutaEventoAntesImprimir(String, String, Boolean)

    Declaration
    void ExecutaEventoAntesImprimir(string strCategoria, string strMapa, bool blnCustom)
    Parameters
    Type Name Description
    System.String strCategoria
    System.String strMapa
    System.Boolean blnCustom

    FetchData(Int32, Int32, Object, Object)

    Declaration
    void FetchData(int RowIndex, int ColIndex, object RowBookmark, object Value)
    Parameters
    Type Name Description
    System.Int32 RowIndex
    System.Int32 ColIndex
    System.Object RowBookmark
    System.Object Value

    FetchIcon(Int32, Int32, Object, Object)

    Declaration
    void FetchIcon(int RowIndex, int ColIndex, object RowBookmark, object IconIndex)
    Parameters
    Type Name Description
    System.Int32 RowIndex
    System.Int32 ColIndex
    System.Object RowBookmark
    System.Object IconIndex

    FirstItemChange()

    Declaration
    void FirstItemChange()

    GotFocus()

    Declaration
    void GotFocus()

    GroupByBoxHeaderClick(Object)

    Declaration
    void GroupByBoxHeaderClick(object Group)
    Parameters
    Type Name Description
    System.Object Group

    InicializaLista()

    Declaration
    void InicializaLista()

    InicializaListaQuerySQL()

    Declaration
    void InicializaListaQuerySQL()

    InicializaListaQuerySQLExt()

    Declaration
    void InicializaListaQuerySQLExt()

    InicializaListaResultadoBatchADU()

    Declaration
    void InicializaListaResultadoBatchADU()

    InicializaListaResultadoBatchIDU()

    Declaration
    void InicializaListaResultadoBatchIDU()

    InicializaListaResultadoListaADU()

    Declaration
    void InicializaListaResultadoListaADU()

    InicializaListaResultadosListaIDU()

    Declaration
    void InicializaListaResultadosListaIDU()

    InitCustomEdit(Int32, Color, Color, Font)

    Declaration
    void InitCustomEdit(int ColIndex, Color EditBackColor, Color EditForeColor, Font EditFont)
    Parameters
    Type Name Description
    System.Int32 ColIndex
    System.Drawing.Color EditBackColor
    System.Drawing.Color EditForeColor
    System.Drawing.Font EditFont

    InsertColumnFromColumnChooser(String, String)

    Declaration
    void InsertColumnFromColumnChooser(string TableName, string columnName)
    Parameters
    Type Name Description
    System.String TableName
    System.String columnName

    KeyDown(ref Int32, Int32, Boolean)

    Declaration
    void KeyDown(ref int KeyCode, int Shift, bool JanelaModal = false)
    Parameters
    Type Name Description
    System.Int32 KeyCode
    System.Int32 Shift
    System.Boolean JanelaModal

    KeyPress(Int32)

    Declaration
    void KeyPress(int KeyAscii)
    Parameters
    Type Name Description
    System.Int32 KeyAscii

    KeyUp(Int32, Int32)

    Declaration
    void KeyUp(int KeyCode, int Shift)
    Parameters
    Type Name Description
    System.Int32 KeyCode
    System.Int32 Shift

    LeftColChange()

    Declaration
    void LeftColChange()

    ListSelected(Int32, Int32, Object)

    Declaration
    void ListSelected(int ColIndex, int ValueListIndex, object Value)
    Parameters
    Type Name Description
    System.Int32 ColIndex
    System.Int32 ValueListIndex
    System.Object Value

    LostFocus()

    Declaration
    void LostFocus()

    MenuItemSeleccionado(String)

    Declaration
    bool MenuItemSeleccionado(string Comando)
    Parameters
    Type Name Description
    System.String Comando
    Returns
    Type Description
    System.Boolean

    MostraCaixaPesquisa(Object, Object)

    Declaration
    void MostraCaixaPesquisa(object Caixa, object KeyAscii)
    Parameters
    Type Name Description
    System.Object Caixa
    System.Object KeyAscii

    MouseDown(Int32, Int32, Single, Single)

    Declaration
    void MouseDown(int Button, int Shift, float x, float y)
    Parameters
    Type Name Description
    System.Int32 Button
    System.Int32 Shift
    System.Single x
    System.Single y

    MouseMove(Int32, Int32, Single, Single)

    Declaration
    void MouseMove(int Button, int Shift, float x, float y)
    Parameters
    Type Name Description
    System.Int32 Button
    System.Int32 Shift
    System.Single x
    System.Single y

    MouseUp(Int32, Int32, Single, Single)

    Declaration
    void MouseUp(int Button, int Shift, float x, float y)
    Parameters
    Type Name Description
    System.Int32 Button
    System.Int32 Shift
    System.Single x
    System.Single y

    MudaPosicaoColuna(String, Int32)

    Declaration
    void MudaPosicaoColuna(string Coluna, int Posicao)
    Parameters
    Type Name Description
    System.String Coluna
    System.Int32 Posicao

    NotInList(Int32, String, Object)

    Declaration
    void NotInList(int ColIndex, string NewData, object CancelUpdate)
    Parameters
    Type Name Description
    System.Int32 ColIndex
    System.String NewData
    System.Object CancelUpdate

    OLECompleteDrag(Int32)

    Declaration
    void OLECompleteDrag(int Effect)
    Parameters
    Type Name Description
    System.Int32 Effect

    OLEDragDrop(Object, Int32, Int32, Int32, Single, Single)

    Declaration
    void OLEDragDrop(object Data, int Effect, int Button, int Shift, float x, float y)
    Parameters
    Type Name Description
    System.Object Data
    System.Int32 Effect
    System.Int32 Button
    System.Int32 Shift
    System.Single x
    System.Single y

    OLEDragOver(Object, Int32, Int32, Int32, Single, Single, Int32)

    Declaration
    void OLEDragOver(object Data, int Effect, int Button, int Shift, float x, float y, int State)
    Parameters
    Type Name Description
    System.Object Data
    System.Int32 Effect
    System.Int32 Button
    System.Int32 Shift
    System.Single x
    System.Single y
    System.Int32 State

    OLEGiveFeedback(Int32, Boolean)

    Declaration
    void OLEGiveFeedback(int Effect, bool DefaultCursors)
    Parameters
    Type Name Description
    System.Int32 Effect
    System.Boolean DefaultCursors

    OLESetData(Object, Int32)

    Declaration
    void OLESetData(object Data, int DataFormat)
    Parameters
    Type Name Description
    System.Object Data
    System.Int32 DataFormat

    OLEStartDrag(Object, Int32)

    Declaration
    void OLEStartDrag(object Data, int AllowedEffects)
    Parameters
    Type Name Description
    System.Object Data
    System.Int32 AllowedEffects

    PesquisaTexto(TextBox, Boolean)

    Declaration
    void PesquisaTexto(TextBox Text, bool FromStart = true)
    Parameters
    Type Name Description
    System.Windows.Forms.TextBox Text
    System.Boolean FromStart

    PosicionaRegisto()

    Declaration
    void PosicionaRegisto()

    PreviewAfterPaginating()

    Declaration
    void PreviewAfterPaginating()

    PreviewBeforePaginating()

    Declaration
    void PreviewBeforePaginating()

    PreviewDragDrop(Object, Single, Single)

    Declaration
    void PreviewDragDrop(object Source, float x, float y)
    Parameters
    Type Name Description
    System.Object Source
    System.Single x
    System.Single y

    PreviewDragOver(Object, Single, Single, Int32)

    Declaration
    void PreviewDragOver(object Source, float x, float y, int State)
    Parameters
    Type Name Description
    System.Object Source
    System.Single x
    System.Single y
    System.Int32 State

    PreviewGotFocus()

    Declaration
    void PreviewGotFocus()

    PreviewLostFocus()

    Declaration
    void PreviewLostFocus()

    PreviewOnCloseClick()

    Declaration
    void PreviewOnCloseClick()

    PreviewOnPrintClick(Object)

    Declaration
    void PreviewOnPrintClick(object UsePrintSetupDlg)
    Parameters
    Type Name Description
    System.Object UsePrintSetupDlg

    PreviewPageChanged()

    Declaration
    void PreviewPageChanged()

    PreviewValidate(Boolean)

    Declaration
    void PreviewValidate(bool Cancel)
    Parameters
    Type Name Description
    System.Boolean Cancel

    PreviewZoomChanged()

    Declaration
    void PreviewZoomChanged()

    PriGrid_OnPreviewHidden()

    Declaration
    void PriGrid_OnPreviewHidden()

    PriGrid_OnPreviewShown()

    Declaration
    void PriGrid_OnPreviewShown()

    PriGrid_PrepareForAggregateFunction()

    Declaration
    void PriGrid_PrepareForAggregateFunction()

    PriGrid_UpdateColumnAggregateFunction(Int32, ColumnSummaryType)

    Declaration
    void PriGrid_UpdateColumnAggregateFunction(int ColumnIndex, ColumnSummaryType summaryItemType)
    Parameters
    Type Name Description
    System.Int32 ColumnIndex
    PriGrid100.ColumnSummaryType summaryItemType

    PriGrid_UpdateConditionalFormatting()

    Declaration
    void PriGrid_UpdateConditionalFormatting()

    PrintingProgress(Single, Object)

    Declaration
    void PrintingProgress(float PrintProgress, object Cancel)
    Parameters
    Type Name Description
    System.Single PrintProgress
    System.Object Cancel

    RecalcLayout(Int32, Int32, Int32, Int32)

    Declaration
    void RecalcLayout(int ALeft, int ATop, int AWidth, int AHeight)
    Parameters
    Type Name Description
    System.Int32 ALeft
    System.Int32 ATop
    System.Int32 AWidth
    System.Int32 AHeight

    RemoveColumnFromGrid(Int32)

    Declaration
    void RemoveColumnFromGrid(int ColumnIndex)
    Parameters
    Type Name Description
    System.Int32 ColumnIndex

    ReporConfiguracao()

    Declaration
    void ReporConfiguracao()

    RowColChange(Int32, Int32)

    Declaration
    void RowColChange(int LastRow, int LastCol)
    Parameters
    Type Name Description
    System.Int32 LastRow
    System.Int32 LastCol

    RowDrag(Int32, Int32)

    Declaration
    void RowDrag(int Button, int Shift)
    Parameters
    Type Name Description
    System.Int32 Button
    System.Int32 Shift

    RowFormat(Object)

    Declaration
    void RowFormat(object RowBuffer)
    Parameters
    Type Name Description
    System.Object RowBuffer

    RowResize(Int32, Object)

    Declaration
    void RowResize(int NewRowHeight, object Cancel)
    Parameters
    Type Name Description
    System.Int32 NewRowHeight
    System.Object Cancel

    SelectionChange()

    Declaration
    void SelectionChange()

    ShowCustomEdit(Int32, Single, Single, Single, Single, Boolean)

    Declaration
    void ShowCustomEdit(int ColIndex, float EditLeft, float EditTop, float EditWidth, float EditHeight, bool EditVisible)
    Parameters
    Type Name Description
    System.Int32 ColIndex
    System.Single EditLeft
    System.Single EditTop
    System.Single EditWidth
    System.Single EditHeight
    System.Boolean EditVisible

    UnboundAddNew(Object, Object)

    Declaration
    void UnboundAddNew(object NewRowBookmark, object Values)
    Parameters
    Type Name Description
    System.Object NewRowBookmark
    System.Object Values

    UnboundDelete(Int32, Object)

    Declaration
    void UnboundDelete(int RowIndex, object Bookmark)
    Parameters
    Type Name Description
    System.Int32 RowIndex
    System.Object Bookmark

    UnboundReadData(Int32, Object, Object)

    Declaration
    void UnboundReadData(int RowIndex, object Bookmark, object Values)
    Parameters
    Type Name Description
    System.Int32 RowIndex
    System.Object Bookmark
    System.Object Values

    UnboundUpdate(Int32, Object, Object)

    Declaration
    void UnboundUpdate(int RowIndex, object Bookmark, object Values)
    Parameters
    Type Name Description
    System.Int32 RowIndex
    System.Object Bookmark
    System.Object Values

    Validate(Boolean)

    Declaration
    void Validate(bool Cancel)
    Parameters
    Type Name Description
    System.Boolean Cancel

    VerificaExisteCollection(String, PrimaveraOrderedDictionary)

    Declaration
    bool VerificaExisteCollection(string strKey, PrimaveraOrderedDictionary Collection)
    Parameters
    Type Name Description
    System.String strKey
    Primavera.Platform.Collections.PrimaveraOrderedDictionary Collection
    Returns
    Type Description
    System.Boolean