Item from current form
Ger Roodbeen
I have a question about Customize current form.How can I catch the current Code from my active form (ProductTree, 672) in Customize (VB.Net) when I use a function button?
it must be like: sItemcode = SwissAddonFramework.UI.Components.Form.GetFormFromUID("672").ActiveItem("4")
Kind regards,
Ger
Michael Egloff
Hi,you can read it like that
dim itemCode as String
itemCode = TextEdit.GetFromUID(pVal.Form, "4").Value
0
Please sign in to leave a comment.
Comments
0 comments