=""" & txtCallValue & """")
=""" & txtCallValue & """")
ArcPad DEV newb here, looking for an easy button.
ArcPad 10.2 - Windows 10
So In ArcPad, the Limit To List property of a Combo Box cannot be set programmatically via VB?
That's a downer
Form.apl - Limit to List was set to false in all combo boxes which was triggering the Win10 virtual keyboard
- Wasn't Ideal so I set them to true. easy peasy lemon squeezy
Well... that's true for initial data entry, but there is also an option to open the form in edit mode, where the original developer is loading the text values, not the cbo's index values.
Because Limit to List is set, no values are being loaded, throwing errors (app logic dictates these values must be present).
hundreds of fields affected.
Easy button?