getting table source from a currencymanager

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • astro

    #1

    getting table source from a currencymanager


    can anyone tell me the syntax to get the datatable from a currencymanager ?

    if this works:

    myCM = bindingContext( me.dataview1, "mytable")

    the how can I get the table given the currencymanager ?

    Thanks )


  • Ken Tucker [MVP]

    #2
    Re: getting table source from a currencymanager

    Hi,

    Take a look at the currency manager's list property.
    http://msdn.microsoft.com/library/de...slisttopic.asp

    Ken
    --------------
    "astro" <astro@mnrr.com > wrote in message
    news:pOy2f.1163 37$3S5.72313@to rnado.rdc-kc.rr.com...[color=blue]
    >
    > can anyone tell me the syntax to get the datatable from a currencymanager ?
    >
    > if this works:
    >
    > myCM = bindingContext( me.dataview1, "mytable")
    >
    > the how can I get the table given the currencymanager ?
    >
    > Thanks )
    >
    >[/color]


    Comment

    • astro

      #3
      Re: getting table source from a currencymanager

      woot - thanks!

      "Ken Tucker [MVP]" <vb2ae@bellsout h.net> wrote in message
      news:%23MaU1Ogz FHA.3188@TK2MSF TNGP14.phx.gbl. ..[color=blue]
      > Hi,
      >
      > Take a look at the currency manager's list property.
      > http://msdn.microsoft.com/library/de...slisttopic.asp
      >
      > Ken
      > --------------
      > "astro" <astro@mnrr.com > wrote in message
      > news:pOy2f.1163 37$3S5.72313@to rnado.rdc-kc.rr.com...[color=green]
      >>
      >> can anyone tell me the syntax to get the datatable from a
      >> currencymanager ?
      >>
      >> if this works:
      >>
      >> myCM = bindingContext( me.dataview1, "mytable")
      >>
      >> the how can I get the table given the currencymanager ?
      >>
      >> Thanks )
      >>
      >>[/color]
      >
      >[/color]


      Comment

      Working...