|
BoTran2 has a number of Built in Switches and variables that may be useful to the programmer for precise control of BoTran2.
The first Three are loaded thru the translation file to change properties in the application running.
Translator.Entry2Text Enables converting Entry to Text Fields.(1) Translator.ReposPrompts Prop:layout in C6, reverses prompts and entry fields in older Clarion versions(C4-C55x), right justifies text Translator.ReverseFormat Reverses justification from left to right in listboxes in all Clarion versions, reverses field orders in older Clarion(C4-C55x) versions.
The following switches are used to setup BoTran2 for runtime and usually controlled by the templates.
Translator.StopTranslate Stops Translating the app.(0) Translator.UseQueue Uses a queue for translation(1) or direct File access(0) Translator.Silence Do not report BoTran2 File errors(1) Translator.NoFileUpdate Do not add entries to BoTran2 Language File(1)
|