View RSS Feed

Development Team Blog

  1. Use of Runtime Data Source with Visual Report Writer

    One of the new features of Visual Report Writer version 2.0 will be support of a Runtime Data Source (RDS). A runtime data source is a virtual table that is defined during report definition while the data is supplied via integration. This opens the way to report of data that does not come from a "real" database. In this blog you will read how to make a report based on the filelist.

    Report Definition
    Start Visual Report Writer and press Ctrl+N for a new report (or choose New Report ...

    Updated 30-Apr-2012 at 12:53 AM by Vincent Oorsprong

    Categories
    Uncategorized
  2. Displaying Country Flags in a cDBCJGrid

    In september 2011 I published a blog about using other graphics in a cCJGrid class object. Today at the bi-monthly held drive-in support events in Germany hosted by Data Access Europe I was asked about how to do this with a database aware CodeJock based grid. With this short blog I will tell you how you can do this.

    Base
    For this blog I will be using a customer table that we also use for the Discovering Visual Report Writer book that is available from Data Access Europe. This ...