Results 1 to 2 of 2

Thread: Fire event in third product control

  1. #1

    Thread Starter
    Fanatic Member mutley's Avatar
    Join Date
    Apr 2000
    Location
    Sao Paulo - Brazil
    Posts
    709

    Question Fire event in third product control

    Hi

    I am having a problem to fire a third party control event (ssdbgrid)
    the problem that has an update event that fires only when it changes line
    , I would like to know if there is any way to force the call of this event, already tried to simulate forcing the exchange
    line to see if it works and I can not get anyone know if there is any way to do it, I already looked in the help
    of control, but it does not help at all what they say there

    The event

    Code:
        Private Sub SSDBGrid1_UnboundWriteData(ByVal RowBuf As SSDataWidgets_B.ssRowBuffer, WriteLocation As Variant)

  2. #2

    Thread Starter
    Fanatic Member mutley's Avatar
    Join Date
    Apr 2000
    Location
    Sao Paulo - Brazil
    Posts
    709

    Re: Fire event in third product control

    Hi
    I found a way is
    Code:
        SSDBGrid1.bookmark =  SSDBGrid1.bookmark
    sorry for bothering

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width