Microsoft
Software
Hardware
Network
Question : Fox 9 Validation routine
In my command button click event which exits a form ,I have placed a validation routine prior to the updatetable() command it goes something like this
if thisform.txtlast.value=" "
=messagebox("Fix Last Name")
return 0
Endif
This works fine. It would be better if after clicking ok on the message box if the user could be returned directly to the text box with the problem. How could that be done I played with the return command couldn't get that to do it and could not find anything in the help menus.
Thank You
D
Answer : Fox 9 Validation routine
IF EMPTY(Thisform.txtlast.Val
ue)
= MESSAGEBOX("Entering Last name is mandatory!").
Thisform.txtlast.SetFocus
ENDIF
Random Solutions
Personal Macro Workbook Server Location?
ODBC--update on a linked table '<TABLE NAME>' failed.
Corrupted Outlook Express inbox.dbx
join a computer to the domain
Windows 2000 Server - How to repair or replace DNS service
Custom DataGridView cell definition
How to hyperlink a database of 1000's of Fedex tracking numbers to their own tracking Fedex webpage for beginner?
Windows cardspace has stoppped working
MS access VB string not updating with fields from search form
How to open website (hosted on Win Server 2008, IIS) in Microsoft Frontpage 2000?