Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How I can get the field name if the field is in a Pagefr
Message
De
17/04/2001 23:35:04
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00496471
Message ID:
00496531
Vues:
12
Sorry, i forgot to add the property, but it give this error

>if type('thisform.LastActiveControl')="O"
>wait window thisform.LastActiveControl.value --->Property value is not found
>endif

In the search button
with thisform
     .LastActiveControl=.ActiveControl 
    do form search_listbox
    if type('thisform.LastActiveControl')="O"
wait window thisform.LastActiveControl.value
*            thisform.LastActiveControl.Value=c_Codigo
 *           thisform.LastActiveControl.SetFocus()
    else
        =messagebox("Sorry, Pal. Try again...", 48, "Nice try")
    endif
endwith


João Batista
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform