CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeCharge.Discussion

 Page or Form Events questions

Print topic Send  topic

Author Message
Webber
Posted: 03/24/2001, 2:57 PM

I am fairly new to ASP and really new to Code Charge and am finding it
difficult to understand how and when to use the "events" properties for both
the form and page.

There are few threads here that discuss "adding events" to CodeCharge. I am
missing something or alot of somethings here.

When I enter the "events' box on either Forms or Pages, I see only things
like Open ,Close, before show, etc. etc. I keep expecting when I choose
let's say "after insert" and choice of scripts like Response.write or
redirect, etc.

Should there be a corresponding script or choice of scripts that should
popup when one of the events are chosen? For instance if I chose, After
Insert: shouldn't the most common scripts used, like redirect or
response.write, etc. show?

If not, then what does "adding events" to Code Charge mean?

Perhaps in a revision some auto scripts can be added when a specific event
is chosen to help us newbies along the way.

Please advise.
Webber






begin 666 Robin Lyson.vcf
M0D5'24XZ5D-!4D0-"E9%4E-)3TXZ,BXQ#0I..DQY<V]N.U)O8FEN#0I&3CI2
M;V)I;B!,>7-O;@T*3U)'.DU-4VD[24-1(",@,C$Y-S<R#0I4251,13I/=VYE
M<@T*3D]413M%3D-/1$E.1SU154]4140M4%))3E1!0DQ%.DES('EO=7(@8G5S
M:6YE<W,@36]R=&=A9V4@;W(@4F5A;"!%<W1A=&4@4F5L871E9#\@4F5G:7-T
M97(@>6]U<B!B=7-I;F5S<R!&<F4]#0IE(&]N($UO<G1G86=E(%EE;&QO=R!0
M86=E<RYC;VTN/3!$/3!!/3!$/3!!=W=W+DUO<G1G86=E665L;&]W4&%G97,N
M8V]M/3!$/0T*/3!!/3!$/3!!0VAE8VL@;W5T(&]U<B!N97=L>2!L875N8VAE
M9"!S:71E(2!H='1P.B\O=W=W+EEO=7),:6YC;VQN4&%R:RYC;VTN(#T-"E9I
M<VET(&)E9F]R92!I="=S(&]F9FEC:6%L(&1E8G5T(&]N(#4O,S$O,C P,2X]
M,$0],$$],$0],$%.965D(&UO<F4@:6YF;W)M870]#0II;VXL(&-O;G1A8W0@
M35E01U,@=FEA(&4M;6%I;"!O<B!T:')O=6=H(&]U<B!)0U$C(#(Q.3<W,BX-
M"E1%3#M73U)+.U9/24-%.C,Q,RXS.#(N,#DQ,0T*5$5,.T-%3$P[5D])0T4Z
M,S$S+C0P-RXQ,#<X#0I414P[4$%'15([5D])0T4Z,S$S+C0P-RXQ,#<X#0I4
M14P[5T]22SM&05@Z,S$S+C,X,BXP.3,T#0I414P[2$]-13M&05@Z24-1(R R
M,3DW-S(-"D%$4CM73U)+.T5.0T]$24Y'/5%53U1%1"U04DE.5$%"3$4Z.S,Q
M,RXS.#(N,#DQ,3LR,#<U($9O<G0@4W1R965T+" ],$0],$%3=&4@,C T.TQI
M;F-O;&X@4&%R:SM-23LT.#$T-CM54T$-"DQ!0D5,.U=/4DL[14Y#3T1)3D<]
M455/5$5$+5!224Y404),13HS,3,N,S@R+C Y,3$],$0],$$R,#<U($9O<G0@
M4W1R965T+" ],$0],$%3=&4@,C T/3!$/3!!3&EN8V]L;B!087)K+"!-22 T
M.#$T/0T*-CTP1#TP055300T*55),.FAT=' Z+R]W=W<N=V5B<V-H96UA=&EC
M<RYC;VT-"E523#IH='1P.B\O=W=W+FUO<G1G86=E>65L;&]W<&%G97,N8V]M
M#0I%34%)3#M)3E1%4DY%5#IW96)B97) ;6]R=&=A9V5Y96QL;W=P86=E<RYC
M;VT-"D5-04E,.TE.5$523D54.G)O8FEN;'ES;VY =V5B<V-H96UA=&EC<RYC
M;VT-"D5-04E,.TE.5$523D54.G)O8FEN;'ES;VY =W)I=&5M92YC;VT-"D5-
M04E,.U!2148[24Y415).150Z;7EP9W- :&]M92YC;VT-"E)%5CHR,# Q,#,R
6-%0R,C4Y-3=:#0I%3D0Z5D-!4D0-"@``
`
end
Alexey Alexapolsky
Posted: 03/26/2001, 7:34 AM

For now you should enter your custom code in events ,
there are no predefined scripts.
These custom scripts make use of CodeCharge variables ,
e.g. you can change field form field's values using their name with prefix
fld , like
fldprice = fldprice * 0.95
sSql variable contains sql statement that will be executed , you also may
change it.
sError contains error message to be displayed.


--
Regards,
Alexey
CodeCharge Support



Webber <webber@mortgageyellowpages.com> wrote in message
news:99j8or$ddk$2@mail.tankhill.com...
> I am fairly new to ASP and really new to Code Charge and am finding it
> difficult to understand how and when to use the "events" properties for
both
> the form and page.
>
> There are few threads here that discuss "adding events" to CodeCharge. I
am
> missing something or alot of somethings here.
>
> When I enter the "events' box on either Forms or Pages, I see only things
> like Open ,Close, before show, etc. etc. I keep expecting when I choose
> let's say "after insert" and choice of scripts like Response.write or
> redirect, etc.
>
> Should there be a corresponding script or choice of scripts that should
> popup when one of the events are chosen? For instance if I chose, After
> Insert: shouldn't the most common scripts used, like redirect or
> response.write, etc. show?
>
> If not, then what does "adding events" to Code Charge mean?
>
> Perhaps in a revision some auto scripts can be added when a specific event
> is chosen to help us newbies along the way.
>
> Please advise.
> Webber
>
>
>
>
>
>
>


   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.