Search found 1 match
- Fri Oct 21, 2022 10:24 pm
- Forum: Visual FoxPro
- Topic: select row datagrid and display in another datagrid
- Replies: 0
- Views: 4801
select row datagrid and display in another datagrid
<t>when i select the first row it doesn't show only the data of the first row, it shows all the data of the table in the second datagrid<br/> <br/> Add the following property to the form in the Init<br/> <br/> ADDPROPERTY(Thisform,"returnobj", null )<br/> in the edit button add the code<br/> <br ...