Code Comments
Programming Forum and web based access to our favorite programming groups.I have Googled this group on this subject but any info seemed to be older posts. I'm hoping for some newer information. We use RM Cobol, Relativity, and SCO. Thanks for any suggestions.
Post Follow-up to this messageShawn Belt wrote: > I have Googled this group on this subject but any info seemed to be > older posts. I'm hoping for some newer information. > > We use RM Cobol, Relativity, and SCO. > > Thanks for any suggestions. We wrote our own. Not perfect, but users can: Decide what goes on a "line," including calculations (i.e., on-hand x retail) Filter the input (i.e., on-hand < 0 and current sales > 0 and vendor = "xyz"). Filter can include calculations. Select the order of output (sort on any field), with three levels of sorting, ascending or descending Select field for sub-total breaks Select destination: Screen, printer, or file If file, text, tab, CSV, or other. Select name and destination. Then, just to make it fair, let them assign a name to the report and use it again in the future. We haven't gussied-up the printed report - it's pretty vanilla. No sense going overboard. Some ideas anyway.
Post Follow-up to this message"Shawn Belt" <sbelt@dpcsystems.com> wrote in message news:id00e15iq5jsgs08vck68gi5kvf4vljv1d@ 4ax.com... >I have Googled this group on this subject but any info seemed to be > older posts. I'm hoping for some newer information. > > We use RM Cobol, Relativity, and SCO. > > Thanks for any suggestions. Crystal Reports. Brilliant for any relational DB and more besides... I believe it runs on your platform but you'd need to check... Pete.
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.