Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How I can get the field name if the field is in a Pagefr
Message
From
17/04/2001 23:35:04
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00496471
Message ID:
00496531
Views:
13
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform