Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying results in another form
Message
From
18/12/1997 12:31:13
 
 
To
18/12/1997 12:22:29
Anderson Girardi
Athenas Automação de Escritório
Porto Alegre, Brazil
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00066965
Message ID:
00066967
Views:
28
>Hello!
>
>I have 2 forms
>form a= search
>form b= fNOTA
>
>I have the following sintax:
>
>IF SEEK(ALLTRIM(PESQUISA.COD_NOTA),"NOTA","COD_NOTA")
> SCATTER MEMVAR MEMO
> _SCREEN.fNOTA.REFRESH
>ENDIF
>
>When i click in form fNOTA it works fine.
>But my problem is to do a refresh in form fNOTA from form search

I would suggest you load your forms with the NAME clause to have them recognized as object. You will then be able to access them directly like fNOTA.Refresh() instead of using _SCREEN.

I don't know if this will fix your problem but it is a good approach to use.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform