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
SETFONT(0,'Arial',12) !Set default font
END
Why display error?
Thank's
"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
SETFONT(0,'Arial',12) !Set default font
END
Why display error?
Thank's