Posted by maraguida on 12/10/05 04:18
Vic Spainhower wrote:
> I have a php program that is building a grid (HTML table) from a MySQL
> database. The problems started when I added a dropdown menu to the grid and
> when I did the form buttons would not work when there were a few values in
> the drop-down. ...
>
> However, what I discovered is that it has to do with the size of the table
> that I am building. I changed the query so that it would only pick up about
> 1/2 the records (134 vs 248) which is where it works (the 135th record
> causes the buttons to quit working. It is not a data problem because I then
> tested with a different set of data and it would also fail but at a
> different spot.
Are you sure it is not a data problem?
Can you try the dropdown with just the 135th record?
Navigation:
[Reply to this message]
|