Add Your Blog | | Signup
GilbertAdjin Tech Blog · 1Y ago

Multicolumn Pictures Crystal Reports

Hello guys, its been a while since a posted something on this blog. I was working on this project where an item can have as many pictures as possible, as part of the requirement , a report was to be generated to show the item information and its pictures ( in a multicolumn way). Below [...]
0 Vote Up · Share
GilbertAdjin Tech Blog · 1Y ago

2010 in review

The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here’s a high level summary of its overall blog health: The Blog-Health-o-Meter™ reads Wow. Crunchy numbers The average container ship can carry about 4,500 containers. This blog was viewed about 23,000 times in 201
0 Vote Up · Share
GilbertAdjin Tech Blog · 1Y ago

CREATING PARAMETERIZED REPORTS WITH REPORTING SERVICES

In our previous post (http://gilbertadjin.wordpress.com/2010/07/05/reporting-with-reporting-services/) we went through how to create  reports with reporting services. In instances where you want to insert some records onto the reports which are not part of the data source, for example, inserting dat
0 Vote Up · Share
GilbertAdjin Tech Blog · 1Y ago

REPORTING WITH REPORTING SERVICES

Oh ok, so i don’t even need to worry downloading crystal reports for my Visual Studio 2010. Reporting services has been there for a while but did not bother to consider because I have been comfortable with crystal reports, but working on my first project with VS 2010 I had to, because was not seeing
0 Vote Up · Share
GilbertAdjin Tech Blog · 2Y ago

STORED PROCEDURE PROGRAMMING IN JAVA USING MYSQL

Some of the benefits of stored procedure programming are faster execution of sql statements and also preventing sql injection. So whenever the application logic of your application is data centric, it is better to use stored procedure. To access mysql stored procedure in your java application, you f
0 Vote Up · Share
GilbertAdjin Tech Blog · 2Y ago

BIRTHDAY PROMPT PROGRAM DESIGN

Have been trying to write a simple SQL statement that can select a list of people from a table based on their birthdates. Thus if you are within some set days to your birthday you will be among the list selected. I realized that, to get the query right, i had to test for some [...]
0 Vote Up · Share
GilbertAdjin Tech Blog · 2Y ago

CREATING SIMPLE HELP FILES IN JAVA

In this post, we are to discuss how to create help for your swing application using swing components. The idea is to create text file for each help file, the content can be formatted with html, then on click of a button you display a particular file in a panel. To make the panel (help [...]
0 Vote Up · Share
GilbertAdjin Tech Blog · 2Y ago

PROMPTING EXPIRY DATES OF PRODUCTS

In this post I’m writing about how to prompt users about the expiry dates of products without the use of any hardware (sensors). In this example, expiry dates are stored in the database and the user is prompted (based on configurable settings) that a product has some set days to expiry. A very big a
0 Vote Up · Share
GilbertAdjin Tech Blog · 2Y ago

DEVELOPING YOUR TECHNICAL CAREER

Hi developers or do i say hi programmers….., anyway hi all. One thing we have to know is that its not all about writing codes, testing application or doing the technical stuff that will help us improve our career. A lot is needed alongside;knowing how to mingle with your team, marketing your product
0 Vote Up · Share
GilbertAdjin Tech Blog · 2Y ago

CRYSTAL REPORT USING DATABASE TABLES AS DATASOURCE

Crystal reports can be created in .Net applications with different data sources including using database tables, stored procedures, typed datasets and also without a data source. In this article we are going through how to create a crystal report for the first time using database tables as the datas
0 Vote Up · Share
More Stories