HTML5 Data Bindings Support Product Page

Answered

How do you set up paging?

Asked 05 Sep 2013 00:19:29
3
have this question
05 Sep 2013 00:19:29 Steve Skinner posted:
So, I have a test feed working - great. But how do you set up paging? It's not even addressed anywhere in the tutorials or in the manual. In the setup for a a feed such as picasa, you can tell it how many per page, but how do you get paging controls onto the page so you can see the next page of records?

Replies

Replied 05 Sep 2013 09:09:48
05 Sep 2013 09:09:48 Teodor Kuduschiev replied:
Hello Steve,

Please watch the following video tutorial: Creating Custom Navigation for the Detail Region here: www.dmxzone.com/go/21863/html5-data-bindings#videos
Replied 18 Sep 2013 17:10:10
18 Sep 2013 17:10:10 Steve Skinner replied:
Thanks Teodor, but this provides paging at the record level. I am having trouble getting paging working between lists of records.

For instance, my test page loads the first page of results as expected and shows how many pages of items there are:
www.cheeptrims.com/sandbox/test1.asp

Then, I've used the control HTML5 data bindings behavior to create an onclick event over the "next" paging label using action: Refresh Data, and a database action of "go to next page". This all seems very logical and straightforward, but it's not working. Am I still missing something??
Replied 18 Sep 2013 17:27:26
18 Sep 2013 17:27:26 Teodor Kuduschiev replied:
Hi Steve,

What database are you using?
Replied 18 Sep 2013 17:31:56
18 Sep 2013 17:31:56 Steve Skinner replied:
MS SQL
Replied 18 Sep 2013 17:35:06
18 Sep 2013 17:35:06 Teodor Kuduschiev replied:
What is the version of SQL server?
Replied 18 Sep 2013 17:37:33
18 Sep 2013 17:37:33 Steve Skinner replied:
2000, but soon to be 2008
Replied 18 Sep 2013 18:21:59
18 Sep 2013 18:21:59 Teodor Kuduschiev replied:
I see, the issue is you are using a server technology older than 10 years, which is unfortunately not supported by Database Connector. As soon as you update to 2008 the issue will be gone .
Replied 18 Sep 2013 18:24:06
18 Sep 2013 18:24:06 Steve Skinner replied:
I will be addressing this with the web host. Thank you.
Replied 18 Sep 2013 18:24:08
18 Sep 2013 18:24:08 Steve Skinner replied:
I will be addressing this with the web host. Thank you.
Replied 10 Oct 2013 20:13:23
10 Oct 2013 20:13:23 Brad Lawryk replied:
I am having this same issue with mySQL. Can't set paging for lists of data.

My example is I have a database of 3900+ clients. I want to display 50 at a time. I can get the first 50 no problem but can't get pagination working no matter what I do.
Replied 11 Oct 2013 07:08:52
11 Oct 2013 07:08:52 Teodor Kuduschiev replied:
Replied 01 Nov 2013 14:50:35
01 Nov 2013 14:50:35 Andre Bender replied:
Pageing is not working for me. I tried for hours with different examples ... here is a test page, what's going wrong?

testserver.swf.ch/swf2013/test3.php

Thanks for any help

Replied 01 Nov 2013 14:59:11
01 Nov 2013 14:59:11 Teodor Kuduschiev replied:
Hello Andre,
Your setup is wrong currently your setup uses:

Which is control for a detail region, but you do not have a detail region on your page.
You should be using this kind of behavior for the 3 records on your page:

Replied 01 Nov 2013 15:07:53
01 Nov 2013 15:07:53 Andre Bender replied:
Ahhhh ok ... ... Gracias
Please extend your documentation ...
Replied 01 Nov 2013 15:14:00
01 Nov 2013 15:14:00 Teodor Kuduschiev replied:
Well it is already explained in our tutorials.. www.dmxzone.com/go/22082/paging-options-in-the-dmxzone-database-connector
Replied 01 Nov 2013 15:14:39
01 Nov 2013 15:14:39 Andre Bender replied:
It's still not working ...
Replied 01 Nov 2013 15:17:35
01 Nov 2013 15:17:35 Teodor Kuduschiev replied:
Please download the extension from our website and reapply it. This will fix the issue you are having,
Replied 01 Nov 2013 15:34:25
01 Nov 2013 15:34:25 Andre Bender replied:
I'm already using:

HTML5 Data Bindings
Version: 1.3.0
(c) 2013 DMXzone.com
@build 30-10-2013 10:57:31

Is there a newer one around?
Replied 01 Nov 2013 15:38:34
01 Nov 2013 15:38:34 Teodor Kuduschiev replied:
Please download the Data Bindings and the Database Connector from our website and reinstall them.
Replied 01 Nov 2013 15:41:45
01 Nov 2013 15:41:45 Brad Lawryk replied:
When I had this problem earlier it was something I was doing wrong in the repeat region - not the paging. Since I figured out how to do it by following that tutorial very closely it has been working perfectly.
Replied 01 Nov 2013 15:58:00
01 Nov 2013 15:58:00 Andre Bender replied:
I reinstalled both extension and uploaded all new files but it's still not working ...
Replied 04 Nov 2013 10:25:05
04 Nov 2013 10:25:05 Teodor Kuduschiev replied:
If you downloaded the latest version of the DMXzone Database Connector and HTML5 Data Bindings, the version of the following file should be 1.0.2:
QuoteScriptLibrary/dmxDatabaseConnector/sqlBuilder.php

If after the update it is not 1.0.2 please reapply the extension on your page.
Replied 04 Nov 2013 11:01:12
04 Nov 2013 11:01:12 Andre Bender replied:
I've downloaded and installed the extensionagain. Deleted the sqlBuilder files and reapplied the extension. But still 1.0.1 is being added not 1.0.2
Replied 04 Nov 2013 11:08:09
04 Nov 2013 11:08:09 manuel pinto replied:
Got the same problem also. I've downloaded and installed the extensionagain. Deleted the sqlBuilder files and reapplied the extension. But still 1.0.1 is being added not 1.0.2
Replied 04 Nov 2013 11:27:32
04 Nov 2013 11:27:32 manuel pinto replied:
Do it again and now i solve it

Reply to this topic