RE: [U2] UV: Anyone using dynamic connect with 'Wizard' 4GL

2004-06-04 Thread Björn Behr
We got ours to work just fine. NB!! Remember to save after every Step you do*. I will mark with -- I don't know why, but if we dont do this, it does not seem to work properly. To Save: FileSave Set up using the wizard as normal For Copy Paste choose: Use CtrlC and CtrlV For Back Page

[U2] Resizing files from dynamic to hashed.

2004-06-04 Thread André Nel
I have a fair amount of files that are currently dynamic files which I would like to change back to hashed files. The reason being is to see if it would impact positively on the performance of my machine. If I take the file below as an example, what would be the best way to determine 'a close

Re: [U2] Printer Question

2004-06-04 Thread Dave Walker
I really appreciate all the responses; I was asking for a colleague who didn't make the switch when the mailing list moved, and y'all certainly kept me busy forwarding mail yesterday! When I last touched base with him, he was working with the information Susan provided below (which is why I'm

Re: [U2] UV: Anyone using dynamic connect with 'Wizard' 4GL

2004-06-04 Thread Ian Renfrew
If required, create a copy of vt100.wit file for backup purposes and customize vt100 emulation characteristics to match that of UV/Term or the Wizard configurations. Regards, Ian Renfrew - Original Message - From: Joe Walter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June

RE: [U2] odbc 10.1 client keeps asking for a password.

2004-06-04 Thread Andy Moore
DISCLAIMER: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please delete it and notify the sender immediately. Please note that there is no guarantee

RE: [U2] Resizing files from dynamic to hashed.

2004-06-04 Thread Jeff Fitzgerald
Andre, Here's how I'd go about it: Modulo - The existing modulo (2644 in your example) is probably too small. You want to make sure you use a prime number. I'd plan on going a little large and then doing more analysis and another resize after converting. So I'd use the physical size divided by

RE: [U2] [UV] Resizing files from dynamic to hashed.

2004-06-04 Thread Stevenson, Charles
Andre, Be careful when looking at ANALYZE.FILE for dynamic files. The load modulo don't translate well for static files because of large records. The DUM example below is a dynamic file with 7 large records in it. The 7 ids pointers to the corresponding data's residence in OVER.30 easily

[U2] [OT]Postscript to a Laser on Dumb Term Aux Port

2004-06-04 Thread Anthony Dzikiewicz
I know there must be a way to do this. I thought Id ask so it would save a lot of aggravation. We have a bunch of dumb terminals (vt100 emulation) with printers attached to the printer port. Currently, we have Epson printers attached and are printing ascii text to a pre-printed form. I would

[U2] Debugging code with #INCLUDES

2004-06-04 Thread Mike Pflugfelder
I've got a customer that is having some problems debugging his Basic code. He started using the #INCLUDE statement to include code from other files. He's running the code with the TRAP option so that he gets dropped to the debugger on non-fatal errors. When the program encounters an error that

[U2] [OT]Postscript to a Laser on Dumb Term Aux Port

2004-06-04 Thread Donald Kibbey
This usually occurs when the printer is either not Postscript capable or has PCL mode turned on. If this is an HP type printer with the postscript card, make sure your first set of commands actually sent to the printer switch it over to postscript mode (which is nothing more than an ascii data

RE: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port

2004-06-04 Thread Anthony Dzikiewicz
I think you're right. I assumed that this is postscript printer. We have always used this with windows and could print postscript, but it is being converted. I guess I should start over with a real postscript printer and take it from there. Sorry for the trouble Anthony -Original

Re: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port

2004-06-04 Thread Karl L Pearson
Nice information, but, how would one switch back to PCL? For that matter, where did you get that information and is it on the internet somwhere? TIA, Karl On Fri, 2004-06-04 at 14:21, Ron White wrote: I don't have any specific knowledge of Epson printers but on HP you can cause the printer to

RE: [U2] [UV] Resizing files from dynamic to hashed.

2004-06-04 Thread Ray Wurlod
Use ANALYZE.FILE filename STATS to get the record (and group) sizes, and do the arithmetic on these. --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port

2004-06-04 Thread Louis Windsor
Try Googling for them. Here is a start:- http://www.laserjet.co.uk/manuals.htm Louis - Original Message - From: Karl L Pearson [EMAIL PROTECTED] To: u2-users [EMAIL PROTECTED] Sent: Saturday, June 05, 2004 5:25 AM Subject: Re: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port :