PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD18] Checkbox in table disappears when runned from the EXE
[WD18] Checkbox in table disappears when runned from the EXE
Iniciado por guest, 18,nov. 2014 20:53 - 3 respuestas
Publicado el 18,noviembre 2014 - 20:53
Hi

I have a checkbox in a table column. When I am in the development environment it is there. When I create the EXE and then run the EXE it is not visible. I can click where it should be and the record reflects that the checkbox is checked, you just can not see it. The column is there in the table, just no checkbox. I really, really need to solve this. Has anyone ever had this problem and if so would you please tell me how you fixed it. I have 3 other apps with a checkbox in a table column and they work just fine.

I really hope somebody can help me. I have been fighting this for 5 hours now. I have no clue what's causing this. Am I missing a DLL?? I really need help with this.
Publicado el 18,noviembre 2014 - 21:07
Hi,

Have you tried to and tweek the width of your table columns a little and compile again. (I sometimes have to do this).
Or set it to a non-checkbox field and back again.

Or Re-create the table (with the same name) if it is not to mutch work.

HTH

Cheers
Tor-Bjarne
Publicado el 18,noviembre 2014 - 21:34
Hi Tor-Bjarne

I have tried those changes, none worked. Thanks for trying to help. I hope someone can help. This may be a show stopper. I hope somebody can help me solve this. The checkbox is visible when I run it from WD. Create an EXE and then run it and the checkbox is not there, but you can click on where it should me and and now checked = true. Gaa I hope someone can help me solve this. Thanks again Tor-Bjarne.
Publicado el 18,noviembre 2014 - 22:12
Hi John

check the checkbox/table style. Some options (apply the system look, or something of the kind) have a tendency to interfere with the checkboxes, and ONLY in exe mode.

Best regards