Hi,
Can the spare field labels on the shipping address tab in the purchase order form be renamed?
What is the property name to access the spare label captions?
Thanks
Nina

Nina Tulic wrote:Hi,
Can the spare field labels on the shipping address tab in the purchase order form be renamed?
What is the property name to access the spare label captions?
Thanks
Nina
Public Sub Setup(ByVal JiwaForm As JiwaApplication.IJiwaForm, ByVal Plugin As JiwaApplication.Plugin.Plugin) Implements JiwaApplication.IJiwaFormPlugin.Setup
Dim purchaseOrderForm As JiwaPurchaseOrdersUI.MainForm = JiwaForm
With purchaseOrderForm.ShippingAddressJiwaGrid
.GridText("Field", 9) = "aaa"
.GridText("Field", 10) = "bbb"
.GridText("Field", 11) = "ccc"
.GridText("Field", 12) = "ddd"
.GridText("Field", 13) = "eee"
End With
End Sub



Return to Technical and or Programming
Users browsing this forum: No registered users and 6 guests