Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh buttons on form from a program
Message
 
 
To
18/04/2002 16:26:28
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00646592
Message ID:
00646727
Views:
13
>There is a main from (call it a) and menu items to search on specific fields (call one of them b). The serach programs are called from a program which calles the appriate form. The search form moves the record pointer. form a has some navigation buttons which are define in a class library. I want to call the methods that refresh the buttons (i.e. enable then based on record pointer value (top, middle, bottom).
>
>Is this possible? If some what are the commands?
>
>TIA

You can pass your form to the program, e.g. do MySearch with thisform
mySearch.prg
lparameter toForm
....
toForm.button1.refresh()
Otherwise you can use _screen.ActiveForm reference
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform