Hello all,
i have added a linkbutton on my form but is not working.below is the code sample.
oItem = oForm.Items.Item("btnLink")
oItem.LinkTo = "txtEarning"
linkEarnObject = oItem.Specific
linkEarnObject.LinkedFormXmlPath = sPath & "\" & "EarningForm.srf"
Regards