Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table Relationship in Forms
Message
De
25/05/1998 04:09:39
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
25/05/1998 03:25:09
Tan Gay Cheong
Cybercomp Computer Services
Singapore, Singapour
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00101477
Message ID:
00101626
Vues:
21
>Can you show me an simple example? I am not very clear in it. I learn by example.
>
>Sorry for the trouble.
* To make it simple create a form with form wizard for invoice table
* And name it "invoices"
* Set datasession to 2-private
* Select form\New property
* Add a new property named "pkey"
* Open dataenvironment and set filter to "pkey = thisform.pkey"
* Dblclick on form to open code window and select init event on right combo
* write these (assuming your key field for invoices is pkey)
lparameters m.pkey
thisform.pkey = m.pkey
You will call this form like :
do form invoices with m.Pkey
where m.Pkey is the pkey for invoices you want to see.
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform