PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → [WD5.5]  Unwrap combo in a table
[WD5.5] Unwrap combo in a table
Débuté par Stefan Bentvelsen, 21 juil. 2003 15:31 - 2 réponses
Posté le 21 juillet 2003 - 15:31
Hello,
I'am trying to unwrap a combobox (at entry) in a memorytable, but with no result. Nothing happens at all. I use the following code:
Res is long int
/ / INH_UITB_VRG is the name of the tablecolumn.
Res=SendMessage(Handle("INH_UITB_VRG"),513,0,NULL)
Res=SendMessage(Handle("INH_UITB_VRG"),514,0,NULL)
Res=SendMessage(Handle("INH_UITB_VRG"),1039,1,NULL)
I've tried it in the entry-of-control-code with no result. I also tried it in the exit-of-control-code of the proceding tablecolumn, but also with no result.
This code works fine with a combobox outside a table.
Who can help me out of this ?
Thank you, Stefan.
Posté le 21 juillet 2003 - 16:05
The table in Windev 5.5 is 1 control. When you enter a listbox in the tabel, Windev shows you a
graphical combo, which was situated out-side screen.
When you have several combo's in the table, Windev only have one combo, wich become active
when entered.
I know Theo van Vliet has spend some time looking for a solution for this problem.

Greetings,
Joop van der Linden
member of the Dutch-speaking Windev developer group. (WDG)

Hello,
I'am trying to unwrap a combobox (at entry) in a memorytable, but with no result. Nothing happens at all. I use the following code:
Res is long int
/ / INH_UITB_VRG is the name of the tablecolumn.
Res=SendMessage(Handle("INH_UITB_VRG"),513,0,NULL)
Res=SendMessage(Handle("INH_UITB_VRG"),514,0,NULL)
Res=SendMessage(Handle("INH_UITB_VRG"),1039,1,NULL)
I've tried it in the entry-of-control-code with no result. I also tried it in the exit-of-control-code of the proceding tablecolumn, but also with no result.
This code works fine with a combobox outside a table.
Who can help me out of this ?
Thank you, Stefan.



http://www.new-way.nl
Posté le 24 juillet 2003 - 14:17
in version 7.5, did you try to put the name of the column (ie :TABLE.COLUMN)
instead of the name of the field in your SendMessage ?

"Stefan Bentvelsen" <sb@3borg.nl> a écrit dans le message de
news:3f1bdb6d@news....
Hello,
I'am trying to unwrap a combobox (at entry) in a memorytable, but with no

result. Nothing happens at all. I use the following code:
Res is long int
/ / INH_UITB_VRG is the name of the tablecolumn.
Res=SendMessage(Handle("INH_UITB_VRG"),513,0,NULL)
Res=SendMessage(Handle("INH_UITB_VRG"),514,0,NULL)
Res=SendMessage(Handle("INH_UITB_VRG"),1039,1,NULL)
I've tried it in the entry-of-control-code with no result. I also tried it

in the exit-of-control-code of the proceding tablecolumn, but also with no
result.
This code works fine with a combobox outside a table.
Who can help me out of this ?
Thank you, Stefan.