rado
Posts: 221
|
| Posted: 07/15/2009, 2:10 PM |
|
I never had this problem before. I have simple grid where is "id" the link to another record for exact same table. What I want to do is to parse few fields (including "ID") from grid to new record (new page) in order to edit the records. The problem is whichever record I click on (in the grid) it parse always the first "ID" from db table. No idea where could be the problem.
Please help if you can..
Thanks,
Rado
|
 |
 |
ckroon
Posts: 869
|
| Posted: 07/15/2009, 4:22 PM |
|
rado, send it to ckroon at gmail dotcom and Ill look at it.
_________________
Walter Kempees...you are dearly missed. |
 |
 |
rado
Posts: 221
|
| Posted: 07/15/2009, 5:12 PM |
|
Ckroon,
Thank you very much for your offer. It looks like that I found where is the problem. I have in my table 2 primary keys and removing one of them results getting correct data. My original problem is editable grid which gave me same problem and since I couldn't resolve it I change my form from editable grid do standard grid. Bur removing the second primary key from my table didn't fix the issue witheditable grid. Whichever record I tried to edit from editable grid it always return first record from table. I searched the forum and couldn't find anything that help me to make this work.
Thanks again
Rado
|
 |
 |
|