Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
LostFocus
Message
De
12/04/2002 14:44:55
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
LostFocus
Divers
Thread ID:
00644469
Message ID:
00644469
Vues:
64
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform