I wrote a program to ask for a filename and open a file for viewing in a Table. The program works OK on my PC, but on the PC device it gives an error message. Here is the line of code referenced by the message:
Table1.LoadCSV(mfile,",",True,True)
Here is the error message: IndexOutOfRangeException
The lines of code that opens the file originally are:
If opendialog1.Show<>cCancel Then
mfile = opendialog1.File
Else
AppClose
End If
Does anyone have any ideas?
My Mobile PC has Windows Mobile 5.0 OS 5.1.478
Table1.LoadCSV(mfile,",",True,True)
Here is the error message: IndexOutOfRangeException
The lines of code that opens the file originally are:
If opendialog1.Show<>cCancel Then
mfile = opendialog1.File
Else
AppClose
End If
Does anyone have any ideas?
My Mobile PC has Windows Mobile 5.0 OS 5.1.478