Data not selected when i press enter?

kishi_gkishi_g Member Posts: 162
edited 2008-01-12 in Navision Attain
Hi i created one form. In that form i used text box(like project number).
In the source table -> project number field property -> table relation
-> i gave the job.no.

when i open the form then i click project No. field look up it show job list table. when i select some record and press enter the data was not coming. i gave job list ok button pushaction as lookup ok.

when i select perticular record and when i click OK then only data was coming. OK button default property is set to Yes.

how can i solve this issue???


Thanks & Regards,
Kishore.

Comments

  • DenSterDenSter Member Posts: 8,307
    That only works if you set the tablerelationship on the table level. On a form you will have to program the lookup trigger to actually populate the text box.
  • DriesDries Member Posts: 29
    Lookup tables look standard if you setup the lookupform on the table properties.

    There is actually a second option which is writing a simple code to do that.

    It's just 3 or 4 lines of code. Easy busy.


    Cheers,
    Dires.
Sign In or Register to comment.