Show Output

Mike_B
Member Posts: 25
I am trying to use the SHOWOUTPUT function in a report
I only require to show the label for a specific company.
Can anybody tell me how to do this
Thanks
I only require to show the label for a specific company.
Can anybody tell me how to do this
Thanks
0
Comments
-
Put code:
currreport.SHOWOUTPUT( Companyname='your company name')
in presection trigger
You can't hide one label. You can hide all section
If you had one section ,must create another one based on previous with one more label. Then put code in both section:
1:
currreport.SHOWOUTPUT( NOT Companyname='your company name')
2:
currreport.SHOWOUTPUT( Companyname='your company name')0 -
I think i did not describe my problem the section i wish to print should be on the sales invoice for a specific customer.
Thanks
Mike0 -
Doesn't change a lot:
1:
CurrReport.SHOWOUTPUT(NOT ("Sell-to Customer No:"IN );
2:
CurrReport.SHOWOUTPUT("Sell-to Customer No:"IN );
Or create a boolean (or an option if you have more possibilities) in the customer card to show that section.
In the OnAfterGetRecord of the header, you have to get the customer (if this doesn't happen already).
1:
CurrReport.SHOWOUTPUT(NOT recCustomer."Show Label");
2:
CurrReport.SHOWOUTPUT(recCustomer."Show Label");Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 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
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 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