Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
LostFocus
Message
From
12/04/2002 14:44:55
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
LostFocus
Miscellaneous
Thread ID:
00644469
Message ID:
00644469
Views:
63
Hi,

I'm really confused here.........On a lost focus event of a textbox within a form, I am checking to see if that value occurs in another table to get corresponding info.......If not found, I want to set the focus back to that textbox, which I believe am doing correctly but it will not work, focus goes on to the next control. Here is my code.....

cValue = ALLTRIM(authorizations.au_servcode)
SELECT ratecodes
SEEK cValue ORDER serv_code IN ratecodes
IF FOUND()
replace authorizations.au_unitchrg WITH ratecodes.rate
ELSE
MESSAGEBOX("Service Code not on file...",16,'Attention')
thisform.pageframe1.AuthDetail.txtau_servcode.SetFocus
thisform.Refresh
RETURN
ENDIF

Thanks for any response,

Mike
Next
Reply
Map
View

Click here to load this message in the networking platform