Hey,
I''m getting a weird error with DirSelect in the selectionchanged event of a drop down picture list box. The code looks like this
====================
1 string lsNewDir
2
3 IF This.DirSelect(lsNewDir) THEN
====================
and the error is this
"An error has occured
Message: Error calling PB system function DirSelect at line 3 in selectionchanged event of object ddplb_dir_list of window_name."
This is weird, because DirSelect should never throw an error in a case like this. The only idea I've heard is that maybe there is a missing DLL on the install that interfaces between PB and windows, however, that doesn't seem to be the case. This error isn't repeatable locally and is only happening with one client.
Has anyone seen this before? Does anyone have any ideas as to what might be the problem?
I''m getting a weird error with DirSelect in the selectionchanged event of a drop down picture list box. The code looks like this
====================
1 string lsNewDir
2
3 IF This.DirSelect(lsNewDir) THEN
====================
and the error is this
"An error has occured
Message: Error calling PB system function DirSelect at line 3 in selectionchanged event of object ddplb_dir_list of window_name."
This is weird, because DirSelect should never throw an error in a case like this. The only idea I've heard is that maybe there is a missing DLL on the install that interfaces between PB and windows, however, that doesn't seem to be the case. This error isn't repeatable locally and is only happening with one client.
Has anyone seen this before? Does anyone have any ideas as to what might be the problem?