Click here to Skip to main content
15,899,026 members

Comments by andrew898701 (Top 3 by date)

andrew898701 6-Aug-19 16:11pm View    
Thank you for the response, I ended up using a for loop that tests if each row has cells that qualify the part for its message, they are not searched in parallel.

Thanks again!
andrew898701 19-Jul-19 12:09pm View    
Hello,

I was able to figure it out- turns out it was working and the messagebox was from the code cycling through the rest of the datagridview- thanks for the help!
andrew898701 19-Jul-19 12:00pm View    
Hello,

Thank you for the response.

I tried using a breakpoint to read what the "edittext" variable was defined as within that line and the lines after it. In scenarios where the code is working or not working the "edittext" variable is still defined as the wrong scan input within and after that line. Any idea why it might be reading the wrong string but passing along the right one//tips on how to use the 'breakpoint' feature more effectively? (I am new to coding and have been referencing online sources to figure this out but any help is appreciated).

Thanks