View FORM with particular record - logic plz !!

pskannaapskannaa Member Posts: 138
Hi,

Using NAV 4.0, I wants to view the 'Enquiry' form with particular record from my main form.

eg;

1. 'General FORM' - srl.No,Cust.Name, etc...

2. 'Enquiry FORM' - Enq.No,Enq.details, srl.No, etc..

In 'General FORM'

i added one button called 'View Enquiry', if use this i want to view the 'Enquiry FORM' for the particular 'General FORM' record i.e 'srl.No' is linking for both the forms.

In 'General Form', i'm having srl.No is 5000 and want to view the relevant ENQUIRY FORM record getting through srl.No.

Your Suggestion Plz !!

Thanks & Regards,
Psk

Comments

  • ranjityadavranjityadav Member Posts: 92
    Hii,
    you add the code on the Onpush trigger form where you calling the FORM, Use setfilter/setrange before doing the lookup true.
  • pskannaapskannaa Member Posts: 138
    Yea, I can able to filter the records, but the thing is how do i assign all data in the enquiry form. i can fetch the corresponding 'enq no', using this i want to show all information in the enq form(how to set each field in eq.form).
  • ranjityadavranjityadav Member Posts: 92
    the enquiry form having the data with that serial no. so you wan to filter it out according to the Srl no. from the general.
    so what is th issue in it.

    can you explain so that i can understand it better.
  • sunnyksunnyk Member Posts: 280
    Use Form.RUN with rec as parameter.For more info on this please see C/Side help.
Sign In or Register to comment.