I am returning a value from a popup into an Edit Line and would like to have the cursor move to the end of the entered text in that Edit Line for any further data entry - ie send an END key stroke after placing the data. The last lines of my code so far are:
X=SET_PROPERTY(WIN_NAME:'.MEDICATION',"TEXT",MEDVARMEDS)
X=SET_PROPERTY(WIN_NAME:'.MEDICATION','FOCUS',1)
John
John,
Add another line using the SELECTION property:
X=SET_PROPERTY(WIN_NAME:'.MEDICATION'[/color], [/color]'SELECTION'[/color], [/color]65534[/color]:[/color]@FM[/color]:[/color]1[/color])[/color][/color][/size]
That worked perfectly! Thanks.
John