Re: [U2] [UD] Setptr

2006-04-11 Thread jjuser ud2
Hey there :) Regarding SETPTR... I'd like to store a currently logged-in user's printer settings (GETPTR?), change them for the output of a report(SETPTR), and then restore them (SETPTR again?). All of my previous attempts at this have been unsuccessful -- could somebody point me in the right

Re: [OT][U2] List dead ?

2006-04-11 Thread jjuser ud2
Hiya! I've been lurking around for a day or ten or twenty...I figured I'd jump in right about now! And let's not make it golf -- let's make it a waterpark. It's too hot down here in Florida to stand in the sun and chase things around open areas with little to no shade. ;) --JJ On 4/11/06,

Re: [U2] [UD] Setptr

2006-04-11 Thread jjuser ud2
settings, and execute. (Be sure to add BRIEF to the options so it doesn't display the new settings in your application (or wrap in 'hush', or capture to a dummy variable)). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jjuser ud2 Sent: Tuesday

Re: [U2] [UD] Setptr

2006-04-12 Thread jjuser ud2
This is the tact that I tried. It seems to work okay, until I put in the spooler options. If I put in spooler options, then my session gets disconnected. Is there a log of why this happens that I can view somewhere? On 4/11/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: jjuser ud2 [EMAIL

Re: [U2] [UD] Setptr

2006-04-12 Thread jjuser ud2
I'm going to repost in the SBS list since this seems to be moving toward that ;) On 4/12/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Since you are using SB+ you can call SH.PRINT.MANAGER. You can look in PRINT.DEFN for the current print setup before you change it or simply set PARAM = 'R'

Re: [U2] Sanctimoniousness never works (was List dead ?)

2006-04-13 Thread jjuser ud2
Things happen. You click the wrong button, you click the right button, you click the left button... No biggie, no need to yell at this man for clicking the OTHER button...move along and play nice, people. Clifton's not done anything to you, no need to hurl flames at the guy. Flame Friday (the

[U2] Re: [U2C] Reminder - SB+ Technical Web cast is just days away!

2006-04-18 Thread jjuser ud2
Great webcast! On 4/16/06, Laura Hirsh [EMAIL PROTECTED] wrote: Hey all, If youre using SB+ you might be interested in learning about upcoming features and how to better use some of the existing ones. If so, please be sure to join us at this weeks SB+ Technical Webcast. If you havent

Re: [U2] Windows UV host based printers

2006-04-28 Thread jjuser ud2
I've recently encountered host-based printer problems and had SEVERAL discussions with HP American tech support about this (no offense to the outsourcers out there, but it was helpful to have easy communication) and after we moved beyond the typical manual of HP answers, the higher tech support

Re: [U2] FW: On data models, data types and dangerous liaisons | The Register {Unclassified}

2006-07-24 Thread jjuser ud2
I would agree with it except for two things: I do believe that people will get attached to complex systems -- but I don't believe that the majority of people will be completely unwilling to apply other systems in new situations. The article makes it sound as if most readers will fall on one

Re: [U2] SB Personal Edition

2006-08-22 Thread jjuser ud2
They don't have it for personal use :( You have to use either the wIntegrate or Telnet if you don't want to shell out cash. On 8/22/06, James Canale, Jr. [EMAIL PROTECTED] wrote: Anyone know if there is a problem with the SB PE download on the IBM site? I have downloaded the latest SB PE

Re: [U2] Shorter link to mailing list subscription info?

2006-08-22 Thread jjuser ud2
http://tinyurl.com/6gfw7 On 8/22/06, Wendy Smoak [EMAIL PROTECTED] wrote: I remember asking once before... is there a nicer-looking link available for the mailing list info page, instead of: http://u2ug.org/index.php?module=ContentExpressfunc=displayceid=5bid=21btitle=Main%20Menumeid=14

[U2] Forcing a boolean comparison?

2006-09-20 Thread jjuser ud2
Good evening, In UniBasic, does a statement like: isTRUE=(TRUE12=Y) force a boolean comparison instead of an assignment, such that isTRUE is assigned a 1 or 0 as a value? --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Forcing a boolean comparison?

2006-09-20 Thread jjuser ud2
, jjuser ud2 wrote: In UniBasic, does a statement like: isTRUE=(TRUE12=Y) force a boolean comparison instead of an assignment, such that isTRUE is assigned a 1 or 0 as a value? Yes. The following outputs '2 0' X = 2 Z = (X = 3) PRINT X:' ':Z Jeff Butera, Ph.D. Administrative Systems Hampshire

[U2][UD] UniQuery SELECT WITH Limits

2006-09-25 Thread jjuser ud2
Hi hello how are ya :) Limits. The documentation I have for Using UniQuery says that you can only have 120 different with fields in a SELECT statement. I'm trying to select a series of non-contiguous numbers at random intervals to generate a select list. There are 251 of these numbers. Do I

Re: [U2][UD] UniQuery SELECT WITH Limits

2006-09-25 Thread jjuser ud2
Come to think of it...after I generate all three saved lists, is there a way to combine them into one list? Can I just rename the files in the SAVEDLISTS directory to be contiguous filenames? I'm pretty sure I can't, but I have to ask. On 9/25/06, jjuser ud2 [EMAIL PROTECTED] wrote: Hi hello

Re: [U2][UD] UniQuery SELECT WITH Limits

2006-09-25 Thread jjuser ud2
VERY helpful, thank you! :) Now how about those limits... On 9/25/06, John Hester [EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jjuser ud2 Sent: Monday, September 25, 2006 12:22 PM To: u2-users@listserver.u2ug.org

Re: [U2] Incubator proposal

2006-09-29 Thread jjuser ud2
Hmmm...sounds like responsibility to me. Something like... We have to consider requests from many potential users being met in a timely fashion and also that users whose requests do not get met in this timely fashion are free to broadcast dissatisfaction to the entire group. This unhappiness

Re: [U2] Oh for pity sake!

2006-09-29 Thread jjuser ud2
Crap...sorry about that! On 9/29/06, jpb [EMAIL PROTECTED] wrote: No apology necessary, it's nice to see that the board is being proactive. However, I don't think that only the developers should have access to the knowledgebase we in-house developers also need the information. Although we don't

Re: [U2][UD] UniQuery SELECT WITH Limits

2006-10-02 Thread jjuser ud2
there is a better way of doing what you want to do. Why don't you give us a little more detail as to what you are trying to do? Bruce M Neylon Health Care Management Group jjuser ud2 [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 09/25/2006 03:21 PM To u2-users@listserver.u2ug.org Subject [U2][UD] UniQuery

Re: [U2] Cron job creates many PH entrie

2006-10-05 Thread jjuser ud2
True, but phantoming avoids using a license. On 10/5/06, jpb [EMAIL PROTECTED] wrote: Why are you phantoming what is basically already a phantom (cron)? If you just run the program directly from cron instead of phantoming it then there will be no entry in the PH file. - Original Message

Re: [U2] VOCLIB and keeping VOC entries Short and Small, IM RM

2006-10-17 Thread jjuser ud2
So...this school of thought says that modulo 1 is a good thing, and that it forces files into memory. The question is -- is the school of thought speculation, or is it true? On 10/16/06, Ray Wurlod [EMAIL PROTECTED] wrote: Interestingly, at least in some flavors, you can do something similar

Re: [U2] Unidata Shared Memory Tuning Whitepaper

2006-11-27 Thread jjuser ud2
Is this sort of tuning something to worry about on the Windows version? If so...that whitepaper would be useful :) On 5/3/06, Michael H. Martel [EMAIL PROTECTED] wrote: Greetings! I'm trying to find a whitepaper on Shared Memory tuning in unidata. I know there used to be one, but I can't

[U2]UniData and Multithreading for udtsort.exe on Windows Server 2003

2006-12-22 Thread jjuser ud2
Happy Holidays people *:o) I have Windows Server 2003 Service Pack 1 and four slow processors(~700mhz) in a server. It is running Unidata 7.1. udtsort.exe caps out at 25% CPU usage -- it never exceeds this. Because there are four processors, this leads me to believe that it is completely

Re: [U2]UniData and Multithreading for udtsort.exe on Windows Server 2003

2006-12-28 Thread jjuser ud2
Anybody? On 12/22/06, jjuser ud2 [EMAIL PROTECTED] wrote: I have Windows Server 2003 Service Pack 1 and four slow processors(~700mhz) in a server. It is running Unidata 7.1. udtsort.exe caps out at 25% CPU usage -- it never exceeds this. Because there are four processors, this leads me

Re: [U2]UniData and Multithreading for udtsort.exe on Windows Server 2003

2006-12-30 Thread jjuser ud2
/ System/ CurrentControlSet/ Control/ SessionManager/ SubSystems/ Windows ; entry SharedSection Regards JayJay -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jjuser ud2 Sent: 28 December 2006 23:45 To: u2-users@listserver.u2ug.org Subject: Re: [U2]UniData

[U2] [sbs] Changing ReportWriter selection criteria

2007-01-25 Thread jjuser ud2
This is getting even more fun! :) When running a ReportWriter report and using the ability to recall saved selection criteria, I want to change the selection criteria used to pull up the saved selection criteria. After pressing F5 to recall, I get a prompt asking which record I'd like to

Re: [U2] [UV] SPOOLER

2007-01-25 Thread jjuser ud2
Perhaps the code could just monitor the print files and change ownership as they are generated from usd? On 1/25/07, Anthony Dzikiewicz [EMAIL PROTECTED] wrote: You might have to write some code to help manage this. I remember changing the permissions of the unix 'cancel' command so that

[U2] Re: [sbs] Changing ReportWriter selection criteria

2007-01-26 Thread jjuser ud2
I wouldn't have to edit the driver to achieve this effect, right? On 1/25/07, jjuser ud2 [EMAIL PROTECTED] wrote: This is getting even more fun! :) When running a ReportWriter report and using the ability to recall saved selection criteria, I want to change the selection criteria used to pull

[U2] Re: [sbs] Changing ReportWriter selection criteria

2007-01-29 Thread jjuser ud2
Anybody? Bueller? On 1/26/07, jjuser ud2 [EMAIL PROTECTED] wrote: I wouldn't have to edit the driver to achieve this effect, right? On 1/25/07, jjuser ud2 [EMAIL PROTECTED] wrote: This is getting even more fun! :) When running a ReportWriter report and using the ability to recall saved

Re: [U2] Re: [sbs] Changing ReportWriter selection criteria

2007-01-29 Thread jjuser ud2
at http://www.PrecisOnline.com/train.html. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jjuser ud2 Sent: Monday, January 29, 2007 10:11 AM To: u2-users@listserver.u2ug.org Subject: [U2] Re: [sbs] Changing ReportWriter selection criteria Anybody

Re: [U2] Index Rebuilding

2007-02-08 Thread jjuser ud2
Thank you for the information, Wally! :) Again, though, I'm on the hunt -- I like having references for my forgetful mind. Is there a piece of UniData documentation or online help that describes the ONLINE keyword in relation to BUILD.INDEX? It doesn't seem to show when I do a HELP

Re: [U2] UD Tandem

2007-02-08 Thread jjuser ud2
Did you ever find a way around this? On 8/19/06, Bill Haskett [EMAIL PROTECTED] wrote: Karl: Nope. Bill Haskett -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, August 18, 2006 10:56 AM To: u2-users@listserver.u2ug.org

Re: [U2] Search email archives

2007-02-20 Thread jjuser ud2
I don't understand. If the archive searching isn't working with this index-in-focus thing, why don't they change it on the website to one that DOES work? Doesn't anybody maintain u2ug.org? On 7/11/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: If people only searched the archives for answers

Re: [U2] Search email archives

2007-02-21 Thread jjuser ud2
the staff needed to keep up with improvements. IndexFocus, Nabble, and others freely help out by archiving. We didn't ask them to, but we appreciate it. You can help, too. - Charles Barouch jjuser ud2 wrote: I don't understand. If the archive searching isn't working with this index

Re: Spam:[U2] FILE EXPORT

2007-03-30 Thread jjuser ud2
I second that. On 3/30/07, Tom Dodds [EMAIL PROTECTED] wrote: I agree. Tom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jerry Sent: Friday, March 30, 2007 9:27 AM To: u2-users@listserver.u2ug.org Subject: Re: Spam:[U2] FILE EXPORT This is

Re: [U2] [AD] U2 Programmer needed in the Denver Area ASAP

2007-03-30 Thread jjuser ud2
Somebody is a little TOO EXCITED... ;) On 3/28/07, Andrew Brudwick [EMAIL PROTECTED] wrote: My name is Andy Brudwick! I am an IT recruiter for Professional Search and Placement here in Denver. I am alway's looking for good people in this arena! Feel free to call or email me if you are

Re: [U2] [AD] U2 Programmer needed in the Denver Area ASAP

2007-04-02 Thread jjuser ud2
Or Tiramisu...m :) On 3/30/07, Debster [EMAIL PROTECTED] wrote: Maybe too much Starbucks? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of jjuser ud2 Sent: Friday, March 30, 2007 4:34 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] [AD] U2

[U2][UD] Is it possible to resize a file to something smaller?

2007-04-20 Thread jjuser ud2
Or is it only possible to resize it to be larger? Would I need to create a blank file and simply select and copy the records from big file A to small file B, then resize small file B for appropriate growth? --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit

Re: [U2] UD Resize Dynamic Files

2007-05-07 Thread jjuser ud2
Hmm...where'd that better better committee go? On 5/4/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello. This is an irritation for us as well. Unidata resizes a dynamic file in the directory that it also resides, causing you to need alot of space to resize. TMPPATH would be nice or

[U2] [ud] convsecu

2007-08-24 Thread jjuser ud2
Does anybody have any information on the binary file included with Unidata called convsecu, and what should be done after it is run? --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] [ud] Question on Alpha Sorting...

2007-08-24 Thread jjuser ud2
Hmm...doing it programmatically...multi-dimensional array? DAVINCI,LEONARDO Doe,John Jesse,Sally becomes [1] [2] DAVINCI,LEONARDO DAVINCI,LEONARDO Doe,John DOE,JOHN Raphael,Sally RAPHAEL,SALLY And then you can sort by

Re: [U2] [ud] Question on Alpha Sorting...

2007-08-27 Thread jjuser ud2
Somebody try timing it with 10K names and let us know the speed differences :) On 8/27/07, Rex Gozar [EMAIL PROTECTED] wrote: David, In terms of which is better for sorting inside a program, working with in-memory strings should be faster than writing to disk. And with less than a thousand

Re: [U2] Tlnet error 1067

2007-08-28 Thread jjuser ud2
What operating system? On 8/27/07, Charles Barouch [EMAIL PROTECTED] wrote: Brenda, Certainly worth a look see. - Chuck Brenda Price wrote: My only glimmer of an idea is that it worked before I installed my software for dialup internet access (i.e.: EarthLink). Maybe it does

[U2] Telnet Errors

2007-08-28 Thread jjuser ud2
Hi there, Can somebody at least point me to the correct documentation for troubleshooting this error? It is given by the udtelnet service on RedHat Linux Enterprise 3. in file: udtelnetd-10709.log 09/04/2007 14:45:54 UniData telnet/SSL server started at Tue Sep 4 14:45:54 2007 09/04/2007

Re: [U2] Telnet errors

2007-09-18 Thread jjuser ud2
file in the unishared directory. Check out the docs on Configuring SSL for Telnet in the Administering UniData on UNIX manual. That can probably give you better guidance than can I! ;-) Drew jjuser ud2 wrote: Can somebody at least point me to the correct documentation

Re: [U2] UVTSORT config parameter

2007-09-18 Thread jjuser ud2
Is there any kind of equivalent to this on UniData? On 8/10/07, John Jenkins [EMAIL PROTECTED] wrote: Why was it made a switch ? (pass) -- Not all platforms supported the function but if it was not supported then it didn't use it regardless (naturally). It was fortunate that it *was* a

Re: [U2] UniVerse and Shadow copy on Windows 2003

2007-09-18 Thread jjuser ud2
These are all extremely informative and lovely pieces of information (no, that's not sarcasm):) With nice Unix information that can even be applied to Windows with some thought. However, I too am curious about the Server 2003 VSS (not *nix, sorry!). Running it cannot cause corruption to the

Re: [U2] Command Line

2007-09-18 Thread jjuser ud2
I see that this is the command line that was executed for one of my processes. Can anybody either explain the parameters to me, or point me to which document describes them? udt.exe UDTlServer.exe 208 192.168.10.182 0 0 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe

Re: [U2] UniVerse and Shadow copy on Windows 2003

2007-09-18 Thread jjuser ud2
*grin* I was kind of wondering even without transaction processing if it would let the file handle close or something of the sort to ensure the data finished writing. I don't know enough about the command, though. Do the two functions work the same in both database systems? On 9/18/07, David

Re: [U2] Unidata Query Optimizer Documentation

2008-05-14 Thread jjuser ud2
I'd also like some clarification on this topic, please. On Mon, Sep 10, 2007 at 9:53 AM, Kevin King [EMAIL PROTECTED] wrote: Bill: If you can find that document, I would appreciate it very much. My query at this point is not because it's working incorrectly, but rather to be able to offer a

[U2][UD] Index for @ID (IBM documentation)

2009-01-28 Thread jjuser ud2
Hi everybody, In the IBM publication Developing UniBasic Applications, Version 7.1, December 2006, it says on page 4-16 (page 93 in my PDF file): Tip: Create an index for @ID to speed access to data records. Seriously? Will that honestly speed things up in a file that has

Re: [U2][UD] Index for @ID (IBM documentation)

2009-01-28 Thread jjuser ud2
] On Behalf Of jjuser ud2 Sent: Wednesday, January 28, 2009 1:06 PM To: u2-users@listserver.u2ug.org Subject: [U2][UD] Index for @ID (IBM documentation) Hi everybody, In the IBM publication Developing UniBasic Applications, Version 7.1, December 2006, it says on page 4-16 (page 93 in my PDF

Re: [U2] PCL problem on U2

2009-05-20 Thread jjuser ud2
Also, whip out your hex editor and make sure the PCL is in the correct format. I've had to do that even when using the converter. Let us know how you finally get it to work. On Wed, May 20, 2009 at 2:29 PM, Colin Alfke alfke...@hotmail.com wrote: David; It looks like you're missing the

[U2] Conversion Documentation

2011-06-15 Thread jjuser ud2
Good afternoon, Which piece of documentation covers things like VARIABLEONE = VARIABLEL(#33) and VARIABLETWO = VARIABLER(%9) please? I can find OCONV documentation left and right, but I can't seem to find a reference that says what the equivalent of these statements is. I've used them in

Re: [U2] Conversion Documentation

2011-06-15 Thread jjuser ud2
Thanks ya'll :) On Wed, Jun 15, 2011 at 1:01 PM, David A. Green dgr...@dagconsulting.com wrote: FORMAT() David A. Green (480) 813-1725 DAG Consulting -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of jjuser

[U2] Variable Interpolation

2012-08-23 Thread jjuser ud2
Good afternoon, Does UniBasic have a way to do variable interpolation (without writing to a file, compiling it as a program, and calling it)? ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Variable Interpolation

2012-09-17 Thread jjuser ud2
, in the Pick world, English, could be taken as either! George -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of jjuser ud2 Sent: Monday, September 17, 2012 9:51 AM To: U2 Users List Subject: Re: [U2] Variable