08 December 2010

To make a form in select mode ( Form in Lookup)

Which form want to open in lookup

form->methods->init()

element.selectMode(StringEdit);

3 comments:

  1. Please post this task somewhat clearly. I didn't understand the requirement and solution

    ReplyDelete
  2. selectMode(control) function takes the control (like a StringEdit) that should be used to return a value in a form (element) used as a lookup.
    This meands that the value returned by the control should be used as a filter for a query or a datasource range (or anything else).

    Read this: http://www.axaptapedia.com/Lookup_Form

    This post isn't clear at all, starting from the title.

    ReplyDelete
  3. Absolutely composed subject material , Really enjoyed reading through . useful reference

    ReplyDelete

Give me the commetns and solutions

Ledger Voucher creation Framework and x++ code to create ledger voucher

 Please click her for MS reference file Below is the out of the box example reference and code. SalesInvoiceJournalPostSubBill_Extension->...