Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Go to a page of other form
Message
De
17/09/2005 12:20:11
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01050604
Message ID:
01050612
Vues:
21
This message has been marked as a message which has helped to the initial question of the thread.
>Thanks Cetin
>
>-------------------------------------
>do form NewForm name oNewFrm
>oNewFrm.pageFrame.ActivePage = 2
>--------------------------------------
>
>I stored a variable in the first form
>rec_no = recno ()
>
>Then I need to select a table on the second form
>and go to rec_no
>
>The command will be give from the fist form
>
>Any clue ?
>
>Thanks
>
>Moises

Then send parameters to 2nd form. Second form gets parameter in its init. ie:

do form secForm with "customer",m.rec_no

*secForm.init - no error, type checking here
lparameters tcAlias, tnRecno
go m.tnRecNo in (m.tcAlias)

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform