Hi,

I'm attempting to verify a user's input in a MaskedEdit control to ensure
that it contains the 10 numeric chars (for a phone number). How can I apply
such a condition?

My current code only checks to see whether the property is empty.

    <Publish Dialog="InstitInfoDlg" Control="Next" Event="SpawnDialog"
Value="InstitInfoDlgError" Order="1">((INSTITUTIONNAME = "") OR
(INSTITUTIONTEL = "")) OR (INSTITUTIONTEL = "   -   -    ")</Publish>
    <Publish Dialog="InstitInfoDlg" Control="Next" Event="NewDialog"
Value="VerifyReadyDlg" Order="2">(NOT (INSTITUTIONNAME = "") AND NOT
(INSTITUTIONTEL = "")) AND NOT (INSTITUTIONTEL = "   -   -    ")</Publish>

Thanks in advance.

Kevin.
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to