Search results

  1. D

    Reporting Framework suggestions

    I'd like to automate the generation of reports, except for the UI (for report options). Is anyone aware of some code or framework that uses dynamic buffers and queries to build the results in a temp table, and a second piece that takes those results and outputs them into dynamic frames? We...
  2. D

    Retrieving strings from r-code

    I am trying to view the CVS version of r-code. In the source code I define a variable, that is auto-expanded by CVS. For example: def var cvs{&sequence} as char no-undo init "$Id: ds-clog1.p,v 1.7 2005/08/15 14:12:57 dan Exp $". And when I look at the r-code with a text editior, I can see...
  3. D

    OOP tutorial? Framework?

    I work for a small software company and I'm trying to teach the owner about persistent procedures, event-driven programming, and OOP. Is there any sample code or a good tutorial available? Also, since most business database applications share similar functions within the GUI, are there any...
Top