This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

April, 2009

Security Restrictions for Command Forms

Guys One recent support request which came from a few friends of mine, is, when they try to login to GP, they get an error message “You do not have security access” and log them out of GP. I checked... (Continue reading)

SQL Code for GL Trial Balance

Guys Today, I just decided to post a simple code snippet to generate a detailed GL Trial Balance with reference to the various sub ledgers, including the multi-dimensional information. IF EXISTS ( SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[vw_GLTrialBalance]')... (Continue reading)

String Parser SQL Function

Guys The post I am making now, can be one from a very old school of thought, but is a recurring problem, which the developers face, day in and day out, as they write SQL scripts. It is about parsing... (Continue reading)