PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → [WD5.5]  Unwrap combo in a table
[WD5.5] Unwrap combo in a table
Started by sb, Jul., 21 2003 3:31 PM - 2 replies
Posted on July, 21 2003 - 3:31 PM
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.
Posted on July, 21 2003 - 4:05 PM
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
Posted on July, 24 2003 - 2:17 PM
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.