Is this possible? I need to know where to find this info for the click event of the combobox:
Any suggestions? Ive tried to google this but no luck. thanks
CMCC
Code:
DO case
case ALLTRIM(this.Value) = "TL-10"
** go to a website
case ALLTRIM(this.Value) = "TL-11"
** go to a website
endcase
Any suggestions? Ive tried to google this but no luck. thanks
CMCC