Re: runtime error with Mask edit control



Thanks for the suggestions, it was the system date format causing the
error.

Is there a way for me to check the system date format and set it to the
correct value for the application?

WB

"Ken Halter" <Ken_Halter@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:OuMdgjzrFHA.3264@xxxxxxxxxxxxxxxxxxxxxxx
> "WB" <none> wrote in message news:uWBWzVzrFHA.464@xxxxxxxxxxxxxxxxxxxxxxx
> > HI
> > I have a mask edit control displaying a date from a database record. On
> > my
> > development machine using vb 6.0 I do not get any errors when I run the
> > application from the IDE; however, when I compile and package the
> > application and then install on a different machine it errors when
trying
> > to
> > fill the mask edit control with a date. Error #380 invalid property
> > value.
> >
> > I don't understand why the error message only appears on the packaged
> > software and not on the development machine.
> >
> > Suggestions?
> >
> > WB
> >
>
> Temporarily place a label or textbox near that masked edit box and store
the
> date in both places (label or textbox first), that way, you can see the
> difference. There may be some strange date format "on a different
machine".
>
> --
> Ken Halter - MS-MVP-VB - http://www.vbsight.com
> DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm
> Please keep all discussions in the groups..
>
>


.



Relevant Pages

  • Re: runtime error with Mask edit control
    ... it was the system date format causing the ... :>> I have a mask edit control displaying a date from a database record. ... :> Temporarily place a label or textbox near that masked edit box and store ... :> date in both places (label or textbox first), that way, you can see the ...
    (microsoft.public.vb.controls)
  • Re: different datetime format on the same web server
    ... Make sure the date format is the same on both servers. ... > When compiling the code of the class library on one development machine ... > only replace the DLL). ...
    (microsoft.public.dotnet.framework)
  • Re: different datetime format on the same web server
    ... Make sure the date format is the same on both servers. ... > When compiling the code of the class library on one development machine ... > only replace the DLL). ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: different datetime format on the same web server
    ... Make sure the date format is the same on both servers. ... > When compiling the code of the class library on one development machine ... > only replace the DLL). ...
    (microsoft.public.dotnet.languages.vb)
  • Re: runtime error with Mask edit control
    ... > I have a mask edit control displaying a date from a database record. ... > software and not on the development machine. ... Temporarily place a label or textbox near that masked edit box and store the ... date in both places (label or textbox first), that way, you can see the ...
    (microsoft.public.vb.controls)