At 05:16 PM 5/27/2008, Lawrence Lustig wrote:
I have a situation in which I'd like ENTER to leave a Variable Memo. I have Want Returns turned off, but ENTER seems to do nothing in that case. I can't map ENTER to TAB as ENTER is not a legitimate key for key mapping.
Here's how: In your exact situation, you may dynamically disable the "Allow Return" option of Variable Memo control, using the following PROPERTY command. PROPERTY <VarMemoComponentID> WANTRETURNS 'FALSE' RETURN The [Enter] key will be treated as the [Tab] key when "Allow Return" option is disabled (Manually and/or Dynamically). That's all there is to it! Very Best R:egards, Razzak.

