Thank you Michael,
it works like a charm.
Of course my GID was different. :P
Grzegorz Szczepański
Dnia Tue, 20 May 2008 16:28:12 -0000
"Michael McWilliams" <mmcwilliams22@...> napisał(a):
it works like a charm.
Of course my GID was different. :P
Grzegorz Szczepański
Dnia Tue, 20 May 2008 16:28:12 -0000
"Michael McWilliams" <mmcwilliams22@...> napisał(a):
> Put the following under Module script:
>
> Private WithEvents txtKeyField As EpiTextBox
>
>
> Then on the form load event put the following.
>
> txtKeyField = Ctype(csm.GetNativeControlReference("3a3fffc1-6dee-
> 4be0-b52e-7fc5f80e7b95"),EpiTextBox)
> txtKeyField.MaxLength = 5
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> The numbers in parenthesis would be equal to the EpiBinding, and
> the txtKeyField(That is what it is in Customer Entry) is equal to
> the Native Epicor Control you want to use. Some time back someone
> gave me this info and it has helped out many times.