PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Automatic creation of Files and/or Field at runtime
Automatic creation of Files and/or Field at runtime
Iniciado por guest, 13,ene. 2015 12:39 - 1 respuesta
Publicado el 13,enero 2015 - 12:39
Hello All,

When we set the check box of Automatic creation of files in Project Description WD will create the files that are missing when the software needs them on the Deployed PC but I have observed that if the file exists and if there are any field addition/removal in the said file or if the data type of the field is changes then it does not correct such changes.

Is there any way to get WD to automatically update the structure of the Data File as per the changes in its Analysis?

I am using HFSQL Classis.

TIA

Yogi Yang
Publicado el 13,enero 2015 - 12:58
Hi

yes there is.. in fact, there are several...

You can use the built in installer and check the appropriate checkbox
You can use wdmodif in command line mode in your code
You can use hmodifystructure in your code

All this has been heavily discussed on this forum

Best regards