Click here to Skip to main content
15,891,704 members

Comments by KitsunePhoenix (Top 37 by date)

KitsunePhoenix 27-Jan-17 12:43pm View    
okay that works. It may cause a problem farther down the line but i'll deal with that then.
KitsunePhoenix 27-Jan-17 12:29pm View    
thank you for pointing that out, I fixed it. still didn't solve my problem though.
KitsunePhoenix 27-Jan-17 12:26pm View    
it looks better in terms of formatting the code but hasn't made any difference on the actual output.
KitsunePhoenix 11-Nov-15 8:31am View    
it worked! All I had to do was put the entire query (i.e. the data adapter, data table etc.) into an If statement that activates when PokedexList.SelectedItems.Count > 0. Thank you so much! As for th efor each constructs setting the text boxes, there is only one selected item allowed so there is only one item to set. It's actually something I forgot to change, I only just learned to pull the text from a single listview item.
KitsunePhoenix 11-Nov-15 8:09am View    
Deleted
I use the for each because I haven't found any other way to pull the data from the row. Every reference I find online says to use a "For Each row In dt.Rows" Do you have an alternate method when pulling just one row of data?