LOCA cDBAbout := ;
"{\rtf1\ansi\ansicpg1254\deff0\deflang1055\deflangfe1055{\fonttbl{\f0\fswiss\fprq2\" + ;
"fcharset162 Verdana;}{\f1\fswiss\fprq2\fcharset0 Verdana;}}{\colortbl;\red0\green0\blue255;}"+;
"{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\ri-1418\f0\fs18\par"+;
" HMG Data Base Assistant v." + ExeFD2Vrs() + "\par"+;
"\pard\nowidctlpar\ri-1748\qj\fs16\par \'a9 \cf1
esgici@gmail.com\par"+;
"\cf0\b\par \b0 DBA\b \b0 is an imitative work to the \'a9 \b dBASE III'\b0 s Assistant.\par"+;
"\par It may be an easy tool for people who are familiar to \par"+;
" this \b base\b0 architecture of the whole xBase family. \par"+;
"\par Many thanks to : \par\par"+;
" \b Antonio Linares \b0 ( Initiator of \'a9 \b Harbour\b0 ) and\par"+;
" \i Le Roy \b\i0 Roberto Lopez \b0 ( Initiator of \'a9 \b MiniGUI \b0 ).\par"+;
"\par Without this two big men and their volunteer coworkers, \par"+;
"\b \b0 DBA ( and many others of course) couldn't be exist.\par"+;
"\par\pard\sb100\sa100 \cf1\lang1033\f1 https://harbour.github.io\cf0\lang1055\f0\par"+;
"\pard\nowidctlpar\ri-1748\qj\cf1 http://harbourminigui.googlepages.com\cf0\par}"
...
DEFINE RICHEDITBOX rtfAbout
ROW 0
COL 0
WIDTH frmAbout.WIDTH - 4
HEIGHT frmAbout.HEIGHT - 24
VALUE cDBAbout
READONLY .T.
END RICHEDITBOX // rtfAbout
...