• Updating a listbox browse from a treeview listbox

    From pilot@wlship.com@21:1/5 to All on Tue Mar 5 02:14:56 2019
    Hi

    I have a problem a using two browses which I would like to synchronize.

    I have one listbox on the left side of the window formatted as a tree and another listbox formatted as a browse on the right hand side (something like windows explorer).

    The problem is that I cannot get any update on the browse based on selections made in the threeview.

    Any suggestions on how to trigger an update to the browse based on selections in the threeview?

    Thanks in advance.

    Brgds
    Werner Lekven
    (using Clarion 11)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From thunderware.mark@gmail.com@21:1/5 to All on Wed Mar 6 13:39:34 2019
    Are they different tables? Are they related in the dictionary?
    Thoughts to ponder
    Regards,
    Mark

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sean H@21:1/5 to pilot@wlship.com on Mon Mar 11 16:57:53 2019
    You would put something like
    brw1.resetfromfile() in the tree TakeNewSelection
    where brw1 is the browse list object


    Sean H



    On 5/3/19 8:14 pm, pilot@wlship.com wrote:
    Hi

    I have a problem a using two browses which I would like to synchronize.

    I have one listbox on the left side of the window formatted as a tree and another listbox formatted as a browse on the right hand side (something like windows explorer).

    The problem is that I cannot get any update on the browse based on selections made in the threeview.

    Any suggestions on how to trigger an update to the browse based on selections in the threeview?

    Thanks in advance.

    Brgds
    Werner Lekven
    (using Clarion 11)


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)