602 Posted Topics

Member Avatar for ShemoPT

Hi As I understand it you are passing a query into your class and wish to read the data from it. It looks to me like the issue is caused here: [CODE] Dim i As Integer = -1 While MySQLreader.Read i += 1 ReadData += MySQLreader.GetValue(i).ToString End While [/CODE] 1.The …

Member Avatar for G_Waddell
0
3K
Member Avatar for G_Waddell

Hi, I'm writing a function that takes a word doc and returns the number of pages in it. I have the function working and returning pages except that it opens a Word dialog asking if I want to save changes - does anyone know how to stop this? I have …

Member Avatar for phatJacob07
0
1K

The End.