PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → All the tables inside my app are empty!!!
All the tables inside my app are empty!!!
Iniciado por katecaMathe, 14,dic. 2015 11:37 - 2 respuestas
Miembro registrado
25 mensajes
Publicado el 14,diciembre 2015 - 11:37
Hi everyone!!;)

I have a real problem since more than a week!!
I've created a project and made the setup via windev!

The thing is that, when the setup is launched, all the tables i've created are empty! the buttons work because I can see the other actions associated working, such as color changing, etc...

but no graph, no datas in the tables!

I don't know what to do, please help me!!!
Miembro registrado
197 mensajes
Publicado el 14,diciembre 2015 - 13:14
Database informations please!
Publicado el 14,diciembre 2015 - 17:19
Hi,

It is not very easy to diagnose your problem due the lack of information (like refered by Pierre).

However, please pay attention to the following issue:

The datafiles created and filled in development mode (in the case of being .FIC files) are not included in the exe file (you have to add them when creating the executable); Thus, if the FIC files are not located in the execution directory, or in the folder specified by HCHANGEDIR, windev automatically creates them (as specified in the menu Project | Project Description | Files).

Hope it helps!
Bruno