AYUDA EN LÍNEA WINDEV, WEBDEV Y WINDEV MOBILE
Versión: 242526272820242025
// Close all data files before changing directory HClose("*") // Change directory for data files defined in // the "current directory" in the analysis HSubstDir(".", "d:\file") // Change directory for data files defined in // a specific directory in the analysis HSubstDir("c:\file", "d:\file") // Open/create data files in the new directory HCreationIfNotFound("*")
// Close all data files before changing directory HClose("*") // Change the name of the database // here an Access database: MaDataBase.mdb HSubstDir("c:\Access\MyDatabase.mdb", "d:\My Documents\CustomerDatabase.mdb") // Open/create data files in the new database HCreationIfNotFound("*")
Última modificación: 27/03/2025
Señalar un error o enviar una sugerencia | Ayuda local
Buscando...
Acepto los términos de la licencia
Debe configurar el producto de la siguiente manera: