Converting Access 2.0 to Access 97 
Author Message
 Converting Access 2.0 to Access 97

hello,

in an access 2.0 database the api function wlib_MSAU_GetFileName was
used.
what is the equivalent function for the access 97 version?

thanks for help



Tue, 27 Jul 2004 18:52:56 GMT  
 Converting Access 2.0 to Access 97
I use the code from http://www.mvps.org/access/api/index.htm "Call Windows
File Open/Save Dialog box"

Duane


Quote:
> hello,

> in an access 2.0 database the api function wlib_MSAU_GetFileName was
> used.
> what is the equivalent function for the access 97 version?

> thanks for help



Thu, 29 Jul 2004 13:44:21 GMT  
 Converting Access 2.0 to Access 97
hello duane

Duane Hookom schrieb:

Quote:
> I use the code from http://www.mvps.org/access/api/index.htm "Call Windows
> File Open/Save Dialog box"

I found it and put the code to my application as described in the example.
I added the function CommDlgExtendedError() after GetOpenfileName(),
because no dialog window opened. The return code of the function
CommDlgExtendedError() is "1", ==> CDERR_STRUCTSIZE  ==>
"the element lStructSize of the structure tagOPENFILENAME for the standard
dialog is invalid". the element is defined as in the example code.
what may be the the problem for this event?

thanks for help
ulrich



Sat, 31 Jul 2004 19:58:31 GMT  
 Converting Access 2.0 to Access 97
I'm not sure what you did. The function "CommDlgEx..." is not really exposed
by itself.

Duane


Quote:
> hello duane

> Duane Hookom schrieb:

> > I use the code from http://www.mvps.org/access/api/index.htm "Call
Windows
> > File Open/Save Dialog box"

> I found it and put the code to my application as described in the example.
> I added the function CommDlgExtendedError() after GetOpenfileName(),
> because no dialog window opened. The return code of the function
> CommDlgExtendedError() is "1", ==> CDERR_STRUCTSIZE  ==>
> "the element lStructSize of the structure tagOPENFILENAME for the standard
> dialog is invalid". the element is defined as in the example code.
> what may be the the problem for this event?

> thanks for help
> ulrich



Sun, 01 Aug 2004 13:21:01 GMT  
 Converting Access 2.0 to Access 97

Duane Hookom schrieb:

Quote:
> I'm not sure what you did. The function "CommDlgEx..." is not really exposed
> by itself.

the function CommDlgExtendedError() supply information about the last dialog
execution. because the GetOpenFileName() function supplies only true or false,
I don't know, what error is in programming and i don't know where i have to
looking for an error. the result is, no dialog opened and the super ms access
system says only FALSE. What is the condition for this result?

byebye
ulrich

Quote:

> Duane



> > hello duane

> > Duane Hookom schrieb:

> > > I use the code from http://www.mvps.org/access/api/index.htm "Call
> Windows
> > > File Open/Save Dialog box"

> > I found it and put the code to my application as described in the example.
> > I added the function CommDlgExtendedError() after GetOpenfileName(),
> > because no dialog window opened. The return code of the function
> > CommDlgExtendedError() is "1", ==> CDERR_STRUCTSIZE  ==>
> > "the element lStructSize of the structure tagOPENFILENAME for the standard
> > dialog is invalid". the element is defined as in the example code.
> > what may be the the problem for this event?

> > thanks for help
> > ulrich



Sun, 01 Aug 2004 17:05:39 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Converting Access 2.0 to Access 97/2002

2. Help: convert access 2.0 to access 97 using VB 5.0

3. Converting Access 2.0 modules to Access 97

4. Convert Access 2.0 Dbf-file to Access 97 Dbf-file

5. Convert Access 2.0 database into Access 97

6. Converting Access 2.0 DB to Access 97 DB in VB code

7. Convert API from Access 2.0 to 97

8. Converting Access 2.0 to 97 Problem

9. Converting an Access 2.0 DB to '97 in VB

10. convert Access 2.0 to 97

11. Converting Access 2.0 to 97

12. Convert Access 2.0 to 97 using VB 5

 

 
Powered by phpBB® Forum Software