[updated]-data from mainstack --> dg of substack ??
Posted: Mon Jun 15, 2015 3:38 pm
I have a datagrid (DataGridFiles1) in a substack. I'm trying to add this data from the main stack to the grid in the substack.
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.
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