Search found 1 match

by ClipperSolutions
Wed Oct 11, 2017 6:13 am
Forum: eXpress++ Support
Topic: place focus on the available list on dcpicklist
Replies: 1
Views: 5057

place focus on the available list on dcpicklist

Hi I tried variations of the code below and I can not get it to set focus on the available list when dcpicklist gets focus. Can you help? Thanks. #INCLUDE "ALL.CH" FUNCTION Main() // Try to set focus on available items on a dcpicklist. LOCAL GetList:={}, lOk:=.F., oPick LOCAL aAvail:={"ONE", "TWO", ...