M
Max Moor
Hi All,
I'm getting closer... The splash screen in my app has a text box to
display the version. The control is:
="Version " & Format(GetVersion(), "Fixed")
Like with my logo, on my development PC, with all things in the world
installed, this works fine. On my test PC, with only the bare Windows 2000
OS installed, I get #Name.
I found that it is the Format function that it's choking on. Am I
missing a reference maybe? I have:
Visual Basic For Applications
Microsoft Access 10.0 Object Library
Microsoft ActiveX Data Object 2.1 Library
Microsoft ADO Ext. 2.8 for DLL and Security
Microsoft DAO 3.6 Object Library
OLE Automation
Microsoft Office 10.0 Object Library
Can I possibly be missing something? Is there something else
maybe?
Thanks for the help,
Max
I'm getting closer... The splash screen in my app has a text box to
display the version. The control is:
="Version " & Format(GetVersion(), "Fixed")
Like with my logo, on my development PC, with all things in the world
installed, this works fine. On my test PC, with only the bare Windows 2000
OS installed, I get #Name.
I found that it is the Format function that it's choking on. Am I
missing a reference maybe? I have:
Visual Basic For Applications
Microsoft Access 10.0 Object Library
Microsoft ActiveX Data Object 2.1 Library
Microsoft ADO Ext. 2.8 for DLL and Security
Microsoft DAO 3.6 Object Library
OLE Automation
Microsoft Office 10.0 Object Library
Can I possibly be missing something? Is there something else
maybe?
Thanks for the help,
Max