Hello,
I have 3 datasets and want to display the image that belongs to a set inside the header
I can change a set and the column-values like < oBrw:SetArray( aSet1 )
but couldn't change the header-images at runtime.
That works at startup with a selected set :
but doesn't work at runtime
any idea
best regards
Uwe
I have 3 datasets and want to display the image that belongs to a set inside the header
I can change a set and the column-values like < oBrw:SetArray( aSet1 )
but couldn't change the header-images at runtime.
That works at startup with a selected set :
FOR nCol := 1 to 3
WITH OBJECT oBrw:aCols[ nCol ]
:nWidth := 190
:lBmpTransparent := .T.
:nDataBmpAlign := AL_CENTER
IF nSet = 1
:AddBmpFile( "Image1.png" )
ELSEIF nSet = 2
:AddBmpFile( "Image2.png" )
ELSEIF nSet = 3
:AddBmpFile( "Image3.png" )
ENDIF
:nHeadBmpNo := 1
:cHeader := ""
END
NEXTbut doesn't work at runtime
any idea
best regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.