DBUtils download

CharlesR

Member
Licensed User
Longtime User
I have downloaded and extracted DButils, but I do not know how to include a new module so I am getting Undeclared Variable the first time dbutils is referenced. Please could someone confirm the correct folder location for dbutils and how to include a new module. Sorry for newbie question, but I cant see any reference to adding modules.

Thanks in advance.

Charles

I have found it now. Sorry for a newbie question.

Charles
 
Last edited:

aklisiewicz

Active Member
Licensed User
Longtime User
Good question.
Go to Menu - Project - Add Existing Code Module and choose DBUtils.bas (which is included in the zip file). The file will be copied to your project folder and will be added.

After I've dnoe this I have very strange behavior. When I reopen my App I can see the DBUtils tab but when I click on it it shows the code from the other Tab. Also when I try to compile I get type of errors like the library is not visible to the project.

Art
 
Upvote 0

aklisiewicz

Active Member
Licensed User
Longtime User
OK, I recreated the whole App added library, now it works but,...

where is a documentation for DBUtils library ?

Art
 
Upvote 0
Top