I just bought Ajax-PHP Data Grid extension last week. I installed it in CS4 on a MacPro.
When I use the simple Data Tree I get some output.
But, the more complex Data Grid extension has no Complete instructions or Tutorials to Cover All of the Options and what they Require.
In my test once I have set up the DataGrid then I click on "Detail Grid". This activates the "Configure the detail Grid" button.
In the MAIN view I have to select a lot of buttons for things I really don't want or need "Search, Edit, Multiselect..." before the FIELDS view will activate "Connection, Table name, Recordset.."
Your instructions do not include what are the Required options to be selected before the FIELDS view is activated.
Anyway, I selected enough buttons to activate the FIELDS selections EXCEPT that AFTER I select the Connection file, and the Table Name I can never select the Recordset. Without this I cannot finish the "Detail Grid Setup".
Even though I have already selected the Connection and the Recordset in the PHP DataGrid setup I do not inherit these settings for the Detail Grid.
And I can not find a way to get the available Recordset to show up as a selection. It always says NONE.
I cannot complete the Detail Grid Setup. I have to Unselect it even though it seems that this is needed to complete the project using Ajax DataGrid.
I have to remove the Detail Grid because I cannot select the recordset that I have created and that is showing me all my tables in Dreamweaver on the mysql hosting server.
So, I don't understand the "hidden rules" of your extension. What steps are necessary BEFORE the Detail Grid setup?
The following code is just a test for visibility.
By the way, I am gathering some fields from two tables and using an INNER JOIN which works fine for the test.
SELECT wp_eps_events.id, wp_eps_attendee.fname, wp_eps_attendee.lname, wp_eps_attendee.sem_1 FROM wp_eps_events LEFT JOIN wp_eps_attendee ON wp_eps_attendee.sem_1 = wp_eps_events.id
Here is the test source output code -- I cannot get this code to show up in Preview with your suggested code blocks.
Grazie mille per il vostro aiuto.
|
|
|