What causes this error? “Runtime error 380: Invalid property value”

前端 未结 13 1865
野的像风
野的像风 2020-12-18 00:21

we had developed an application using vb6.0 and SQL server 2000 a few years ago. recently, some of our customers tell us that while running the application, on some of comp

13条回答
  •  轮回少年
    2020-12-18 00:54

    2017 I know... but someone is facing this problem during their code maintenance.

    This error happened when I tried:

    maskedbox.Mask = "#.###"
    maskedbox.Text = "12345678"
    

    To fix that, just set PromptInclude property to "false".

提交回复
热议问题