It is best if you don't override the code and then make a call to the superclass following your custom code.
Consider this instead:
Sub SetLinkTo( row As AcDataRow )
LinkTo = "/PRJ/Support1b.rox?Submit"
LinkTo = LinKTo & " ¶m_client=" & row.GetValue("customer_id")
LinkTo =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.