Drop down box in edit table oi 8.0 (OpenInsight 32-Bit)
At 28 MAY 2007 03:37:27AM Anders Lindholt wrote:
What happen to colstyle 131072 in version 8.0 ?? It kills the last colums labels.
/* part of the create event
styles =Send_Message("CHILD_KAL.TABEL","COLSTYLE", 5, 131072 )
SEL=SELECT USER_PROFILE WITH USER_WORKSTATION=K' BY @ID"
RLIST (SEL,5,
,
,'')INITIALERNE='
NewUserProfile1:
readnext id elseColFormat =Send_Message('CHILD_KAL.TABEL', "COLFORMAT",5, IN)RETURNEndin=idGOTO NewUserProfile1
*/
Why
Anders
ps.: its an vista workstation.
At 20 FEB 2008 11:36AM Richard Guise wrote:
Yes, I'm getting the same in 8.0.1. It seems to knock a couple of characters off the end of the last column label. Is this fixed in 8.0.3 or whatever's the latest version?
As a temporary kludge I've just searched for all COLFORMATs and put a Get_Property LABEL before and Set_Property LABEL after.
At 21 FEB 2008 12:59PM Richard Guise wrote:
I've just updated to 8.0.3 and loaded the patch.
This problem still seems to be there.