
Sergeant Pepper
|
| Posted: 01/16/2006, 12:51 AM |
|
Dear all,
maybe some has asked this before or it is too simple.
but i didn't find a solution for this issue in the forum.
i'm using CCS 2.X, ASP, Oracle 9i
I would like like to have a grid of records (rss feeds), and a checkbox
where the user can chosse if he/she wants this feed too. I only want to
insert the record if the checkbox is true.
What would be the best approach to do this in CodeCharge Studio?
At the moment i'm testing with an editible grid, but it seems not to be the
best for this issue.
Any suggestions are welcome!
Best
Stephan
|
|
|
 |
Sergeant Pepper
|
| Posted: 01/27/2006, 5:04 AM |
|
Dear all,
Is my question to simple or is it not possible within codecharge?
Best
Stephan
|
|
|
 |
Walter Kempees
|
| Posted: 01/27/2006, 7:27 AM |
|
Because of your last post I feel obliged to respond.
Not tested solution.
If your editable grid has a field (checkbox) that changes value (gets
ticked) the grid will respond with executing it's update procedure.
The update procedure can be generated or custom.
So, it should be possible to act upon the ticked checkbox and in the custom
update do a (call to) a Insert_routine doing exactly what you like.
(At first it will probably do something completely different, but eventually
what you like ).
Hope this satisfies your interest.
Walter
(Am not into ASP but can supply deeper insight if needed).
"Sergeant Pepper" <serpep@gmx.de> schreef in bericht
news:towbgmqwl3cq.feur8v1z5gii$.dlg@40tude.net...
> Dear all,
>
> Is my question to simple or is it not possible within codecharge?
>
> Best
> Stephan
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 01/27/2006, 12:04 PM |
|
Quote :Is my question to simple or is it not possible within codecharge?
I think that this is a wrong assumption and I would extend it:
... Or your question is too complex, or not clear, or no one had time to analyze it, or no one wants to answer, etc.
It's a development/consulting type question and for example I just didn't have time to analyze it.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Sergeant Pepper
|
| Posted: 01/28/2006, 6:27 AM |
|
Walter,
Thanks for your answer. I will try it.
Stephan
|
|
|
 |
Sergeant Pepper
|
| Posted: 01/28/2006, 6:34 AM |
|
Peter,
Thank you for your answer. I did not want to be unpolite but i thaught this
could be a quetion of general interest. Sorry for my bad english if this
caused the misunderstanding.
In general my question concerned the insert of a record depending on a
checkbox. I have a couple of records as a choice and would like to mark
those of them which i want to be inserted.
Again I didn't want to insult someone.
Regards
Stephan
|
|
|
 |
|

|
|
|
|