PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WD17 : problem with hModifyStructure
WD17 : problem with hModifyStructure
Iniciado por guest, 11,ene. 2016 20:44 - 2 respuestas
Publicado el 11,enero 2016 - 20:44
Hello,

I have a problem with hModifyStructure.

I have a new field in a file, but on the end user database the file is not updated when I execute hModifyStructure.

herrorinfo() gives this message : "The Artikel file comes from a different analysis"

Never had this problem before and I don't know any solution.

Any ideas ?

Thx !

Bart
Publicado el 11,enero 2016 - 22:01
Is your file called Artikel? Or is that supposed to be some behind the scenes WinDev file?
Publicado el 11,enero 2016 - 22:02
Found it. The solution is using the hmsNoCheck constant with hmodifystructure.

Bart