Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refreshing one form from another form
Message
From
15/10/2003 12:05:53
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00838901
Message ID:
00838931
Views:
13
Yet another way would be to have a property at the application level object [assuming you have one] let's call it oCallingForm.

Prior to call the 2nd form just go oApp.oCallingform = thisform
then you can refer to the 1st form from the second form with oApp.oCallingForm.WhatEverMethodOrProperty

Yanick

>Hi! Don't seem to be able to get my head round this since I'm usually using thisform.whatever
>
>Why can't I refresh one form from another by typing 1stform.refresh() in a method of the 2nd form?
>
>Always tells me that 1stform is not an object?
>
>Put me out of my misery
Previous
Reply
Map
View

Click here to load this message in the networking platform