TAG | Programming
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: 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…)
30
Visual Basic: Create a Sorted Collection
No comments · Posted by Craig Buchanan in Programming, Visual Basic
Create a sorted Visual Basic 6 collection that is similar to sorting an ArrayList in Visual Basic .Net.
26
SQL Server: MaximumDate() Function
No comments · Posted by Craig Buchanan in Programming, SQL Server
A SQL Server, scalar-value function that returns the greater of two dates. (more…)
26
SQL Server: MinimumDate() Function
No comments · Posted by Craig Buchanan in Programming, SQL Server
A SQL Server, scalar-value function that returns the lessor of two dates. (more…)
