Transfert value on different field on different form
Walter Bonin
Hi,When closing this form (13000000), I would like that value in my field ID comes to the other field ID in the Sales Order form.
Please find attached screenshot.
Thx by advance
Regards.
Walter
Attachment
[url=http://www.coresystems.ch/wp-content/../wp-content/forum-file-uploads/walter/GS_CS_Address.pdf]GS_CS_Address.pdf[/url]
Walter Bonin
Hi,It's okay I found a way...!
here the way.
Dim form As Form = Form.GetFormFromUID(customize.B1Connector.GetB1Connector().Application.Forms.ActiveForm.UniqueID)
Dim iD As String = TextEdit.GetFromUID(form, "iAdr").Value
Button.GetFromUID(form, "10000001").Click(SwissAddonFramework.UI.Components.Item.ClickType.Regular)
Dim form2 As Form = Form.GetFormFromUID(customize.B1Connector.GetB1Connector().Application.Forms.ActiveForm.UniqueID)
TextEdit.GetFromUID(form2, "154").Value = iD
Thx
Regards.
Walter
Michael Egloff
Hej Walter,congratulation to your success and thanks for the solution.
could you please set the thread to solved.
Thank you!
0
Please sign in to leave a comment.
Comments
0 comments