1. True DBGrid Pro - Unbound Column in Bound Mode
This is sort of a reposting, but actually the question is different...I figured
out the previous answer :)
I'm using True DBGrid Pro 5 with some FoxPro tables. I'm also using a join
query on tables with non-unique indexes...Thus, I can't edit the underlying
table, but that's ok, since I don't want to.
What I want to do is have one unbound column, where the user can fill in a vlue
which will somewhat accompany the rest of the record on that row. What I
actually do is write that value, along with the information in the grid, to
another table. I don't need these values to persist if the query changes, only
while that particular query is there. What happens now is that when I move off
the row, the value in the unbound column goes away,
I searched the manual, and the website, ad found a reference to using a
recordset clone to store the values of the unbound columns. That part works -
tried it, and the array indeed stores the values. But the help then says to
read off the array in the UnboundColumnFetch event. Problem is, since I'm not
editing the underlying table (which is one of the premises of doing this), that
event isn't fired! And it seems that trying to assign the value for a given
cell in the unbound columns programatically does nothing - it has to be read by
the grid when it wants to.
Has anyone successfully gotten this to work? What piece of the puzzle am I
missing?
Thanks!
MacK
2. Use a label
3. True DBGrid, Standard, Unbound Mode 3
4. i can't change the dateformat into dmy type
5. True DBGrid standard in unbound mode
6. find the indexes columns
7. VB4 Unbound True DBGrid to display data
8. Problem with VB5 calling D2 DLL routine
9. VB4E and unbound True DBGrid
10. Problems with DBGrid in unbound mode and column objects **URGENT**
11. Unbound column in bound dbgrid
12. DBGrid unbound columns
13. Copying from bound DBGrid to unbound DBGrid