on 2010 May 20 10:48 PM
Hi,
How to add Link To Delivery form Before textbox
Thanks,
P.Suresh Kumar.
hello freind
write this code under form load event of system form
oItem = oForm.Items.Item("4") (hear refrance no of text box before yu want to add link)
oNewItem = oForm.Items.Add("IDocT", SAPbouiCOM.BoFormItemTypes.it_LINKED_BUTTON)
oNewItem.Left = oItem.Left + 330
oNewItem.Width = oItem.Width - 2
oNewItem.Top = oItem.Top
oNewItem.Height = oItem.Height
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you want to add a Link Button for a text box or anything else???
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
102 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.