Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic inputmasks
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00016017
Message ID:
00016030
Views:
36
>Must stick with 3.0b as endusers still using Win 3.1 systems. Can this be programatically emulated? Anyone done this?

Since that property doesn't exist in 3.0, what will happen if you do it in the AfterRowColChange() is that the input mask will not only refresh for the actual row but for the entire grid as well which mean some data may look weird on other rows because you only want the actual row to benefit of the new input mask.

What I did in 3.0, was to call a form to enter the value of the field from the SetFocus() event. So, no keyboard value was able to be keyed from that field. I was only showing the value so it was ok.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform