RE: [U2] Uniobjects hack

2005-05-27 Thread Bill Haskett
Richard: Am I accurate in thinking Pick __USED__ to have file level security but it doesn't exist in the U2 products because, it was always said, the O/S takes care of security (aka: we don't need no stinkin file level security)! Perhaps, having dbms security isn't such a bad idea after all. :-)

RE: [U2] Uniobjects hack

2005-06-01 Thread Bill Haskett
JayJay: Neither one of these verbs are invoked if someone logs onto an account and goes directly to TCL (no menu desired). For instance, one creates a UO account with Q-Pointers, ON.ABORT, and a few other things to allow extraction of data. :-) The two functions you refer to are accessed, I

RE: [U2] Printing from UniVerse

2005-06-06 Thread Bill Haskett
Charlie: It's funny you should raise Microdata. I was taught to never use EQUATEs unless I wanted to create a relationship between both sides of the equation. e.g I'd use the following: EQUATE APFILE$CUSTDATE TO APFILEREC(1) This would allow me to manipulate either side of the equate and know

RE: [U2] Recommendations for reporting tools

2005-06-06 Thread Bill Haskett
Clif and David: Don't let the Raining Data price fool you. Mv.NET will offer the same thing for a ___LOT___ less! I'm testing out SQL Reporting services using ODBC and it works nicely. At this point it's free. I'm going to be testing it with OleDB shortly. Still, at this point it's free or,

RE: [U2] Best practice for Sequential IDs using TRANSACTION START COMMIT/R...

2005-06-14 Thread Bill Haskett
Charlie: I wonder if the same issue (transactions don't release record locks until they're committed) applies to the LOCK/UNLOCK statement? Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 4:25

RE: [U2] Best practice for Sequential IDs using TRANSACTION START COMMIT/R...

2005-06-16 Thread Bill Haskett
IDs using TRANSACTION START COMMIT/R... From: Bill Haskett I wonder if the same issue (transactions don't release record locks until they're committed) applies to the LOCK/UNLOCK statement? No, those are independent of transactions. So could they be leveraged for the question posed

RE: [U2] Best practice for Sequential IDs using TRANSACTION START COMMIT/RO...

2005-06-16 Thread Bill Haskett
Charles: No, you guys aren't the only ones. This is a pretty miserable hole in the mvDbms functionality. However, since we've been writing this stuff for years the routines are already built to solve our problems. I just didn't know TRANSACTION bracketing was going to break them. Unknowns

RE: [U2] Best practice for Sequential IDs using TRANSACTION START COMMIT/RO...

2005-06-16 Thread Bill Haskett
Clif: Since I've been in both the accounting and information systems fields for over 25 years, I can't say as I understand the term ...non-information content, sequentially assigned, record counter. I'm sure it doesn't mean what I think it does as I've found sequential counters to be an

RE: [U2] Best practice for Sequential IDs using TRANSACTION START COMMIT/R...

2005-06-16 Thread Bill Haskett
Charles: But this doesn't solve the problem of missing sequence numbers if the TRANSACTION doesn't commit. :-( Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett Sent: Thursday, June 16, 2005 11:57 AM To: u2-users

RE: [U2] Best practice for Sequential IDs using TRANSACTION START COMMIT/R...

2005-06-16 Thread Bill Haskett
Charles: But this doesn't solve the problem of missing sequence numbers if the TRANSACTION doesn't commit. :-( Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett Sent: Thursday, June 16, 2005 11:57 AM To: u2-users

RE: [U2] Best practice for Sequential IDs using TRANSACTION START COMMIT/R...

2005-06-16 Thread Bill Haskett
Charles: But this doesn't solve the problem of missing sequence numbers if the TRANSACTION doesn't commit. :-( Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett Sent: Thursday, June 16, 2005 11:57 AM To: u2-users

RE: [U2] Best practice for Sequential IDs using TRANSACTION START COMMIT/R...

2005-06-16 Thread Bill Haskett
Charles: But this doesn't solve the problem of missing sequence numbers if the TRANSACTION doesn't commit. :-( Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett Sent: Thursday, June 16, 2005 11:57 AM To: u2-users

RE: [U2] Best practice for Sequential IDs using TRANSACTION START COMMIT/R...

2005-06-17 Thread Bill Haskett
Charles: But this doesn't solve the problem of missing sequence numbers if the TRANSACTION doesn't commit. :-( Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett Sent: Thursday, June 16, 2005 11:57 AM To: u2-users

[U2] @variable for add/delete flags

2005-12-19 Thread Bill Haskett
Does either of the U2 products have an '@' variable to identify if the @RECORD read into a trigger program is a new record or a record being deleted? Thanks Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] UniData create file

2005-12-19 Thread Bill Haskett
Syntax CREATE.FILE [DICT | DATA] [DIR | MULTIFILE | MULTIDIR] filename [,subfile] [modulo [,block.size.multiplier]] Can anyone help me with the correct syntax? Thanks. Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA) --- u2-users mailing list u2

[U2] UniData create file

2005-12-19 Thread Bill Haskett
Whew. I figured it out. The key was to create a DICT only file, then change the 1st attribute from F to LF, then I can create the data files by: CREATE-FILE MULTIFILE PATCHES,BP 11,4 Sometimes life is good during these pesky conversions. :-) Bill --- u2-users mailing list

[U2] T-DUMP

2005-12-22 Thread Bill Haskett
to any file (including path) we want; so UniAdmin knows how to define and assign (or assign and attach) a Windows file path. Can anyone tell me how to define and assign a virtual tape file so I can T-DUMP from UV and T-LOAD onto UD? As always, I appreciate any help anyone can offer. :-) Bill

RE: [U2] T-DUMP

2005-12-22 Thread Bill Haskett
would be more inclined to write a routine to create a delimited text file, then compress the file, ftp to and uncompress it on the UD machine, then reverse the process... Just my two (or less) bits. Karl quote who=Bill Haskett I posted this once before and have checked

RE: [U2] T-DUMP

2005-12-25 Thread Bill Haskett
Kate: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kate Stanton Sent: Saturday, December 24, 2005 6:50 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] T-DUMP Is there any reason why you can't make a DOS (UV type 19) file out, move it

[U2] UniData phrases

2005-12-26 Thread Bill Haskett
. In addition, it works fine in UD if I enter LIST BP ID-SUPP BP.NAME BP.MDATE BP.DESCW TOTAL BP.SIZE. Does anyone know what I missed? Then again, maybe it's just late and I'm fumbling with the use of those brutal, outdated tools. :-) Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944

RE: [U2] UniData phrases

2005-12-26 Thread Bill Haskett
PROTECTED] Behalf Of Bill Haskett Sent: Monday, December 26, 2005 02:34 To: u2-users@listserver.u2ug.org Subject: [U2] UniData phrases I've built a phrase in UniData PE v7.1, besides the standard @UQ phrase. The phrases look like: @ID TYP LOC. @UQ

[U2] UD: Named common

2005-12-26 Thread Bill Haskett
Is it true UniData named common cannot have a label longer than 7 characters? Is this a paleozoic joke or is it a PICK basic type thing? Onward Upward. :-) Thanks. Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] UD: Named common

2005-12-27 Thread Bill Haskett
the requirement, and moved the 'unique' attributes to the FRONT of the common block labels. DW -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett Sent: Monday, December 26, 2005 9:05 PM To: u2-users@listserver.u2ug.org Subject: [U2] UD

RE: [U2] UniData phrases

2005-12-27 Thread Bill Haskett
PROTECTED] On Behalf Of Bill Haskett Sent: Monday, December 26, 2005 3:44 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] UniData phrases Allen: I tried that. I copied @WIDE to WIDE. Even closed my telnet session and restarted UD. Logged back on and tried: LIST BP WIDE

RE: [U2] UD: Named common

2005-12-27 Thread Bill Haskett
Of course, programs won't compile in PICK mode if the label exceeds 7 characters. :-) Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Wolverton Sent: Tuesday, December 27, 2005 4:58 AM To: u2-users@listserver.u2ug.org Subject: RE:

RE: [U2] UD: Named common

2005-12-28 Thread Bill Haskett
Kevin: You're correct that it's pretty easy to work around this problem...yes they're in an include. But, IMHO of course, the analysis that it's no big deal is slightly off the mark. When we went from 300 baud to 1200 baud then to 4800 baud then to 9600 baud all of us, well most of us anyway,

RE: Re[2]: [U2] UD: Named common

2005-12-28 Thread Bill Haskett
:-) Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Tod Sigafoos Sent: Wednesday, December 28, 2005 7:56 AM To: Bill Haskett Subject: Re[2]: [U2] UD: Named common Bill, real programmers don't compile in PICK mode .. or use

[U2] [UV] Sharing a network directory

2005-12-31 Thread Bill Haskett
shared network resources without UV/NET. Hope this helps somebody. :-) Bill Haskett --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] [UD] Is a file opened?

2006-01-01 Thread Bill Haskett
How can I tell if a file is open in UniData (in ECLTYPE P)? I've tried the UNASSIGNED() function and this doesn't work under certain conditions. For instance, in some code I want to open a file if it already isn't opened. Normally I'd do the following: COMMON FileVariable (or COMMON /FILES/

[U2] [UD] How to determine the File Name within a dictionary called Subroutine

2006-01-06 Thread Bill Haskett
, in UniData? Since the same code runs on U2 and D3 I'd like to keep this business rule in the subroutine, that can be used by both. Thanks, any help would be appreciated. Bill Haskett --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] [UD] How to determine the File Name within a dictionary called Subroutine

2006-01-06 Thread Bill Haskett
the File Name within a dictionary called Subroutine try @FILE.NAME -Original Message- From: Bill Haskett [mailto:[EMAIL PROTECTED] Sent: Friday, January 06, 2006 4:04 PM To: u2-users@listserver.u2ug.org Subject: [U2] [UD] How to determine the File Name within a dictionary

RE: [U2] [UD] How to determine the File Name within a dictionary called Subroutine

2006-01-09 Thread Bill Haskett
] On Behalf Of Bill Haskett Sent: Friday, January 06, 2006 2:04 PM To: u2-users@listserver.u2ug.org Subject: [U2] [UD] How to determine the File Name within a dictionary called Subroutine As I trudge along with a client conversion I've noticed a difficulty using @FILENAME within a BASIC

[U2] [UD] Active select list in BASIC

2006-01-13 Thread Bill Haskett
screen. If I enter [Q] to quit, the program aborts, never prints the exit message, and I'm left at TCL with the list active (a '' prompt). This is not at all what I expected, and after several hours of research I can't find anything close to a resolution. Any help would be appreciated. Bill

RE: [U2] [UD] Active select list in BASIC

2006-01-13 Thread Bill Haskett
command i.e. PRINT @(-1) or if you don't want to clear the screen just do a DMY = @(-1), or issuing BPIOCPN command. Thanks, David A. Green DAG Consulting -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett Sent: Friday, January 13

RE: [U2] [UD] Active select list in BASIC

2006-01-13 Thread Bill Haskett
controls that (I think it's K) but I don't think it returns a default list that has been partially used. The numbered select lists 1-10 (not 0) are persistent like that though. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett Sent

[U2] [UD] Deleting saved lists

2006-01-17 Thread Bill Haskett
this peculiarity. As always, many thanks. Bill Haskett --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] [UD] Deleting saved lists

2006-01-17 Thread Bill Haskett
Hi, On 1/17/06, Bill Haskett [EMAIL PROTECTED] wrote: I was trying to delete multiple lists on UD PE v7.1 in Pick mode from the command line and it seems to only delete the last list. :DELETE.LIST BILL BILL1 Why not select the SAVEDLIST file with a LIKE clause and then once you

RE: [U2] [UD] Active select list in BASIC

2006-01-18 Thread Bill Haskett
my comments strictly to the differences between P and U modes. :-) Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Preece Sent: Tuesday, January 17

[U2] [UD] list output when captured

2006-01-18 Thread Bill Haskett
in the future? As always, thanks. Bill Haskett --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] [UD] Referencing remote file directly

2006-01-18 Thread Bill Haskett
I can't find the old discussions of this but can one reference a remote file directly in UniData. For instance, can I: :LIST D:\IBM\ud71\sys\VOC instead of needing a link like: 001 F 002 @UDTHOME\sys\VOC 002 @UDTHOME\sys\D_VOC ? Any help would be appreciated. :-) Bill Haskett Advantos

RE: [U2] [UD] Referencing remote file directly

2006-01-19 Thread Bill Haskett
mentioned as one of the differences. I assume you'ved used indexinfocus to search? From: Bill Haskett [EMAIL PROTECTED] Reply-To: u2-users@listserver.u2ug.org To: u2-users@listserver.u2ug.org Subject: [U2] [UD] Referencing remote file directly Date: Wed, 18 Jan 2006 20:57:32 -0800 I

RE: [U2] [UD] Referencing remote file directly

2006-01-19 Thread Bill Haskett
I think not. This is often mentioned as one of the differences. I assume you'ved used indexinfocus to search? From: Bill Haskett [EMAIL PROTECTED] Reply-To: u2-users@listserver.u2ug.org To: u2-users@listserver.u2ug.org Subject: [U2] [UD] Referencing remote file directly Date: Wed

RE: [U2] [UD] list output when captured

2006-01-19 Thread Bill Haskett
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett Sent: Wednesday, January 18, 2006 5:20 PM To: u2-users@listserver.u2ug.org Subject: [U2] [UD] list output when captured I've got a simple scroll routine that parses the output from a LIST or SORT

RE: [U2] [UD] list output when captured

2006-01-19 Thread Bill Haskett
not seen this before) or will I just have to be careful in the future? As always, thanks. Bill Haskett --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] [UD] Referencing remote file directly

2006-01-19 Thread Bill Haskett
Preece Sent: Thursday, January 19, 2006 4:43 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UD] Referencing remote file directly Hi Bill From: Bill Haskett [EMAIL PROTECTED] Reply-To: u2-users@listserver.u2ug.org To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UD] Referencing

RE: [U2] [UD] list output when captured

2006-01-19 Thread Bill Haskett
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett Sent: Friday, 20 January 2006 8:15 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UD] list output when captured David: Thanks...because I need the heading. :-) A SCROLL program takes the results

RE: [U2] Difference between IBM Universe and IBM UniData

2006-01-20 Thread Bill Haskett
Kevin: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin King Sent: Friday, January 20, 2006 6:17 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Difference between IBM Universe and IBM UniData [snipped] You said: 2. The editor is

RE: [U2] [UD] list output when captured

2006-01-20 Thread Bill Haskett
. . . a really cool feature! When I futz with the width (which I shouldn't have to anyway) I'll break the application on D3; as most output will print 255 columns wide, which is not what the user wants. :-( Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA

RE: [U2] AE on UV

2006-01-20 Thread Bill Haskett
Using the latest release of UV PE on Windows I get (first time use) and the program can be edited. AE BP APMAINT AE 4.0-beta - first version for Universe; ported from Unidata. AE command: HELP ALL, or HA, displays online documentation. AE command: SPOOLHELP -BRIEF prints summary documentation.

RE: [U2] AE on UV

2006-01-20 Thread Bill Haskett
killing the telnet session. BobW -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett Sent: Friday, January 20, 2006 12:48 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] AE on UV Using the latest release of UV PE on Windows I get

RE: [U2] PROC question

2006-01-25 Thread Bill Haskett
Bob: Since the PROC buffer is getting trashed by the called PROC change the menu PROC to a more suitable format like: PQ 10 C Top of Main Menu RI RO OA number of lines that display the available menu choices ... OEnter choice + IP: IF # A X IF A = 1 GO 100 ... IF A = 99 GO 990 O O That is not a

[U2] [UD] Best practices

2006-01-27 Thread Bill Haskett
and was forced to clean up the field names. So, hopefully, this won't be an issue in the future. Any thoughts. Bill Haskett --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] [UD] T-LOAD

2006-01-27 Thread Bill Haskett
with the no_rewind_driver option but that doesn't seem to be what I'm looking for. Can anyone tell me how to T.LOAD multiple files on UniData, or is there some issue with D3 T-DUMPs that is causing the problem? Thanks, Bill Haskett --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit

RE: [U2] [UD] T-LOAD

2006-01-27 Thread Bill Haskett
a couple of programs (I think they're about 3-4 programs) that do the spooler stuff and I know U2 does it different. If you have some tools to help with spooler conversion to U2 I'd be interest in hearing about if off-line. Thanks again for all your help. :-) Bill Haskett Advantos Systems, Inc

RE: [U2] [UV] Trouble starting logs on Win Server 2003

2006-01-30 Thread Bill Haskett
Clif: I wonder if the log service is started (or on automatic). What happens if you configure the logs to write to D:\... instead of C:\perflogs. Are you starting the logging properly. I just did a quick 5 minute log on our system and had no problems. Bill -Original Message-

RE: [U2] Newbies need love too

2006-02-01 Thread Bill Haskett
Wendy: Do you think it'd be a good idea to put a Getting Started link to this page on the main page, or did I miss it? :-) Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wendy Smoak Sent: Wednesday, February 01, 2006 6:27 AM To:

RE: [U2][UV] Universe and SQL Server

2006-02-02 Thread Bill Haskett
Nick: I wonder how well an ODBC linked table can scale? Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Cipollina Sent: Thursday, February 02, 2006 1:41 PM To: u2-users@listserver.u2ug.org Subject: [U2][UV] Universe and SQL Server

RE: [U2] Unidata XML

2006-02-06 Thread Bill Haskett
Well, so U2 is having the same problems with casing the rest of us do when interfacing with outside systems. It never ceases to amaze me that some believe Help, HELP, and help __SHOULDN'T__ mean the same thing. I can always tell I'm accessing a unix web server when I try to access a directory,

[U2] Passed argument in Subroutines

2006-02-06 Thread Bill Haskett
, I resolve the program by changing the code to pass different variables, as arguments, to the called subroutine. :-) Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA) --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit

RE: [U2] Passed argument in Subroutines {Unclassified}

2006-02-06 Thread Bill Haskett
and the subroutines. Constants are passed to subroutines by value. Maybe D3 has the opposite default? HTH Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett Sent: Tuesday, 7 February 2006 12:14 To: u2-users@listserver.u2ug.org

[U2] [UD] Break-on

2006-02-07 Thread Bill Haskett
-64,729.34 9900 -925.00 3 records listed. I've been fiddling with this for quite a while and am obviously missing something. Can anyone help. Thanks. Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA) --- u2-users mailing list u2-users

RE: [U2] [UD] Break-on

2006-02-08 Thread Bill Haskett
57,482.04 9900-64,729.34 9900 -925.00 3 records listed. I've been fiddling with this for quite a while and am obviously missing something. Can anyone help. Thanks. Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA) --- u2

[U2] [UD] backups

2006-02-09 Thread Bill Haskett
something like a SEL-RESTORE? As always, thanks. Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA) --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] [UD] backups

2006-02-10 Thread Bill Haskett
Ken: Thank you very muchntbackup, here I come. :-) Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Wallis Sent: Thursday, February 09, 2006 8:31 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UD] backups Bill Haskett

RE: [U2] [UD] backups

2006-02-10 Thread Bill Haskett
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett Sent: Friday, February 10, 2006 9:52 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UD] backups Ken: Thank you very muchntbackup, here I come. :-) Bill

RE: [U2] Equivalent of CREATE.ACCOUNT and UV.ACCOUNT in unidata

2006-02-13 Thread Bill Haskett
Pankaj: According to the UniData manuals this is how accounts are created on Windows: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - There are three steps required to create a UniData account: 1.Use the MS-DOS mkdir command to create the directory that will house the account. The

RE: [U2] [u2][ud] Poor select performance

2006-02-17 Thread Bill Haskett
2006 :CLEARSELECT SELECT list number 0 cleared. :COUNT GLPOST 870114 records counted. So, your milage may vary. Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

[U2] [UD] type-ahead buffer

2006-02-23 Thread Bill Haskett
Can the UniData type-ahead buffer be turned off? I know INPUTCLEAR/CLEARINPUT will clear it but how can I turn it off so a session cannot type ahead? Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA) --- u2-users mailing list u2-users

RE: [U2] - Java - AJAX

2006-02-27 Thread Bill Haskett
Glen: You're a better man than I, being able to work with all these technologies! I've given up. People don't want what they say they want, nor do they want to minimize costs and maximize profit. Thanks to the educational system and current culture everything is now form over substance. :-)

RE: [U2] Changes to mail list configurations

2006-02-27 Thread Bill Haskett
David: I'm reminded of the building contractor who, when asked why there's no lock on the front and back doors, replies that none of the other doors in the house have locks on them...besides, you'll get used to it. It is a constant in the IT industry that we are all forced to overcome the lack

[U2] UD OCONV from dictionaries

2006-02-28 Thread Bill Haskett
, correctly, the following: DATE PD. The OCONV function converts an empty string to a field of five zeros (0). Is there a fix for this, or is 'MR%5' an invalid mask? As always, thanks. Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA) --- u2

[U2] UD dictionary order and deleting from a select

2006-02-28 Thread Bill Haskett
I have a couple of questions. My first one is how to get rid of the Do you want to ... (Y/N) question when using select lists. For example: 2 Dtademo (0)- SELECT DICT DTASCREENS = 2.1.2*] 1 records selected to list 0. 2 Dtademo (0) DELETE (or delete) DICT DTASCREENS Do you want to delete

RE: [U2] PCL extra page

2006-03-07 Thread Bill Haskett
Steve: This is almost always limited to HP printers. What normally happens is that a print job always begins with a form feed. When PCL preceeds this print job you get a string that looks like: Pcl commands : FF : Print job Then, when this string is sent to the printer, HP interprets Pcl

RE: [U2] PCL extra page

2006-03-07 Thread Bill Haskett
Reserved. part of the string. To do this, we were able to turn off the D3 created form feed completely (via TERM setting of formfeed delays to 0) and add a form feed to the end of the copyright text. Hopefully, I haven't missed the point completely. :-) Bill Haskett Advantos Systems, Inc

RE: [U2] check signature

2006-03-10 Thread Bill Haskett
Steve: I always view hardware solutions as preferable. Put a reusable font (or signature) on a chip, then call it with a font#. Troy has these that can be controlled by software. You can also have soft fonts that can be downloaded to a printer for a particular purpose, like a signature font.

[U2] [UD] Login

2006-03-10 Thread Bill Haskett
the manuals, I think, and can't find anything about this. Any help would be appreciated. :-) Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA) --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] [UD] password

2006-03-11 Thread Bill Haskett
Is it possible to either extract the Windows password, in order to compare with an entered string, or to verify the entered string with the Windows password? A client's application we're converting requires the user to reenter their password to run some sensitive processes. Any help would be

[U2] [UD] Determine path logged on users are in

2006-03-13 Thread Bill Haskett
) then give them the option to log them off. I'm not sure if this is possible in UniData. Any ideas would be appreciated. As always, thanks. :-) Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA) --- u2-users mailing list u2-users@listserver.u2ug.org

[U2] [UD] Triggers

2006-03-14 Thread Bill Haskett
. :-) Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA) --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] [UD] Trigger (singular)

2006-03-16 Thread Bill Haskett
trigger program)? Any enlightenment would be appreciated. :-) Bill Haskett --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] [UD] Trigger (singular)

2006-03-16 Thread Bill Haskett
) * **** **** ** E N D O F P R O G R A M ** **** **** * RETURN END Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360

RE: [U2] [UD] Triggers

2006-03-16 Thread Bill Haskett
David: Answers below. -Original Message- From: David Wolverton Sent: Thursday, March 16, 2006 11:36 AM To: 'Bill Haskett'; u2-users@listserver.u2ug.org Subject: RE: [U2] [UD] Triggers What was the driving force to move from D3 to UniData? According to our client: 1

RE: [U2] [UD] Triggers

2006-03-17 Thread Bill Haskett
Ken: ...Original Message... from Ken Wallis It sounds like you feel exactly the same about UniData as I did about D3 when I spent a few months contracting at a D3 shop - antiquated stuff, how can anybody work with this when xxx is so much better? Yea. There's a lot about D3 that wears on

RE: [U2] D3 to UD conversion

2006-03-17 Thread Bill Haskett
should be pretty straightforward. Colin sent me some instructions that I'd be happy to forward to you if you need them. Let me know if I can help. :-) Bill Haskett -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Wolverton Sent: Friday

RE: [U2] D3 to UD conversion

2006-03-17 Thread Bill Haskett
directly have been extremely kind and helpful, as has also, of course, been those who've posted publicly. Bill -Original Message- From: Dave Taylor [mailto:[EMAIL PROTECTED] Sent: Friday, March 17, 2006 7:04 PM To: Bill Haskett Subject: Fw: [U2] D3 to UD conversion Hi Bill

RE: [U2] [DC] Dynamic Connect, Ctrl V

2006-03-23 Thread Bill Haskett
Bill: In wIntegrate you would click on Setup Keyboard then click on the Alpha-numeric radio button in the Key List section. Scroll down to C_C, highlight it then make sure Ctrl and Macro are checked then in the Definition enter Invoke EditCopy. Do the same thing for the C_V key except enter

[U2] [UD] BASIC Footing statement

2006-03-23 Thread Bill Haskett
from a BASIC program. We've also set UDT.OPTIONS 7 ON to make sure pages aren't filled on the screen. Any suggestions would be appreciated. Thanks. Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA) --- u2-users mailing list u2-users

RE: [U2] [UD] BASIC Footing statement

2006-03-23 Thread Bill Haskett
2006 2 2148 197615 bill udt pts/2 192.168.1.101 08:36:05 Mar 23 2006 Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Rajkowski Sent

RE: [U2] UV 10 and Windows 2003 Mapped Drives

2006-03-23 Thread Bill Haskett
server. 3) Create an F item in the VOC that looks like: U2TEMP 0001 F 0002 Z:\Temp 0003 D_VOC This will allow UV to access shared network resources without UV/NET. Hope this helps. Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA

[U2] [UD] Setptr

2006-03-23 Thread Bill Haskett
; it even shows two separate hold entries. I only get one entry when I do this. Is this because I only have one printer on the Windows 2003 system? As always, thanks. Bill Haskett --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] [UD] Saved lists

2006-03-26 Thread Bill Haskett
but we can't put a trigger on a DIR file nor can we change the SAVEDLISTS file to an F type file. Any ideas would be appreciated. Thanks. Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA) --- u2-users mailing list u2-users@listserver.u2ug.org

RE: [U2] [UD] Saved lists

2006-03-27 Thread Bill Haskett
for SAVEDLISTS with virtual attributes calling the relevant FILEINFO for that list... Hope this helps, Anthony Corrente. --- Bill Haskett [EMAIL PROTECTED] wrote: In 1998 a client of ours, who we converted from D3 to UD, attached a trigger to D3's pointer-file (SAVEDLISTS) that keeps additional

[U2] [UD] Executing save-list

2006-03-28 Thread Bill Haskett
this? (ECLTYPE P) As always, thanks. Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA) --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] [UD] Executing save-list

2006-03-29 Thread Bill Haskett
Bruce: So, I'm guessing you're validating that the SAVE-LIST and SAVE.LIST (and probably SAVELIST) are all ignoring the local (VOC) file. I misstated, in my original mail, when I said the modified SAVE-LIST works from TCL because it doesn't; only the SL synonym works properly. Do you have any

RE: [U2] Xml/db

2006-04-04 Thread Bill Haskett
Gerry: Try chapter 8 of the UniData 6.1 New Features .pdf document. Maybe this will help a little. Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of gerry

[U2] UD UniDebugger

2006-04-04 Thread Bill Haskett
these programs? Any help would be appreciated. :-) Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA) --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] UD UniDebugger

2006-04-05 Thread Bill Haskett
logging in as someone who isn't a member of the admin or UniData group? Was the user recently added to the group? Sometimes it takes a while to take effect. hth Colin Alfke Calgary Canada From: Bill Haskett Speaking of UniDebugger, how does one

[U2] [UD] phantom processing

2006-04-05 Thread Bill Haskett
is started? My last question is where can I start runtime-error logs? The event logging in UniAdmin seems to refer me to the RFS logging and I haven't found out where logging is set up in the Documentation. Any help would be greatly appreciated. :-) Bill Haskett Advantos Systems, Inc

RE: [U2][UD] Logout/Logoff/? Udtno/Pid

2006-04-05 Thread Bill Haskett
(BadNos) END END Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Taylor Sent: Wednesday, April 05, 2006 6:13 PM To: u2-users@listserver.u2ug.org Subject

[U2] UD Indexes

2006-04-11 Thread Bill Haskett
to programatically manage? Are there others? As always, thanks. Bill Haskett Advantos Systems, Inc. www.advantos.net (760)944-5570 (CA) (360)923-4838 (WA) --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

  1   2   3   4   5   6   7   8   9   10   >