Page 1 of 1

Help! Majorly Frustrated

PostPosted: Sun Jun 10, 2007 3:15 am
by dhertzfe
Hey all,

I need some real help. I am using the table widget with server sort, which is great. IF it is used within a pane fo the suite or on an independant page.

I am trying to implement the table widget within the DisplayMessage widget and the table will not page forward or back with the paging widget. It does sort when clicking on the headers as expected. Does anyone have an example of using the table widget within the display message widget? It would really put my frustrations at an end.

Thanks,
Dale

I found the problem!!!

PostPosted: Wed Jun 13, 2007 3:44 am
by dhertzfe
Hey All,

Thanks for all your considerations and views of my problem over the last 3 days.

I ran across my error. In the code in the line:
tableWidgetObj.setServersideSortFileName('inc/listcontacts.php');

it should have been:
tableWidgetObj.setServersideSortFileName('contacts/inc/listcontacts.php');

Those newbies out there working with this fine product be aware that the pathing is VERY VERY important. One slip up and all stops working. You must remember to include the full path from the starting point of your index.php script in ALL of the routines within the DHTML suite.

Regards,
Dale