Here is the link to the WPC 2010, to know the agenda and other details.
Saturday, March 27, 2010
Tuesday, March 23, 2010
Transfooter and Transheader functionality in RDLC(SSRS) reports
Here is a nice post which explains the Transfooter and Transheader functionality in RDLD(SSRS) reports for NAV 2009.
Wednesday, March 17, 2010
How to close the main form immediately after closing the sub form
Here is the standard NAV example to close the main form immediately after closing the sub form.
1) Open the Form 5784 from the Object Designer.
2) Click the Modify button to open the “Source Document Filter Card” from the ‘Filters to Get Source Docs.’ form.
3) Close the “Source Document Filter Card”. This will close the main form “Filters to Get Source Docs.” as well.
You can close the form conditionally, using the following set of example code in the ‘Run’ button.
GetSourceBatch.USEREQUESTFORM(ShowRequestForm);
GetSourceBatch.RUNMODAL;
IF GetSourceBatch.NotCancelled THEN
CurrForm.CLOSE;
Subscribe to:
Posts (Atom)