Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by palisade14

  1. palisade14

    Hyperlink for report being published to Niku Clarity

    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 & " &param_client=" & row.GetValue("customer_id") LinkTo =...

Part and Inventory Search

Back
Top