ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 24252627282024SaaS
// Close all the files before changing directory HClose("*") // Change the directory for the files defined in // the "current directory" in the analysis HSubstDir(".", "d:\file") // Change the directory for the files defined in // a specific directory in the analysis HSubstDir("c:\file", "d:\file") // Open/Create the files in the new directory HCreationIfNotFound("*")
// Close all the files before changing directory HClose("*") // Change the name of the database // an Access database in this case: MyDatabase.mdb HSubstDir("c:\Access\MyDatabase.mdb", "d:\My Documents\CustomerDatabase.mdb") // Open/Create the files in the new database HCreationIfNotFound("*")
Last update: 06/14/2024
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: