Convert custom Addin from Access 97 to 2000 
Author Message
 Convert custom Addin from Access 97 to 2000

I use custom addins alot and now that I have upgraded from Access 97 to
2000, they don't work.  Evidently I need different code.

In Access 97 I put the following data in the usysReginfo table:

Subkey Type ValName Value
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\8.0\Access\Menu
Add-Ins\nwisTblFldBldr     0

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\8.0\Access\Menu
Add-Ins\nwisTblFldBldr     1     Expression     =StartTblFldBldrAddIn()

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\8.0\Access\Menu
Add-Ins\nwisTblFldBldr     1     Library     |accdir\nwisTableFieldBldr.mda

and then in the application that would call it I would use this line of
code:

Quote:
>>nwisTblFldBldr.basGen.StartTblFldBldrAddIn

where nwisTblFldBldr is a referenced lybrary mda and basGen is a module in
that mda.

now when I compile the app that is trying to call the Addin, I get a
complile error on this line:

Quote:
>>nwisTblFldBldr.basGen.StartTblFldBldrAddIn

and it says 'variable not defined (talking about "nwisTblFldBldr")

Whats the new way of working with addins?

Thanks.

--
George Padvorac

nwis.net



Sat, 22 Dec 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Convert Access 97 db to Access 2000 db in VB6

2. Using VBA to Convert Access 2000 database to Access 97

3. Access 2000 converted to Access 97 report query data type errors

4. Converting Access 97 to Access 2000 via VBA

5. Converting Access 2000 to Access 97

6. Convert Access 97 - Access 2000

7. Converting from Access 97 to Access 2000

8. Should I convert db from Access 97 to Access 2000

9. Converting Modules from Access 97 to 2000

10. Converting from Access 97 to 2000 - Visual Basic Code

11. Converting Access 2000 to 97 using VBA...

12. Module to convert an MS Access 97/2000 into XML

 

 
Powered by phpBB® Forum Software