Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Enforcing valid date into textbox
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01200381
Message ID:
01200755
Vues:
37
>>>>>How do I enforce a valid date on a textbox. The textbox is defined as char at the moment and in the init= thisform.textbox1.value=DATE() and
>>>>>thisform.textbox1.Format='D' . However, I can enter bogus dates.
>>>>
>>>>If Value is date type then you cannot enter bogus values. Make sure you don't override value back to character. To find it easier remove 'D' format.
>>>
>>>Ed, how do I make the VFP message appear on a form as a popup? This is for when the user enters a bogus date in the field. I am trying to go this route:
>>>
>>>SET MESSAGE TO [cMessageText]-or-SET MESSAGE TO [nRow [LEFT | CENTER
>>> | RIGHT]]-or-SET MESSAGE WINDOW [WindowName]
>>>
>>>but no message appears.
>>
>>Just use a messagebox.
>>
>>BTW, I'm wondering why did you ignore my reply?
>
>Naomi, I actually checked it out for a while, but it seemed a long route for me. Would I be able to use it "as is" or would I have to create a class myself like the mentioned: c:\mmviscollect\libs\acustomcontrols.vcx) ?

You should be able to create this as a class in any class library. Or if you want, send me an e-mail I'll send you both libraries (aCustomControls and cContrls). As a bonus you'll get grdSorting class <g>
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform