Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table Relationship in Forms
Message
From
25/05/1998 04:09:39
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
25/05/1998 03:25:09
Tan Gay Cheong
Cybercomp Computer Services
Singapore, Singapore
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00101477
Message ID:
00101626
Views:
20
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform