Frank Rocco
|
| Posted: 06/05/2002, 11:33 AM |
|
Hello,
In CC2, I have a form with a field called Name.
In the code I referenced the Name field by using fldName in ASP.
What is used in CCS to get the same results?
Thanks
Frank
|
|
|
 |
Geert van der Ploeg
|
| Posted: 06/05/2002, 11:37 AM |
|
I use PHP, don't know whether it's all the same in ASP, but it should be
something like:
sub beforeInsert_event
global formname ''' using "dim" or something, to get the globally defined
variable named after the form
formname.Name.setvalue("newvalue")
end sub
again: I'm no ASP programmer
(maybe I then shouldn't answer a question like this in the first place...
)
HTH,
Geert
"Frank Rocco" <farocco@hotmail.com> wrote in message
news:adllh0$oll$1@news.codecharge.com...
> Hello,
>
> In CC2, I have a form with a field called Name.
> In the code I referenced the Name field by using fldName in ASP.
>
> What is used in CCS to get the same results?
>
> Thanks
> Frank
>
>
|
|
|
 |
Frank Rocco
|
| Posted: 06/05/2002, 12:04 PM |
|
I'm still not getting it.
Anyone have an ASP example on how to assign a field in a form to an ASP
variable?
Thanks
Frank
|
|
|
 |
CodeCharge Support
|
| Posted: 06/05/2002, 12:39 PM |
|
I recommend starting with the Tutorial, which contains this information: http://www.codecharge.com/download/files/pdf/CCSTutorial1_0.zip
You can find your specific topic here: http://www.codecharge.com/studio/tutorial/1_0_5/ccs_tutorial-Use-2.html
(the online version is being updated)
Konrad
"Frank Rocco" <farocco@hotmail.com> wrote in message
news:adllh0$oll$1@news.codecharge.com...
> Hello,
>
> In CC2, I have a form with a field called Name.
> In the code I referenced the Name field by using fldName in ASP.
>
> What is used in CCS to get the same results?
>
> Thanks
> Frank
>
>
|
|
|
 |
Frank Rocco
|
| Posted: 06/05/2002, 1:18 PM |
|
Thanks, I'll start with this.
Frank
"CodeCharge Support" <support@codecharge.com> wrote in message
news:adlpe3$12e$1@news.codecharge.com...
> I recommend starting with the Tutorial, which contains this information:
|
|
|
 |
Emin Borbor
|
| Posted: 06/05/2002, 1:57 PM |
|
Please also publish PHP event coding tutorials.
Emin
|
|
|
 |
Brent
|
| Posted: 06/05/2002, 2:26 PM |
|
"CodeCharge Support" <support@codecharge.com> wrote:
:I recommend starting with the Tutorial, which contains this information:
:http://www.codecharge.com/download/files/pdf/CCSTutorial1_0.zip
:
:You can find your specific topic here:
:http://www.codecharge.com/studio/tutorial/1_0_5/ccs_tutorial-Use-2.html
the online version is being updated)
:
:Konrad
:
:
:"Frank Rocco" <farocco@hotmail.com> wrote in message
:news:adllh0$oll$1@news.codecharge.com...
:> Hello,
:>
:> In CC2, I have a form with a field called Name.
:> In the code I referenced the Name field by using fldName in ASP.
:>
:> What is used in CCS to get the same results?
:>
:> Thanks
:> Frank
:>
:>
:
Konrad,
Adding sample code in the help file for each event would
certainly help. This will give us an example of how each event can be
used. We know the events are there, but I'm afraid they are going to
be under utilized unless some examples are forthcoming.
Brent
|
|
|
 |
CodeCharge Support
|
| Posted: 06/05/2002, 4:25 PM |
|
This is included in the PDF version.
Konrad
"Emin Borbor" <eborbor@dbssoft.com> wrote in message
news:adltut$a2o$1@news.codecharge.com...
> Please also publish PHP event coding tutorials.
>
> Emin
>
>
|
|
|
 |
Emin Borbor
|
| Posted: 06/06/2002, 12:01 AM |
|
> This is included in the PDF version.
> http://www.codecharge.com/download/files/pdf/CCSTutorial1_0.zip
Just checked the PDF version
But there is no single PHP example.
http://www.gotocode.com/VoteResults.asp
There are more PHP votes in the community site.
Please give more priority to PHP examples :)
Emin
|
|
|
 |