CodeCharge Studio
search Register Login  

Web Reporting

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

YesSoftware Forums -> CodeCharge Studio -> ASP

 Fill a control - Before Insert

Print topic Send  topic

Author Message
Facundo Nunes - IBISOFT
Posted: 07/18/2005, 11:51 PM

Hi!

I need to fill a field in a Editable Grid, before insert it into the
database.

I tried using:
Contacts.CustomerType.value=1

into Before Build Insert and Before Execute Insert, but doesn't
works.

Any ideas?


Thanks!

Facundo Nunes
f.nunes@ibisoft.it
IBISOFT srl
Parma - Italia

Nicole

Posts: 586
Posted: 07/19/2005, 5:15 AM

Hello,
You can modify a value before inserting in Before Build Insert event, it is fired for every insert row. The sample code is
form_name.DataSource.field_name.Value = new_value

_________________
Regards,
Nicole
View profile  Send private message
Nicole

Posts: 586
Posted: 07/19/2005, 5:15 AM

Hello,
You can modify a value before inserting in Before Build Insert event, it is fired for every insert row. The sample code is
form_name.DataSource.field_name.Value = new_value

_________________
Regards,
Nicole
View profile  Send private message
Facundo Nunes - IBISOFT
Posted: 07/21/2005, 6:22 AM

Thanks!

It works!

Regards,
Facundo Nunes

"Nicole" <Nicole@forum.codecharge> ha scritto nel messaggio
news:642dceefc2d983@news.codecharge.com...
> Hello,
> You can modify a value before inserting in Before Build Insert event, it
> is
> fired for every insert row. The sample code is
> form_name.DataSource.field_name.Value = new_value
>
> _________________
> Regards,
> Nicole
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>


Add new topic Subscribe to topic   


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

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


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