I included this type of code in the group script of the data grid object (group "Schema" in your case)

on mouseUp
  local theLine
  local theDataA

  put the dgHilitedLines of group "Schema" into theLine
  put the dgDataOfLine[theLine] of group "Schema" into theDataA

  put theDataA["Field Name"] into field "tFieldName"
  put theDataA["Field Type"] into field "tFieldType"
  put theDataA["Field ID"]   into field "tFieldID"
end mouseUp
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to