Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
frankgrimes #1
sorting datasets
Is it possible to use a wildcard or some kind of "begins with" functionality
when sorting datasets? For example, I have a list of part numbers. If I want to
find the parts beginning with ABC, can I enter only that and see ABC123,
ABC234, ABC456...
My code so far
on(release)
a=part.text
partno=a.toUpperCase()
part.text=partno
prices_ds.filtered = true
prices_ds.filterFunc = function(item:Object)
return(item.Part == partno)
Thanks
frankgrimes Guest
-
bind two datasets together
Hey guys, Basically what I need to do is to bind two datasets together so they each have a copy of the same data. Then I'll put a filter on one... -
SAS Datasets
Does ColdFusion work with SAS datasets, or do they need to be converted? -
WebServices and Datasets
Hi, I have a situation where I have a Rich Client Win Form App built in C# and I need to transport a dataset across the internet to a webservice... -
Datasets & Controls
I have 5 controls on a page, each having it's own connection to a database and different queries per control. Each control is displayed by the user... -
Multipule datasets.
Hi All How to fill mutipule datsets at a time When I'm trying this I'm getting following error Server Error in '/WebCart' Application...



Reply With Quote

