NetTalk Central

Author Topic: Filtered Child Browse will not navigate to next set of data.  (Read 3667 times)

astahl

  • Sr. Member
  • ****
  • Posts: 308
    • View Profile
    • Email
Hi All,

I have a NetWebMemForm with a Year drop down selector. It always defaults to the current year when first entering the form and the BrowseChildProc is filled. All of this works until I press the next button to navigate to the next set of data. It acts as though it it retrieving the data but displays the same record set. I have on the browse a locator in the case a user would like to find a specific date for that given year.


Using Win7 64bit, Clarion10.11834, and NetTalk 8.51

Thanks,

Ashley
« Last Edit: June 15, 2015, 04:32:03 AM by astahl »

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Filtered Child Browse will not navigate to next set of data.
« Reply #1 on: June 16, 2015, 05:04:37 AM »
Hi Ashley,

Can you duplicate the effect in an example app and post that here? It's a lot easier to comment on specific issues if I can duplicate the problem here.

cheers
Bruce


astahl

  • Sr. Member
  • ****
  • Posts: 308
    • View Profile
    • Email
Re: Filtered Child Browse will not navigate to next set of data.
« Reply #2 on: June 16, 2015, 05:34:43 AM »
Hi Bruce,

I have an example app for you which I will send to privately for security reasons.


Ashley

astahl

  • Sr. Member
  • ****
  • Posts: 308
    • View Profile
    • Email
Re: Filtered Child Browse will not navigate to next set of data.
« Reply #3 on: June 16, 2015, 09:43:30 AM »
Hi Bruce,

I did forget to mention that I imported the procs from another application that I use as a local dev app as one is secure the other is just local without https.


Ashley

astahl

  • Sr. Member
  • ****
  • Posts: 308
    • View Profile
    • Email
Re: Filtered Child Browse will not navigate to next set of data.
« Reply #4 on: June 18, 2015, 03:17:29 AM »
Hi Bruce,

Found the problem. I accidentally set the browse to send server code to update itself. Ha pretty stupid, at least it now works as expected.


Ashley