RE: [U2] Paragraphs and procwrite

2009-05-26 Thread David A. Green
Roy if possible I would reengineer using UniBasic as the driver program calling other programs and paragraphs. Thanks, David A. Green www.dagconsulting.com (480) 813-1725 -Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of

Re: [U2] UV BASIC Flowing Charting Tools

2009-05-26 Thread dennis bartlett
I like FusionCharts. Their free download is fantastic - really simple to use. Comes with sample code in a zillion languages. One creates xml files from the data, placing the files in the correct directory (that you can set) and executing the relevant file.. very pretty stuff 2009/5/25 Steve

RE: [U2] pcl imaging question...

2009-05-26 Thread Horacio Pellegrino
In Windows you can do file-print and then select print to file. There you most likely get a good PCL. -Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Mac Bhyat Sent: Monday, May 25, 2009 1:03 AM To:

RE: [U2] pcl imaging question...(clarification)

2009-05-26 Thread George Gallen
Thank you to all for the program suggestions for converting an image to PCL (or PS). That's not my question. Say I've converted an color image to PCL. It produces PCL code meant for a color printer. Great. Now for the part that I'm looking for do. How would I then take that PCL code (color), and

RE: [U2] pcl imaging question...(clarification)

2009-05-26 Thread Bob Rasmussen
On Tue, 26 May 2009, George Gallen wrote: ... I guess I'm looking for information on how to convert the color to bw, what does the driver do to achieve this? It's not something per say that I want to actually write code to dowhat want to understand what the driver is doing. suggestions

RE: [U2] pcl imaging question...(clarification)

2009-05-26 Thread Glen Batchelor
If you can get the original document in Postscript format you can generate grayscale PCL, PS, or PDF using Ghostcript. PCL3: gs -sDevice=pcl3 -sColorModel=Gray -sOutputFile=/tmp/mynew.pcl /tmp/mydoc.ps Anything outside of that is a lot of scripting and content mangling. The free pcl2ps script

RE: [U2] UV BASIC Flowing Charting Tools

2009-05-26 Thread Tony G
The trick isn't creating charts, or pretty ones. The trick is to create a flowchart from BASIC which shows Calls and Includes (one kind of report), or files and fields used (another kind of report). You can take it further and trace Exceutes, procs, paragraphs, etc. All of those report types

RE: [U2] pcl imaging question...(clarification)

2009-05-26 Thread George Gallen
-Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2- us...@listserver.u2ug.org] On Behalf Of Glen Batchelor Sent: Tuesday, May 26, 2009 3:55 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] pcl imaging question...(clarification) Try searching for

[U2] Best algorithm for UV part files

2009-05-26 Thread Baker Hughes
Does anyone have an opinion about the best algorithm to use for UV distributed files? The goal is ease of moving the records in the distributed files to other files. There may be other criteria by which to gauge the best DF strategy, but in this case I'm just working with restored archive

RE: [U2] UV BASIC Flowing Charting Tools

2009-05-26 Thread Israel, John R.
I wrote something like this a while ago. It has a driver program that prompts for what you want (includes, calls, etc) and what program to start on, then calls the main external subroutine. This external subroutine recursively calls itself for each call and include. The trick to this is to

RE: [U2] pcl imaging question...(clarification)

2009-05-26 Thread George Gallen
Thanks for the info...Now to go from here -Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2- us...@listserver.u2ug.org] On Behalf Of Bob Rasmussen Sent: Tuesday, May 26, 2009 3:51 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] pcl imaging

RE: [U2] UV BASIC Flowing Charting Tools

2009-05-26 Thread Dan McGrath
I have a tool I wrote here that does this for your entire source repo. It creates a UD file and processes each source file, mapping out which subroutines the code calls and saves it as a record in the UD file. I then have several dictionary items, such as SHALLOW, DEEP, ISPROGRAM and TREE, which

Re: [U2] UV BASIC Flowing Charting Tools

2009-05-26 Thread Charlie Noah
Dan, I am sure I'm not the only one interested. Please do request permission to release it. John Israel said he'd written one, but it must be internal to his company, too. I can't find any reference to it, or to Brian Leach's program on the internet. I would be interested in

RE: [U2] UV BASIC Flowing Charting Tools

2009-05-26 Thread Steve Romanow
It would be nice if we could make something SB+ aware also. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] UV BASIC Flowing Charting Tools

2009-05-26 Thread Norman Bauer
I would also love to use it. Brian has a program that essentially does this, however in the economic times we are in now my CEO told me if it does not directly translaye into improveing the bottom line I can not authorize it. If I get time in the next year I may write something and release it,

[U2] UD: Telnet Login data on Windows

2009-05-26 Thread Bill Haskett
Does anyone know why the UniData users, defined via UniAdmin, are located in the Windows registry instead of in the DBMS? How does one access the information? Thanks, Bill Haskett Advantos Systems, Inc. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe