How can I use Form.RunModal???

GRUBBYFANSGRUBBYFANS Member Posts: 154
I don't know here code

IF FORM.RUNMODAL(
FORM::"Source Documents",WhseRequest,"Source No.") = ACTION::LookupOK

The FORM.RUNMODAL parameter How can I use??
Who can tell me??

Comments

  • RawHeatRawHeat Member Posts: 63
    hi...

    form:"abc" :- this opens the form with name "abc"....
    The second argument is the name of the table. This argument is used to display the latest record of that table on the form.....
    The third argument is the field name in that record in which is mainly concentrated...

    so if u want to look into another new form ,say abc , which must display the last record being entered in the present form then u must use that code....
Sign In or Register to comment.