Event for Hyperlink

G

Gopal

is there any event hooked up to the Hyperlink control in infopath ? if yes
then what is that and if not then whats the alternative ?

i want to Implement a sorting like mechanism in the header field as in
normal DataGrid.

Thanks in Advance
Gopal
 
F

Franck Dauché

Hi,

No, you can't write code for an Hyperlink. One way around it is to drop a
button on your form and to modify it to make it "look" like an hyperlink:
removing background, change color to blue (underlined). Then, you can write
code for your button.

Hope that it helps.

Regards,

Franck Dauché
 
Top