Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Supporting Technologies > Flash Remoting

Reply
 
Thread Tools Rate Thread Display Modes
Old 11-25-2003, 11:59 AM   #1
Martin_sbt
Registered User
 
Join Date: Nov 2003
Location: Montreal, Canada
Posts: 15
Default Need help with RecordSet (Flash remoting)

I am populating a Datagrid from a recorset using the following code:

#include "NetServices.as"

rs = new RecordSet("Column1", "Column2");
tmp = raw.split("\r\n");
for(var i=0;i {
r = tmp[i].split(",");
rs.addItem({Column1:r[0],Column2:r[2]});

{

on a click of a button, i want to add the text that the user will enter in the input text field, and add it (as a prefix) to the data that appear on column1 and send the result into column 3, and do the same thing for all the rows into my grid.

anyone can help me with that please.

thanks

Martin
Martin_sbt is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:25 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.