rclayh
Posts: 8
|
| Posted: 11/21/2005, 6:23 AM |
|
Apps that I build now with CodeCharge 3 released version, no longer correctly create the link in the ID column of the grid. Where it should say "?UserID=1" in the link, it just says "?UserID=" with no value. I had 0 problems with the application in beta 54 and this just started. I went to remove everything from the previous installs and I must say - Yes sure does love the registry, there are hundreds of keys that don't get removed and I need to keep 2.3 on my machine for legacy purposes. If someone knows of a fix for this please post, I'm under a deadline I agreed to with the properly working beta 54.
HELP.
|
 |
 |
rclayh
Posts: 8
|
| Posted: 11/21/2005, 7:28 AM |
|
I found it. It happens on tables in MS SQL Server that have a self join. CCS builds a search result query that substitutes some of the information from the foreign tables (which is cool) but the problem is the UserID field is returned as Users_UserID in the query since it joins to itself. The grid still refers to the database column as UserID but there isn't one in the query. Easily fixed. May want to make a note of it for the a future release.
|
 |
 |
|