Selection Criteria of Reports
rajinivm
Member Posts: 42
Dear All,
System will load the all the record from particular table into form list
It is looks like
Document Number Marked
P-DC/SC-09/000 Yes
P-DC/SC-09/001 No
P-DC/SC-09/002 Yes
P-DC/SC-09/003 Yes
User can select the record in form and click to print button. The report should be fired
How can we design the logic for printing this report in NAV?
In SQL, this is what I need
SELECT * FROM TABLE WHERE COLUMN1 IN ('P-DC/SC-09/000','P-DC/SC-09/002',P-DC/SC-09/003' )
Thanks,
Rajini
System will load the all the record from particular table into form list
It is looks like
Document Number Marked
P-DC/SC-09/000 Yes
P-DC/SC-09/001 No
P-DC/SC-09/002 Yes
P-DC/SC-09/003 Yes
User can select the record in form and click to print button. The report should be fired
How can we design the logic for printing this report in NAV?
In SQL, this is what I need
SELECT * FROM TABLE WHERE COLUMN1 IN ('P-DC/SC-09/000','P-DC/SC-09/002',P-DC/SC-09/003' )
Thanks,
Rajini
0
Comments
-
you wish to print only the marked recs?
If yes how these recs are marked? Per Ctrl+F1, "Blue" or is there a field where a marked flag is set?
RegardsDo you make it right, it works too!0 -
There will be a check box in each row, user can go and mark that line.
after that, what ever records have been marked, it should be printed.0 -
Please suggest if we do the CONTROL+F10
-
Please suggest if we do the CONTROL+F10
-
rajinivm wrote:There will be a check box in each row, user can go and mark that line.
after that, what ever records have been marked, it should be printed.
What is, if a other user opens the form and set his flags ;-) or are the datas temporary?
How to use Ctrl+F1 (marked?)
Behind your "Print" Button you do following:
setrange(YourFlagField,true);
REport.run(REportID,Rec);
setrange(YourFlagField);
with the Ctrl+F1 Option u need only the marked so:
markedonly(true);
Report.run(ReportId,Rec);
markedonly(false);
Also read the Application DEsigners Guide (search the forum and the downloadsection), to learn more about NAV programming.
RegardsDo you make it right, it works too!0 -
Thanks for your helps. Its working fine.
Regards,
Rajini0 -
no problem and welcomeDo you make it right, it works too!0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 117 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 333 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions