Sunday 6 July 2014

how to add a display method on  form  ax 2012:
:

1)create a display method on table method

      add that table in the form's data source

2)form\Design\Tab\TabPage\Add new Control(Ex StingEdit)\ => Go to Properites of that Control \
     1. Datasource -> Name of the datasource
      2. Data Methods -> Specify name of Display Methods
Add cacheAddmethod for display methods in Form-> init methods -regarding Performance

No comments:

Post a Comment

intercompany PO multiple product receipt by x++

public void processStampICPO(PackingSlipId _deliveryNote,                             Transdate _deliverydate,                             ...