Re: [U2] XML and Accuterm

2005-08-26 Thread FFT2001
In a message dated 8/26/2005 8:42:36 AM Pacific Standard Time, [EMAIL PROTECTED] writes: the VB equivalent that you would use would be something like: Dim oXMLServer As Object Set oXMLServer = CreateObject(Msxml2.ServerXMLHTTP.3.0) The last example on the page shows how to send and

Re: [U2] XML and Accuterm

2005-08-25 Thread FFT2001
In a message dated 8/25/2005 12:41:26 AM Pacific Standard Time, [EMAIL PROTECTED] writes: VB including using standard Microsoft XML libraries which include methods for sending and receiving XML via HTTP Do you have example code where you do this? Thanks Will Johnson --- u2-users

Re: [U2] Port number

2005-08-25 Thread FFT2001
In a message dated 8/25/2005 4:28:30 AM Pacific Standard Time, [EMAIL PROTECTED] writes: Inside the VB app, I'd like to pick up the Unidata port number, but I can't suss out a way of picking it up via uniobjects for use in further processing write it out to C:/Temp/PortNumber or

Re: [U2] [UD] DISABLE.INDEX from BASIC

2005-08-25 Thread FFT2001
In a message dated 8/25/2005 6:09:05 AM Pacific Standard Time, [EMAIL PROTECTED] writes: Nope. Tried it with a couple different sessions and no change in behavior. delete index then create it again? Maybe the index is screwy from some craziness in the past. Will --- u2-users mailing

Re: [U2] XML and Accuterm

2005-08-25 Thread FFT2001
In a message dated 8/24/2005 10:26:39 PM Pacific Standard Time, [EMAIL PROTECTED] writes: have the client shell out, execute the function, return data to a local file, Do you have an example of how to execute a request like that in Windows or Unix and return the result to a local file?

Re: [U2] RE: free info - was XML and Accuterm

2005-08-25 Thread FFT2001
In a message dated 8/25/05 1:15:26 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: I stop short of providing detailed code sequences especially when there are (in this case) examples provided with AccuTerm itself and in their web forum. Actually I already asked Pete at Accusoft and he

Re: [U2] RE: free info - was XML and Accuterm

2005-08-25 Thread FFT2001
In a message dated 8/25/05 1:15:26 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: I know this is harsh. But every time I post a note like this somewhere I get flamed by some people for being a grouch Tony your public insulting is out-of-line. Thanks. Will Johnson --- u2-users

Re: [U2] XML and Accuterm

2005-08-25 Thread FFT2001
In a message dated 8/25/05 11:49:01 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: I've since been on the Accuterm site just to check what it can do. It does seem to have the capability to use VB object libraries and here's a URL link to a page on their site which goes into a lot of

Re: [U2] XML and Accuterm

2005-08-24 Thread FFT2001
Does someone have a code example where they are sending an XML request using Accuterm scripting ? Thanks Will Johnson --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] XML and Accuterm

2005-08-24 Thread FFT2001
In a message dated 8/24/05 1:04:59 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: An XML request for what? Can you give us an example of how you would use that? XML is just a blob of text so it's no different than any other text. Here is a name, look up this person's address, using

Re: [U2] [UD] DISABLE.INDEX from BASIC

2005-08-24 Thread FFT2001
In a message dated 8/24/05 3:59:23 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: I'll UPDATE.INDEX and do the LIST.INDEX again and it says the same thing again. Try logging off that session, then back on and try it again. It might work now. Maybe it holds an old pointer with the

Re: [Maybe spam] RE: [U2] Remove Scenario

2005-08-13 Thread FFT2001
In a message dated 8/12/2005 6:01:23 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: If you're walking through and you see a CUSTdotwhatever you *know* - or at least you *should* know, if you're at *that* level - that CUSTdotwhatever is, the CUSTomer record and whatever refers to a

Re: [Maybe spam] RE: [U2] Remove Scenario

2005-08-13 Thread FFT2001
In a message dated 8/12/2005 4:33:50 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: That begs the question. EQUATE the attribute number for a dynamic array (compiler replacement) or EQUATE the field for a dimensioned array, (alias concept). I've seen many examples of both but I think

Re: [Maybe spam] RE: [U2] Remove Scenario

2005-08-12 Thread FFT2001
In a message dated 8/12/2005 6:00:10 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: Thank you for clearing up the issue of using EQUATES. I was ready to pile on you along with Les Hewkin. We use EQUATES and live by what they describe. I have learned never to trust DICTS. The only

Re: [U2] Remove Scenario

2005-08-12 Thread FFT2001
In a message dated 8/12/2005 8:11:51 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: every so often X runs out of room and there has to be some sort of linking or remapping. (Recall we're talking about very large strings building up to 50,000 fields (was values).) So would it make

Re: [U2] New UV Accout VOC

2005-08-09 Thread FFT2001
In a message dated 8/9/2005 8:04:38 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: ED VOC FILENAME 1: F 2: FILENAME 3: D_FILENAME 3. Thus, further commentary would be appreciated. --Bill Bill these sorts of F pointers where attribute 2 is some short thing

Re: [U2] New UV Accout VOC

2005-08-08 Thread FFT2001
In a message dated 8/8/05 12:40:47 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: I copied NEWACC to NEWACC.BAK and then overwrote NEWACC with VOC and then ran UPDATE.ACCOUNT. Doing so did not work. A message came back saying... The following records appear in NEWACC but not

Re: [U2] File name of the RECORDS which are listed in LIST.READU output

2005-08-05 Thread FFT2001
In a message dated 8/4/2005 1:56:49 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: 2. Write a simple program to build your own register of inode numbers. You can do this with a loop based on the following I take Martin's idea one step further. I have a phantom, that every night rebuilds

Re: [U2] [UD] Can a pgm tell what started it?

2005-07-29 Thread FFT2001
In a message dated 7/29/2005 12:33:44 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: From within a UniBasic program, is there a way to determine what started it, i.e. a proc, a paragraph, or another UniBasic pgm? Take a look at @SENTENCE Will Johnson --- u2-users mailing list

Re: [U2] [UD] Can a pgm tell what started it?

2005-07-29 Thread FFT2001
In a message dated 7/29/05 11:07:27 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: That is what we are trying to do. In order to ensure that we don't break any existing programs or procs using COPY, our replacement needs to emulate the real COPY in all ways. We've covered all its uses

Re: [U2] [UV] Select Question

2005-07-27 Thread FFT2001
In a message dated 7/25/2005 11:38:53 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: The distinction with using an EOF variable is that it is not referenced, until the next READNEXT. Each new variable that is read into memory will push the EOF variable further to the back. This

Re: [U2] [UV] Select Question

2005-07-25 Thread FFT2001
In a message dated 7/25/2005 7:25:53 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: I started to use this syntax (ELSE ID = @AM) several years ago. It originated, I think, from the Advanced Pick Programming book, circa 1990. The theory went that if you used a separate variable,

Re: [U2] [UV] Select Question

2005-07-25 Thread FFT2001
In a message dated 7/25/2005 9:46:28 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: Just phrase it as I do things in a way that is safe, based on long experience, and consistent. Suddenly, it sounds downright conservative. I like that. How about also this tact 1) Do it my way, and

Re: [U2] THE variable names

2005-07-22 Thread FFT2001
In a message dated 7/21/2005 11:59:28 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: If you are unwilling to open your eyes and mind to new things (although REMOVE is not new), there is not much any of us can do. And I thought I was resistant to change. ;^) I don't think you've

Re: [U2] What is the opposite of FORM.LIST? (uv10)

2005-07-20 Thread FFT2001
In a message dated 7/20/2005 5:41:57 AM Pacific Daylight Time, writes: I tried using SAVE-LIST FILENAME ITEMNAME but it doesn't seem to work, the FILENAME in question is a type 30, and the help page says it needs to be a type 1 or 19. Is there a way to get this to work on a

Re: [U2] THE variable names

2005-07-20 Thread FFT2001
In a message dated 7/20/2005 6:40:38 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: You could select the IDs and READNEXT or REMOVE to process. Either is far faster than FOR/NEXT and extract. I've seen a 40 minute process reduced to 6 seconds (thanks Louis Nardozi) by changing to

Re: [U2] THE variable names

2005-07-19 Thread FFT2001
In a message dated 7/18/2005 2:21:26 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: lol - ok - not confusing ? I don't have the direct quote but i beleive you stated that remove still confuses you. Then you are mistaken. Remove does not confuse me. Remove unnecessarily confuses

Re: [U2] THE variable names

2005-07-17 Thread FFT2001
In a message dated 7/16/2005 11:51:40 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: after 20 years its still that confusing to you ? maybe I was wrong and you do fall into the group that i was bashing. i'd hate to have to deal with an auto mechanic, or any other 'professional' for

Re: [U2] THE variable names

2005-07-17 Thread FFT2001
In a message dated 7/16/2005 11:47:39 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: on another note - when I see some of these new functions like REMOVE - 'new' ? but that is really irrelevent, if one chooses not to use 'new' language features, that's his/her choice. but to advise

Re: [U2] [UV] Select Question

2005-07-15 Thread FFT2001
In a message dated 7/14/05 11:21:14 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: There can be a major problem with the second syntax depending on what you are doing to the file. The SELECT filevar syntax does not create a select list even in memory. It traverses each group in order

Re: [U2] Internal date conversion

2005-07-15 Thread FFT2001
In a message dated 7/14/05 12:29:17 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: INT.DATE = ICONV(OCONV(external.date,'MCN'),'D') The OCONV strips everything non-numeric leaving 20050714 which will ICONV to the internal date. Using this method, how would the system be able to

Re: [U2] Internal date conversion

2005-07-15 Thread FFT2001
In a message dated 7/14/05 11:17:53 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: I have found that a general date conversion is pretty flexible in UV (not sure about Unidata yet) Try: I.DATE = ICONV(EXTERN.DATE,D) I might be wrong but I do not believe the D Iconv is coded to

Re: [U2] THE variable names

2005-07-15 Thread FFT2001
In a message dated 7/15/05 7:19:42 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: Not to throw a punch, but the UD/UV manuals are harder to read than the D3 ones are, especially without an overall index. So perhaps this influences me to not look for REMOVE. Not directed at you Mark,

Re: [U2] THE variable names

2005-07-12 Thread FFT2001
In a message dated 7/10/2005 6:18:39 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: LOOP REMOVE PROD FROM PRODS SETTING MORE.PRODS ...do stuff... WHILE MORE.PRODS REPEAT Why use Remove? It's unfamiliar to more oldtimers and requires use of SETTING. Just SELECT PRODS and then

Re: [U2] Strange phenomena using EXECUTE QSELECT and DATA statements in subr...

2005-07-12 Thread FFT2001
In a message dated 7/11/2005 6:38:11 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: QUERY = \SELECT PO.GROUP = 'Group Reference'\ DATA \QSELECT PO.GROUP (2)\ DATA \SSELECT POF BY GROUP BY-DSND PO.DATE\ EXECUTE QUERY Before you execute add a CLEARSELECT in order to remove any old

Re: [U2] THE variable names

2005-07-12 Thread FFT2001
In a message dated 7/12/2005 5:35:07 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: Does that work. PRODS was not a File handle. Is there some magic that turns a mv'd variable into a file handle. Besides, if it did work, you would lose the included MV variable for use with associated

Re: [U2] THE variable names

2005-07-12 Thread FFT2001
In a message dated 7/12/2005 7:06:38 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: not trying to start anything - but was this intended as a joke ? I read this as : don't use current language features because the old 'pros' who haven't picked up a manual in 20 years won't understand

Re: [U2] LOCK Query

2005-07-12 Thread FFT2001
In a message dated 7/12/2005 8:11:37 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: For a transaction lock using the LOCK command, how can we extract the user id of user who's placed the LOCK? Also which are the 64 transaction locks? Please do let me know incase of any inputs Regards,

Re: [U2] THE variable names

2005-07-12 Thread FFT2001
In a message dated 7/12/05 4:51:27 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: ( REMOVE() function ) is a feature that has been around for how many years ? the oldest universe manuals I have are 17 years old and there it is. ditto for DCOUNT(). 17 years? You're a beginner :) Will

Re: [U2] Problem with phantom on Universe/NT

2005-07-07 Thread FFT2001
In a message dated 7/6/2005 3:08:10 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: I have a DOS .bat command that does 2 things. It moves a file from one directory on the NT server (on which Universe resides) to another (archive) directory on the same server. It also copies that file

Re: [U2] Using httpout / UV based webserver / images?

2005-06-17 Thread FFT2001
In a message dated 6/17/05 8:42:00 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: George, do you, or would you be willing to, have your code up on the pickwiki ? Will --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Using httpout / UV based webserver / images?

2005-06-16 Thread FFT2001
In a message dated 6/16/2005 10:56:07 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: Right now, I use apache as my webserver, and it integrates with our UV apps fairly well. But what do you use *between* Apache and the UV apps? Will Johnson --- u2-users mailing list

Re: [U2] Using httpout / UV based webserver / images?

2005-06-16 Thread fft2001
George, do you, or would you be willing to, have your code up on the pickwiki ? Will Johnson Fast Forward Technologies -Original Message- From: George Gallen [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Thu, 16 Jun 2005 14:42:41 -0400 Subject: RE: [U2] Using httpout / UV

Re: [U2] [AD] DesignBAIS

2005-06-15 Thread FFT2001
In a message dated 6/15/05 7:36:52 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: REPOSTED FOR NON-MEMBER From: Dave Bryant [EMAIL PROTECTED] Subject: DesignBais Eval for Unidata and Universe available We have just made the evaluation version for Unidata on Windows available from

Re: [U2] Conversion Code - M

2005-06-15 Thread FFT2001
In a message dated 6/15/05 3:21:54 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: crt @(51,19) : Qty.Rcvd M crt @(51,20) : Qty.Rcvd 'R#8' crt @(51,21) : Qty.Rcvd M looks like a variable in this case. Note the lacks of quotes around it. Will Johnson --- u2-users

Re: [U2] Need consultant with performance tuning experince for UD6 on Solaris

2005-06-15 Thread FFT2001
Where ? In a message dated 6/15/05 5:09:45 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: Experienced Unidata Internals Consultants, We have half a dozen servers now running Unidata 6.0 on Solaris 8. We normally run with a configuration pretty close to 'out of the box' using the

Re: [U2] Re: Databasic Differences

2005-06-09 Thread FFT2001
In a message dated 6/9/05 8:54:44 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: I create a separate program file that holds lots of subroutines that represent the differences between systems. For example (maybe not the best, but most understandable), GET.PORT Mark I have done the

Re: [U2] access via disabled accounts (solution)

2005-06-09 Thread FFT2001
In a message dated 6/9/05 5:08:55 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: Within UniVerse you can do the same thing. You can restrict user read, write, delete access to the database either setting OS level file access or by SQL security access. With the AUTHORIZE statement, you

Re: [U2] Unidata Indexing

2005-06-07 Thread FFT2001
In a message dated 6/7/2005 6:37:39 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: For your specific question about nulls, it depends on how many nulls you expect to find. Using the above examples, if you only expect a handful of null values, your select statement should work the

Re: [U2] When do globally cataloged programs get removed?

2005-06-07 Thread FFT2001
In a message dated 6/7/2005 8:34:14 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: ... it was the fact that I didn't realize that I needed to re-catalog globally cataloged programs when they're changed. Which reminds me of the trouble I had before I realized that memory-locked (we use

Re: [U2] Seeing EQUATES in RAID

2005-06-07 Thread FFT2001
In a message dated 6/7/2005 8:34:24 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: Thanks Charles! I get so frustrated when running debug and I can't see equates. Your simple statement explained it to me so that I can at least understand WHY I can't see them! Thanks! This ability

Re: [U2] Source code question

2005-06-05 Thread FFT2001
In a message dated 6/4/2005 3:31:58 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: If I compile on 2 different machines and 2 different OS ex. HP-UX and AIX but on the same Universe versions the same source code (any basic code) did they work the same ? Maybe there are some system

Re: [U2] Finding last day of month

2005-06-03 Thread FFT2001
In a message dated 6/2/2005 9:40:08 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: [EMAIL PROTECTED] wrote on 06/02/2005 10:34:09 PM: input oDate ; *format mmdd iDate = iconv(oDate,'dymd') loop until oconv(iDate+1,'dd) = 1 do iDate += 1 repeat lastDay = oconv(iDate,'dymd')

Re: [U2] Finding last day of month

2005-06-03 Thread FFT2001
In a message dated 6/2/2005 8:17:25 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: That's an interesting approach, but it comes at the price of an extra ICONV, which is more expensive than a simple IF statement. Granted, the difference isn't significant for a small number of

Re: [U2] Printing from UniVerse

2005-06-03 Thread fft2001
Actually I like them as assignments for the very reasons you posted. Namely that you can 'see' them when using RAID. Or maybe some day, the IBM system programmers will include an Equate table with the other compiler tables, that would be the best of both worlds, then RAID could look in that

Re: [U2] Finding last day of month

2005-06-02 Thread FFT2001
soapbox People! use the system why are you doing all this math in your program? The system knows what years are leap and what aren't. Let it do the work for you! /soapbox Will Johnson --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit

Re: [U2] Finding last day of month

2005-06-02 Thread FFT2001
Ok smartass you say let's see you do it First of all, you can always get from the month you are in, to the next month by simply add 30 days to the middle of the month. And you never need to worry about leap years nor about 12th month logic Input Date ; * format mmdd Middleofthismonth

Re: [U2] Finding last day of month

2005-06-02 Thread FFT2001
In a message dated 6/2/05 7:07:42 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: Input Date ; * format mmdd Middleofthismonth = date[1,6]:'15' I.Middle = Iconv(Middleofthismonth,'D') I.Next = I.Middle + 30 NextMonth = Oconv(I.NEXT,'D2-') FirstDayNextMonth =

Re: [U2] Uniobjects hack

2005-05-26 Thread fft2001
The point isn't whether you can get in. The point is what you can do once you get in. Some connectivity tools only allow you to execute a routine that already exists as a catalog entry in the U2 environment, and merely scraps the data sent back. Those seem fairly inocuous. However I agree

Re: [U2] Include Vs Call - Software Maintenance

2005-05-21 Thread FFT2001
In a message dated 5/20/2005 5:17:39 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: I've seen some dumb things in shared includes and/or commons such as variables called X or I. These values tend to get changed when someone needs a FOR loop. Right you should always have includes with

Re: [U2] I'm in an Array quandry, any suggestions...

2005-05-20 Thread FFT2001
In a message dated 5/20/2005 2:47:20 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: myVar = 1:@FM:2 SELECT myVar myVar1 = 3 READNEXT X THEN PRINT X Right but that's easy to fix. Instead of SELECT myVar Use SELECT myVar to myListVar or SELECT myVar to 3 And then instead of

Re: [U2] Include Vs Call - Software Maintenance

2005-05-19 Thread FFT2001
In a message dated 5/18/2005 5:07:06 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: Did I mention that I always make sure that ALL the local variables in an included file have a unique prefix so that no two include files can have the same variables (except when passing data between

Re: [U2] I'm in an Array quandry, any suggestions...

2005-05-19 Thread FFT2001
In a message dated 5/18/2005 11:50:38 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: OK, sure. But readnext doesn't really work on an array but on a select list. Ah but that's not so. You can SELECT myVAR You can SELECT myVAR to LIST5 You can SELECT myVAR to MyLIST and then you

Re: [U2] Include Vs Call - Software Maintenance

2005-05-19 Thread FFT2001
In a message dated 5/19/2005 7:06:27 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: I've seen 300 line coded INCLUDES (as opposed to declaration-style) that are very awkward as the primary program will say GOSUB 800 and 800 is in the INCLUDE. This is just bad use of a good tool. The

Re: [U2] Dymanic vs Dimensioned

2005-05-18 Thread FFT2001
In a message dated 5/18/2005 3:42:28 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: 64KB? ROTFLMAO! The first Microdata machine I worked on had 16KB, and ran a medical billing service bureau. It had 1 50MB disk drive and ran as slow as molasses. I ran into the same machine many

Re: [U2] I'm in an Array quandry, any suggestions...

2005-05-18 Thread FFT2001
In a message dated 5/18/2005 2:16:35 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: Well it already needs both variables in the 'sequential' access too ! How would it even know that the access is for the next atrribute if it didn't keep track of the index? -- mats Because

Re: [U2] I'm in an Array quandry, any suggestions...

2005-05-17 Thread FFT2001
In a message dated 5/16/2005 5:00:45 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: Yes. But it only works when stepping through an array in a READNEXT fashion. So if you're accessing fields in random order (as a lot of my code does) you gain nothing. No it does work even when

Re: [U2] Dymanic vs Dimensioned

2005-05-17 Thread FFT2001
Well it's nice to see that when you are wrong, instead of discussing the logic of the problem you resort to slanderous name-calling, how pleasant. Perhaps you did learn something from your daughter. Will In a message dated 5/17/2005 6:10:31 PM Pacific Daylight Time, [EMAIL PROTECTED] writes:

Re: [U2] I'm in an Array quandry, any suggestions...

2005-05-17 Thread FFT2001
In a message dated 5/17/2005 7:47:46 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: es, Will. There are two variables. The descriptor definition found in $UVHOME/gcidir/include/DATUM.h states: structDstring { /* This are my comments. GI */ STRING str;

Re: [U2] Dymanic vs Dimensioned

2005-05-16 Thread FFT2001
In a message dated 5/14/2005 12:32:12 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: But simply saying that it makes no difference in any case is not true. Re-read my post. Did I say that it makes no difference? I believe the upshot was, bowing to Yogi Berra on his 80th, that the

Re: [U2] Dymanic vs Dimenssioned

2005-05-13 Thread FFT2001
In a message dated 5/13/2005 2:00:51 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: I believe the upshot was, bowing to Yogi Berra on his 80th, that the difference ain't what it used to be. True and false. If you are processing, sequentially, elements of a list then it probably

Re: [U2] Dynamic File Performance

2005-05-07 Thread FFT2001
In a message dated 5/6/2005 4:31:11 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: The situation is that a client is experiencing periodic system 'crawl' where everything slows right down and the login process is completely stopped. One thing that I noticed is that there have been

Re: [U2] [UV] uniadmin without having to be in administrators group?

2005-05-05 Thread FFT2001
In a message dated 5/4/2005 4:07:13 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: There are references freely searchable on the WWW to Windows equivalents of the Unix su command which ought to be able to achieve this. I would caution you though that if you are not permitted access to

Re: [U2] IBM to acquire Ascential Software

2005-04-27 Thread FFT2001
IBM to acquire Ascential Software http://www.ibm.com/isource/cgi-bin/goto?on=6AJJHQJRWM Any updates on this news? --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [Fwd: Re: [U2] IBM Licensing Requirement - MQ Series]

2005-04-22 Thread FFT2001
In a message dated 4/22/2005 7:29:58 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: So, if you use MQ like a connection pool, that is not desirable performance-wise, and is a breach of your license agreement. But if you use it for applications to communicate (which is the purpose of

Re: [U2] MvInternet - IBM Licensing Requirement

2005-04-19 Thread FFT2001
In a message dated 4/17/2005 4:33:41 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: However if you had persistence in the UvBasic program where the past activity of that web user is recorded and then used in a future action then you may be crossing the line. Sorry I have to disagree.

Re: [U2] MvInternet - IBM Licensing Requirement

2005-04-19 Thread FFT2001
In a message dated 4/17/2005 5:42:05 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: As mentioned before, if you use Redback you can multiplex until you are blue-in-the-face. Redback is not that expensive to purchase. Is. That's the point. It's the big fat cow on this planet of

Re: [U2] MvInternet - IBM Licensing Requirement

2005-04-19 Thread FFT2001
In a message dated 4/18/2005 3:09:17 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: I cannot stress that the points I raise are those that are raised by an international consortium of IBM, Microsoft, CA and others to clamp down on piracy. The perception is piracy is the corner market

Re: [U2] Clarification on FOR...NEXT loops

2005-04-15 Thread fft2001
There is another option here. If you have a multi-attribute list you can use FOR...NEXT or REMOVE or SELECT They should all give you a similar speed. However, as was pointed out, if you have a multi-valued list and use FOR...NEXT at least one poster believed that it does NOT keep a pointer to

Re: [U2] MvInternet - IBM Licensing Requirement

2005-04-15 Thread fft2001
This is absolutely false. It would be interesting to see one company trying to force a particular system onto a company that wanted to use a competitor's product. I think there's a word for this . h Notice how no one actually from IBM has piped in on this. Will Johnson Fast

Re: [DBR] Re: [U2] Challenge: Can you find this job ?

2005-04-12 Thread FFT2001
THAT is hilarious. Will In a message dated 4/12/2005 8:25:41 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: I was on a plane TEN years ago and sat beside a Kaiser-Permanente programming manager - she said they were leaving Pick. George R Smith Programmer / Analyst ---

Re: [U2] Factory Floor Automation - Serial Connectivity ?

2005-04-11 Thread fft2001
You'd be adding complexity where none is required. You should be able to connect and talk to the device serially directly from Universe BASIC. Will Johnson Fast Forward Technologies -Original Message- From: Brutzman, Bill [EMAIL PROTECTED] To: 'u2-users@listserver.u2ug.org'

Re: [U2] Removing bad item

2005-04-08 Thread FFT2001
In a message dated 4/8/2005 8:36:31 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: UniVerse 9.6 on NT has a record with a % in the ID. I can select the item but not delete it, or do anything else with it. At one point anyway (and it's possible they've fixed this) you could write a

Re: [U2]: Epicor

2005-03-17 Thread fft2001
Again this message does not say *how* to move the discussion to u2-community. Can not we have a standard message that describes how to do this? I feel like a broken record. Will -Original Message- From: Moderator [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Thu, 17 Mar 2005

Re: [U2] Financial Fraud

2005-03-17 Thread fft2001
In order to post TO the u2-community list, put [EMAIL PROTECTED] in the To: field Will -Original Message- From: Moderator [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Thu, 17 Mar 2005 11:24:24 -0500 Subject: Re: [U2] Financial Fraud Let's move this to U2-Community. You

Re: [U2] RE:

2005-03-15 Thread FFT2001
In a message dated 3/15/2005 9:06:11 AM Pacific Standard Time, [EMAIL PROTECTED] writes: Thanks for the advice. One other reply suggested the same thing, while others think it shouldn't take much to extract the data. We'll see if any consensus come out of this. Howard I have to agree at the

Re: [U2]: Epicor

2005-03-13 Thread FFT2001
Another interesting consideration is seeing no response from anyone within Epicor to this thread. That tells me they have little to no interest in U2 which is a red flag in my book. Certainly implies that they don't have knowledgeable or extensive support for how Epicor interfaces or doesn't

Re: [U2] [OT] Wonky?

2005-03-11 Thread fft2001
What is a Modertor ? And again, many people on this list will have no idea HOW to move it to community. If you simply put community in the reply to field you can be of great assistance to all and sundry. Will -Original Message- From: Moderator [EMAIL PROTECTED] To:

Re: [U2] Indexing issue

2005-03-11 Thread fft2001
I use something like somestuff:' CODE = A12] ': otherstuff or as an alternate somestuff:' CODE = A12 AND A13 ':otherstuff Works with the index, i.e. fast. Will Johnson -Original Message- From: Dan Knutson [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Fri, 11 Mar 2005

Re: [U2] [UV] Web Services for Dummies

2005-03-11 Thread fft2001
Here is a direct link to the last one of the four articles that Tony is referring to. This will open as a pdf inside your browser, takes about 20 seconds on a T1 connection to open it. http://www.intl-spectrum.com/publications/JulAug04.pdf Will -Original Message- From: Tony

Re: [U2] UV Programmer/Analyst contract position

2005-03-07 Thread FFT2001
In a message dated 3/6/2005 4:56:41 PM Pacific Standard Time, [EMAIL PROTECTED] writes: u2-users@listserver.u2ug.org How do you do that? Will --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] UV Programmer/Analyst contract position

2005-03-06 Thread FFT2001
In a message dated 3/6/2005 9:59:43 AM Pacific Standard Time, [EMAIL PROTECTED] writes: The job is listed at $54,600 - $66,000. I'm not sure of the benefits at the moment, but they're of course limited for contract positions, although they at least include holidays, vacation,

Re: [U2][UV] COMMON question

2005-03-04 Thread FFT2001
Allen wrote: Nope. Blank Common and Named Common are specific to each user process. So, if I run a program which initializes common, any other program run by me during that session has that data available, but that data is NOT available to any other process. Allen it is my understanding that

Re: [U2] RedBack and Named Common

2005-02-27 Thread FFT2001
In a message dated 2/27/2005 4:37:31 PM Pacific Standard Time, [EMAIL PROTECTED] writes: My question is does the use of Redback negate the benefits of named common? If when using Redback the UniVerse session does in fact persist only for the length of time the data is exchanged then wont

Re: [U2] [UV] DATA statement not executing

2005-02-23 Thread FFT2001
DATA PROGRAM2RUN EXECUTE 'SELECT FILE' Data adds something to the stack. IF there is already something on the stack then it adds it to the end. So my idea is that your stack wasn't exhausted. Generally I prefer this syntax EXECUTE SELECT FILE,//IN. PROGRAM2RUN Which I believe will overwrite

RE: [U2] Universe MALLOCTRACING

2005-02-23 Thread FFT2001
I would love to know what Universe is doing during this 'freeze'. Thanks Anthony Updating the internal indexes. Suspend updates to the indexes and it will fly, that's my bet. You probably have some long index chains. Will --- u2-users mailing list u2-users@listserver.u2ug.org To

Re: [U2] Re-Catalog?

2005-02-22 Thread FFT2001
In a message dated 2/22/2005 7:00:17 AM Pacific Standard Time, [EMAIL PROTECTED] writes: SELECT BP CATALOG BP LOCAL Danger Will Robinson! Warning! Warning! Do not do this. Stop. No. Baddog. If you have three different programming files like :BP, NEW.BP and VENDOR.BP this will overwrite any

Re: [U2] Universe Paragraph query

2005-02-22 Thread FFT2001
In a message dated 2/22/2005 7:59:13 AM Pacific Standard Time, [EMAIL PROTECTED] writes: 'EXECUTE' some paragraph from the universe basic program. Now there may be some error when the paragraph executes i.e. the error may arise from the commands listed within the paragraph. Check EXECUTE

Re: [U2] Test

2005-02-22 Thread FFT2001
In a message dated 2/22/2005 8:00:19 AM Pacific Standard Time, [EMAIL PROTECTED] writes: Not a 'real' holiday. Only some companies get this day off. I was at work and got no messages on Monday. They all came today, Tuesday. Marilyn isn't President's Day a federal holiday? Maybe your

Re: [U2] U2 to web software

2005-02-21 Thread FFT2001
What I'm still a little fuzzy about is, say I'm already using .asp to connect to and extract a response from my U2 database. What does a product like Redback do for me extra? Why would I need it? Thanks Will --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please

<    1   2   3   4   5   >