all groups > flash data integration > december 2005 >
You're in the

flash data integration

group:

Help with data components; get data into variable


Help with data components; get data into variable drliebs
12/16/2005 4:38:06 PM
flash data integration:
How can you get the data from a data holder, dataset or connector and pass it
into a variable? My recordset basically contains one row, and I just want to
get the data into a variable.

if my dataset is named images_ds, and the field name I want is image1; I have
tried myVar = images_ds.items[0].IMAGE1; and myVar = images_ds.index[0].IMAGE1;
I am missing something and I can't figure it out. A little help please?
Re: Help with data components; get data into variable GmR
12/19/2005 11:12:09 AM
Try:
myVariable = myDataSet_ds.items[selectedIndex].nameOfField

See if that works!

Cheers,
AddThis Social Bookmark Button