NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: astahl on June 15, 2015, 04:03:22 AM

Title: Filtered Child Browse will not navigate to next set of data.
Post by: astahl on June 15, 2015, 04:03:22 AM
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
Title: Re: Filtered Child Browse will not navigate to next set of data.
Post by: Bruce 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

Title: Re: Filtered Child Browse will not navigate to next set of data.
Post by: astahl 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
Title: Re: Filtered Child Browse will not navigate to next set of data.
Post by: astahl 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
Title: Re: Filtered Child Browse will not navigate to next set of data.
Post by: astahl 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