I am trying to convert some old Access 2.0 code to Access 97 and there
is the below declare function for a FILE_DLL.dll in the code. I think
that all the code does with the dll is return the file name from the
comdlg32 dialogue box, but I can't be sure.
Thanks,
Karen
Quote:
> Where is FILE.DLL From, It's not one of the basic MS DLL's is it ?
> >Does anyone know how to convert this string to 32-bit?
> >Thanks,
> >Karen
> >Declare Function SelectDataFile Lib "FILE_DLL" (ByVal lpszFileExt As
> >String, ByVal_ lpszFileDescr As String) As String