Many thanks to all who responded to my previous post. Can anyone tell me why
this script doesn't work?
on mouseUp
## Create tab delimited data.
## Note that first line has name of columns.
## Providing names tells Data Grid how to map
## data to appropriate columns.
put "state" & tab & "code" & cr & \
"ALABAMA" & tab & "AL" & cr & \
"ALASKA" & tab & "AK" into theText
## Let Data Grid know that first line has column names
put true into firstLineContainsColumnNames
set the dgText [ firstLineContainsColumnNames ] of group "DataGrid 1" to
theText
end mouseUp
This is in the "How Do I Create My First Data Grid Table" lesson of revLessons.
Thanks and cheers,
Roger Guay
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution