crystalized
Programmer
I am creating an output page that includes two include files. Each of the include files has two recordsets and a grid to display the data from each of the recordsets.
Basically the main page displays some data
then the first include files displays some more data
and finally the second include file also displays some data.
What is happening to me is really rather odd. The first include file works just fine, it displays the two grids just perfectly (if I do not include the other include file).
As soon as I include the second include file, one of the grids on my first include file seems to disappear, to be replaced by one of the grids in the second include file. So now I have no grid from the first include file and two copies of one of the grids on the second include file.
AAAAAAAAAAAAAAAAAAAGGGGGGGGGHHHHHHHHHHHHHHH!!!!!!
I have no idea why this is happening. I have tried deleting the recordset and grid that are being replaced and putting them in again. That did not fix the problem. I am now going to try deleting the grid that is doubling itself and the recordset for it and see if that helps.
If anyone has any comments or suggestions about what could possibly be the problem please let me know.
Basically the main page displays some data
then the first include files displays some more data
and finally the second include file also displays some data.
What is happening to me is really rather odd. The first include file works just fine, it displays the two grids just perfectly (if I do not include the other include file).
As soon as I include the second include file, one of the grids on my first include file seems to disappear, to be replaced by one of the grids in the second include file. So now I have no grid from the first include file and two copies of one of the grids on the second include file.
AAAAAAAAAAAAAAAAAAAGGGGGGGGGHHHHHHHHHHHHHHH!!!!!!
I have no idea why this is happening. I have tried deleting the recordset and grid that are being replaced and putting them in again. That did not fix the problem. I am now going to try deleting the grid that is doubling itself and the recordset for it and see if that helps.
If anyone has any comments or suggestions about what could possibly be the problem please let me know.