NetTalk Central

Author Topic: Browse record positioning  (Read 2091 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Browse record positioning
« on: August 13, 2010, 08:49:52 AM »
Hi,
I have a memory form which has 3 browses, all from the same table but with different sort order.
Selecting a record from a Browse, how can I position the same record in the other two browses? so the user clicks on a record in browse 2 and it sees the position this record has in the other two browse.
THanks
Alberto
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: Browse record positioning
« Reply #1 on: August 13, 2010, 06:31:26 PM »
are you reusing the same browse procedure in all 3? or or different browses? I'm not sure that it matters, but would be good to know.

On the memory form, client-side tab, make sure that each browse "resets" the other 2.

cheers
Bruce



Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Browse record positioning
« Reply #2 on: August 14, 2010, 06:24:37 AM »
Hi Bruce,
I didnt know I could reuse the SAME browse several times in the same form.
I´m using 3 different browses and your idea works.

-Colud this work with the same browse, three times in the form?

-The browses are page loaded and the problem is that when the record is not on the actual page then the browse select the first record, how can I sort this?

Thanks
Alberto
« Last Edit: August 14, 2010, 12:57:47 PM by michelis »
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: Browse record positioning
« Reply #3 on: August 15, 2010, 02:49:28 AM »
I'm not sure if it could work. But it might.

are you filtering the 3 browses based on the form / browse selections?
Or just trying to "sync" records in the 3 browses.

Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Browse record positioning
« Reply #4 on: August 15, 2010, 04:43:59 AM »
All browses have the same filter but different order.
-----------
Regards
Alberto