Hi I've been developing a Queue for customers. The user can enter the customer's information into text inputs and add them to the queue, the user can also remove customers from the queue which is where im having problems. I've created array's for all my customers informations and then when they "add to queue" i add it to the datagrid table I have created in the form.
anyways for my remove from queue button here is the code that I have right now and I keep getting errors from it.
{ anyComments[removeLoc] = posterQueueTable.SelectAll; posterQueueTable.ClearSelection; { { statusText.Text += refreshLoc + } { posterQueueTable.Rows.Add((refreshLoc + 1), customerName[refreshLoc], fileName[refreshLoc], posterWidth[refreshLoc], posterHeight[refreshLoc], numOfCopies[refreshLoc], anyComments[refreshLoc], labStaff[refreshLoc], etA[refreshLoc] + } } thanks so much i appreciate any help.