In a VB app I just got I am getting error "Property layout in Table1 had an invalid reference" where Table1 is the <br>TrueGrid.vbx object.<br><br>any ideas would be appreciated<br>thanks in advance<br>john<br><br>
did u change the dao bound to the grid to another dao or are u using differrent table from the table u first planned to use. If u do, u should make the same changes to the table. <br>
I inadvertently referred to it as Truegrid.vbx<br>when its actually TG_Grid.vbx...<br><br>There is a Layout property on Table1 Properties<br>window that says {user-defined} ...Is that where<br>the problem is ?<br><br>thanks<br>john
u have gotto set the data source and then the recordsource before u the records in the table could be linked to the database. The error u had might be that u had set the fields in the table properties but have not linked it to a data control. I suggest that u set the data source and recordsource first. Then u right click on the table and then double click on the popup or right click and select the properties. A panel will come up and u should be able to select the fields. This should work. It worked for me. anyway the vbx i have is called truegrid.vbx.<br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.