hi,
i want to use FWString() so i look into file c:\fwh\source\function\strings.prg
as i understand i must use FWString( EN ) in my CODE
i can "add" my new Definition at Runtime by
i have look at FWEditStrings(), nice :)
i like to request Parameter Color for "Dark-Mode"
there is FWMissingStrings() ... found in c:\fwh\samples\fivedbu.prg
it seem to write file missing.str ...
FWAddLanguage() how does it work :?:
i want to use FWString() so i look into file c:\fwh\source\function\strings.prg
as i understand i must use FWString( EN ) in my CODE
i can "add" my new Definition at Runtime by
 AEVAL( aTranslates, { | a | FWAddString( a ) } )i like to request Parameter Color for "Dark-Mode"
there is FWMissingStrings() ... found in c:\fwh\samples\fivedbu.prg
it seem to write file missing.str ...
FWSetString( nLang, { ;it is from FiveDBU.EXE. what does it mean :?:
{ "ADO", }, ;
{ "Connect to this ODBC database", }, ;
{ "Console", }, ;
{ "DBF", }, ;
{ "MySQL", }, ;
{ "ODBC", }, ;
{ "ODBC open", }, ;
{ "Recent ODBC connections", }, ;
{ "Recent ODBC connections strings", }, ;
{ "Sets", }, ;
{ "Workareas", } ;
} )
FWAddLanguage() how does it work :?:
greeting,
Jimmy
Jimmy