I have been having a real issue trying to load data from text files (tab
delimited text file) into my form.It works fine if I use
importTextData() with no parameters and it prompts for the file name,
then the row, but if I try and pass the path and row it comes back with
a -2 result "User Cancelled Row Select".My path is formatted as so:
"/C/temp/importfile.txt"It has to do with the path somehow... otherwise
my file would not load properly when browsed.And before people let me
know I can import ...