cancel
Showing results for 
Search instead for 
Did you mean: 

Line between label and textbox

Former Member
0 Kudos

Hello Forum,

on the system forms, there is a line between the textbox and his label. How can I create this?

Currently I'm creating label and textbox separately and move/resize them in the form resize event.

Regards

Mark

Accepted Solutions (1)

Accepted Solutions (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Mark,

That line is because of the 'Link To' Property.

Set the Link To property of the label. The link to should have the unique id of the TextBox.

Hope it helps.

Thanks & Regards

Ankit Chauhan

Former Member
0 Kudos

Thanks, I will try it

Answers (0)