Thank's ShankarJ.
I need read the true type font of windows system and i need set a string with this font.
I try use the fontdialog for display the dialog of fonts of windows system but i get the error before showed.
How can i do this?
Sorry my english is bad...
I comment the follow lines:
IF FONTDIALOG('Choose Font',Typeface,FontSize,FontColor,FontStyle)
!SETFONT(0,Typeface,FontSize,FontColor,FontStyle) !Set window font
!ELSE
!SETFONT(0,'Arial',12) !Set default font
END
The error is the same.
"Syntaxis error: No Matching prototype avaible"
I have...
I try used fontdialog for read the name font selected but clarion display the next error:
"Syntaxis error: No Matching prototype avaible"
Code:
IF FONTDIALOG('Choose Font',Typeface,FontSize,FontColor,FontStyle)
SETFONT(0,Typeface,FontSize,FontColor,FontStyle) !Set window font
ELSE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.