My file is uploading to the server fine, my flds are populating fine, just not able to transfer that data to the datagrid in the substack.
What am I doing wrong?
Here's my code.
Code: Select all
put fld "fldDate" & tab & fld "lblLink" & tab & fld "lblFacility" & tab & the label of button "documentMenu" into theRowData
--put "Date" & cr & "Facility" & cr & "Category" & cr & "Document" into theDataColumns
put the dgNumberOfLines of me +1 into theLineNo
dispatch "AddLine" to group "DataGridFiles1" with theRowData, theDataColumns, theLineNo