Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid question.
Message
 
À
24/02/2000 16:49:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00336336
Message ID:
00337274
Vues:
16
>> I did try that way by having another parameterized view for parent table. >Every time I access to one record(on the form) I got to enter 2 times the same >order number. Is this "odd" for the users? I hope that I will find a way to >enter 1 time(1 order number) for both parent and child record. If so, I will >tell you.
>> Thank you so much for your help, Nick.
>> Hobby.
>
>>>You can use ?orderview.order_number as a parameter for the items view. That >>way it will not ask twice.
> ****
>
>Hi Nick,
> Finally it works perfectly for me. I am so happy now!
> I use 2 grids on the form. And the following is the code I have on "Stored Procedures".
> *****
> procedure find_po_no
> local po_id
> po_id= ""
>
> do form connect_purchase_item_view_form to po_id
> if !empty(po_id)
> = requery("purchase_item_view"), requery("purchase_order_view")
> endif
> endproc
> ****
> Before I just requeried for "purchase_item_view"(which is the child grid), now I do both at the same time.
> I am relieved now. Thank you so much Nick.
> Hobby.

You are welcome. Glad to be of help.

Nick
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform