marcwolf
Posts: 361
|
| Posted: 09/09/2004, 6:37 PM |
|
I think I have found a bug in the Editable Grid using CCS version 2.3
Now - on other forms we often use a Custom SQL for deletion, but actually marking the record with an update so that the Deletion is 'soft'
Previously we could add parameters that would be subsituted in the actual SQL statement
i.e.
Update xxx set delete_fl = 1, user_id = {cntrl_user} where row = {row_id}
And if cntrl_user, row_id were controls on the grid row then their values would be subsituted before processing.
However in the editable grid - CCS does not do this and will pass the un-altered SQL to the SQL processor.
I can verify that in looking at the Delete code in the CCS ASP page.
Any suggestions, help, etc?
Many thanks
Dave
_________________
' Coding Coding Coding
Keep Those Keyboards Coding.
Raw Code!!!!!!!
|
 |
 |
Intexk
|
| Posted: 07/03/2005, 12:22 AM |
|
oh la la Peter this bug sounds to me....and it seems another dude has the same problem...maybe someone should recheck the code..isn't it?
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 07/03/2005, 12:34 AM |
|
Please contact product support with any technical issues.
Thank you.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|