Changing Window Format Property (OpenInsight 16-Bit Specific)
At 30 MAY 2002 10:16:27PM Mark Ford wrote:
In AREV we changed the Format (Validation and Conversion)properties of field(s) using the following code :
wc_promptS% =@record
wc_PROMPTS% =@record
wc_prompts% =@record
wc_prompts% =(":@record:")"
wc_prompts%=@record
wc_prompts%=@record
wc_prompts% =(":@record:")"
wc_prompts% =(":@record:")"
wc_prompts%=(":@record:")"
wc_prompts%=(":@record:")"
What is the best method for achieving this in OI?
Any ideas or suggestions will be much appreciated.
At 30 MAY 2002 11:26PM [url=http://www.sprezzatura.com" onMouseOver=window.status=Click here to visit our web site?';return(true)]The Sprezzatura Group[/url] wrote:
You are going to have to change the RowMaps@ and ControlSemantic@ common variables.
Iconv is field 6 and Oconv is field 5 both fields.
To gain access to the common varables, use the lines
WinID=CrtlEntID1,"." $Insert OIWIN_COMM_INITin your code.
At 31 MAY 2002 02:42PM Mark Ford wrote:
Very much appreciated.
Mark