Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scatter - Gather scoope.
Message
De
05/08/1998 14:51:21
 
 
À
05/08/1998 14:44:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00124208
Message ID:
00124211
Vues:
26
Try scatter to an object then pass that object reference to
form 2.

* Form 1
USE Customer
SCATTER NAME oScatter
DO FORM frm2 WITH oScatter

* Form 2
INIT

LPARAMETER;
loScatter

USE Cust2
APPEND BLANK
GATHER FROM NAME oScatter

-myron kirby-
=================================================
>Hi All
>
>I have a system that work O.K. under VFP3 but Not working under VFP5.
>
>One Form1 do Scatter memvar Blank then it calls Form2 where it does Scatter memvar memo.
>
>It seems that the scatter memvar creating PRIVATE variables because the scatter in form2 are NOT updating the variables in Form1.
>
>Is there a way around this, where the first scatter will create Global variables without me dclaring the variables Global before the scatter in Form1 . or am I doing something wrong.
>
>Thanks
>Mo
----------------------------------
-myron kirby (mkirby2000@gmail.com)-
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform