Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get value from search form and display records
Message
 
 
To
14/06/2007 10:19:01
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01232869
Message ID:
01233029
Views:
14
>I put this code in exit button of the search form.
>
>Thisform.oCallerForm.RefreshFromOutside()
>
>Instead of oCallerForm I put "SoEdit" as "soedit" is my callerform. And search form name is searchso.scx.
>
>I face a message "Unknown member SoEdit"
>
>Please suggest

Saifuddin,

Did you follow the exact steps as I outlined in my message? If yes, you should not put SoEdit, but you should use exactly as I wrote:

thisform.oCallerForm.RefreshFromOutside()

Please re-read my previous message again and try to follow the exact steps, if you want to use this idea.

The idea is, that we pass a form reference from one form to another and in the other form we can now manipulate the caller's form using this reference.

Thanks.
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