15
Crystal Reports: Dynamic Images
2 Comments · Posted by Craig Buchanan in Crystal Reports, Technique
Use a conditional formula to dynamically change the location of a report’s image. (more…)
12
BusinessObjects SDK: Change a Universe's Data Connection
No comments · Posted by Craig Buchanan in Business Objects Enterprise, Programming, VB.Net
Change a Universe’s Data Connection without using the Universe COM SDK. (more…)
12
BusinessObjects SDK: Copy one InfoObject's File to Another InfoObject
No comments · Posted by Craig Buchanan in Business Objects Enterprise, Programming, VB.Net
Use the BusinessObjects SDK to copy files between two InfoObjects. This is useful when the source is a ‘template’ object (e.g. Crystal Report) that will be deployed to one or more targets. (more…)
5
SQL Server: Date Arithmetic
No comments · Posted by Craig Buchanan in Programming, SQL, SQL Server, Technique
Useful, dynamically-generated dates for SQL Server. (more…)
Date · Programming · SQL · SQL Server · T-SQL
8
Crystal Reports: FractionToDecimal() Function
No comments · Posted by Craig Buchanan in Crystal Reports, Functions, Programming
Converts a fractional value in the format of Numerator/Denominator or Whole + Numerator/Denominator to a decimal value.
(more…)
9
Crystal Reports: Strategy to Localize a Report (labels)
1 Comment · Posted by Craig Buchanan in Business Objects Enterprise, Crystal Reports, Programming, Technique
Create a Crystal Report that dynamically recalculate its labels based on the Workstation’s localization settings.
Business Objects Enterprise · Crystal Reports · Localization
1
Adobe Acrobat – Printing Legal Landscape Documents
No comments · Posted by Craig Buchanan in Adobe Acrobat, Crystal Reports
By default, Adobe Acrobat Reader will scale a landscape-oriented, legal-sized document to letter-sized paper. Fortunately, this scaling can be easily removed.
9
Crystal Reports: Array_PushEx() Function
2 Comments · Posted by Craig Buchanan in Crystal Reports, Functions, Programming
Add a unique string value to an array of string values. Uses the delimiter to convert the value into an array. (more…)
9
Crystal Reports: Array_Push() Function
No comments · Posted by Craig Buchanan in Crystal Reports, Functions, Programming
Add a string value to an array of strings, only if string value hasn’t already been added to the array. (more…)
9
Crystal Reports: Array_Contains() Function
No comments · Posted by Craig Buchanan in Crystal Reports, Functions
Determines if a string value is contained in an array of strings.
(more…)
