I wish show a text into tab but I have some problem when I have many tabs
I made this test to try

1. the say is not transparent
2. if I have many tabs the text is not where I wish it must be
to call the function :
@ 2,10 TABS oTab ;
OPTION .....
ACTIVATE DIALOG oDlg ;
ON INIT Tab_scritta( oTab,"text")
Any help please ?
I made this test to try

1. the say is not transparent
2. if I have many tabs the text is not where I wish it must be
FUNCTION Tab_ShowText( oTab,text)
Local oPSay2
Local nSpace := 0
Local numtab:= 0
IF Len( oTab:aPrompts ) > 5
numtab:= 3
ELSE
numtab:= Len( oTab:aPrompts )
ENDIF
FOR n = 1 to numtab
nSpace := nSpace + GetTextWidth( 0, StrTran( oTab:aPrompts[ n ], "&", "" ), ;
/*oTab:hFont*/ ) ;
/* IF( Empty( oTab:ahBitmaps[ n ] ), 0, 18 ) */
NEXT
@ 0, nSpace SAY oPSay2 PROMPT text OF oApp():oTab COLOR CLR_RED TRANSPARENT
RETURN (NIL)to call the function :
@ 2,10 TABS oTab ;
OPTION .....
ACTIVATE DIALOG oDlg ;
ON INIT Tab_scritta( oTab,"text")
Any help please ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com