This content has been marked as final.
Show 1 reply
-
1. Re: Remove Red outline around Drop-Down List [Picture]
Niall O'Donovan Apr 24, 2012 8:52 AM (in response to perfectblue)Hi,
You can add script into the docReady event of the root node (normally "form1") to turn off the highlighting:
app.runtimeHighlight = false;
See an example here: http://assure.ly/***6tn.
At design time you cannot type text directly into the value area of a field. However if you go to the Object > Value palette, you can input a defaul value (which will obviously appear in the value area of the field).
Hope that helps,
Niall



