I have a stored procedure that i'm running and trying to put data into a Collection.
This is not working from A "BUTTON":
ClearCollect(colLargeBidAlignment,
LB_ALLCODE_SEARCH.Run(
txt_CustomerNumber_pr1.Text
)
)
The stored procedure is generating data:
Just not putting it into a collection. ?

Thanks
Dave