Fix VBA type references - replace DAO.Recordset with Object
Resolved 'user defined type not defined' error by converting all DAO.Recordset declarations to Object type in mod_DataAccess, mod_Calculs, and mod_Export. Also fixed duplicate Option Compare Database statement in mod_CleanupOldModules. All form modules (frm_Accueil, frm_Clients, frm_Projets, frm_SaisieTemps, frm_Historique) now properly compile and are ready for functional testing. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
978061211d
commit
2923624a55
@ -1,4 +1,10 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"mcp__vba-mcp-pro__delete_access_form",
|
||||
"mcp__vba-mcp-pro__convert_html_to_form"
|
||||
]
|
||||
},
|
||||
"enabledMcpjsonServers": [
|
||||
"vba-mcp-pro"
|
||||
]
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user