If I compile with W2 when I write
REDEFINE IMAGE....NOBORDER
it Make a warning
on the include there is not this parameter but only for the @ x,y and not
for the resource
IS there a bug ?
ERROR IMAGE INCLUDE
ERROR IMAGE INCLUDE
Best Regards, Saludos
Falconi Silvio
Falconi Silvio
Re: ERROR IMAGE INCLUDE
Hi Silvio:Silvio wrote:on the include there is not this parameter but only for the @ x,y and not for the resource
For resources the style is defined in rc file.
If you dont want the border, take "WS_BORDER" off from image definition in rc file
Or try this after redefine command:
oImg:nStyle := nAnd( oImg:nStyle, nNot( WS_BORDER ) )
Regards.
Manuel Mercado