Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Parameter to Child Form
Message
From
02/04/1999 14:22:20
 
 
To
02/04/1999 13:46:06
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00204704
Message ID:
00204739
Views:
13
Hi Scott --

Thanks for the help

Just to clarify, in the click event of my command button (ASSIGN CONTACTS), I am goint to place the code:

DO FORM office_assignments WITH tcOfficeID

??


And, in he init event method of my office_assignments form, I am going to place the code:

lparamters tcOfficeID
=seek(tcOfficeID,"mytable","myOfficeIDTag")

Does that line translate into:

=seek(tcOfficeID,"offices","offices.nofficeid")

Note: offices is the parent talbe and office_assignments is my child table in this relationship.

I want to make sure I have my init event correct, before I go to the click event on my command button.

I believe Cetin Basoz (developer who gave me this code), is referring to my parent table when he says, "mytable", and I think "myofficeIDTag" is referring to the primary key attached to the office form.

I just want to make sure.

TIA

Jason
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform