[U2] XLr8Editor does code assist

2012-02-29 Thread Doug Averch
[ad]

With release 3.4.0 of XLr8Editor today, you can enjoy the code assist
feature like Java and Visual Studio programmers have.  Our indexer goes
through all of your programs in your workspace and indexes them.  There
is nothing you have to run or to remember. This routine does it for you
every day you use the editor.

How does this work you might be asking?  You just need to type one or more
characters then press CTRL-Space and the content assist box comes up with
variables, labels, or keywords matching what you have typed so far.  This
is great when you don't want to look up the INCLUDE or you cannot remember
what you called the variable but it begins with let's say PARAM.  Check out
http://en.wikipedia.org/wiki/Autocomplete if you need more information or
our link down below.

This routine works across files, accounts and even servers.  In whatever
program you have used this variable, as well as the current one you are in,
code assist will help you find the need code.

This is one of the many enhancements we have made to our Eclipse based
editor and tools several times a month.  These tools only run on Universe
and Unidata databases.  This new release supports Java VM 1.7 and many
versions of Eclipse include the current one 3.7.1.

Regards,
Doug
www.u2logic.com/XLr8_Editor.html
$49.00 per year for finest Eclipse editor you can buy for U2
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] XML arrays

2012-02-29 Thread Dan Goble
I have a programmer who is performing an https call and retrieving data back 
from the webserver, but some of the data is coming back truncated.   The web 
developer said that there is an array inside the xml that is being truncated.   
Has anyone seen this type of issue?We are running Unidata 7.2.12 on AIX.

Thanks,
Dan

Dan Goble | IT Senior Software Engineer

Interline Brands, Inc.
804 East Gate Drive Suite 100, Mount Laurel, NJ 08054
Office: 856.533.3110 | Mobile: 609.792.6855
E-mail: dan.go...@interlinebrands.com | Website: www.interlinebrands.com


This e-mail and any files transmitted with it are confidential and intended 
solely for the individual or entity to whom they are addressed.  Please notify 
the sender immediately by e-mail if you have received this e-mail in error and 
delete all copies of this message.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] AUTO: Charles Shaffer/NTNBOWER is out of the office (returning 03/05/2012)

2012-02-29 Thread Charles_Shaffer

I am out of the office until 03/05/2012.

I will be out of the office until March 5.  I will respond to your message
when I return.


Note: This is an automated response to your message  [U2] XLr8Editor does
code assist sent on 02/29/2012 1:04:26 PM.

This is the only notification you will receive while this person is away.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] XML arrays

2012-02-29 Thread Robert Houben
Make sure that the programmer understands, if he is using an event-driven 
parser, that you may get the text in an element in multiple calls to the 
receivedText (or equivalent) event handler.  You get to accumulate it. Don't 
assume it will come back in just one chunk.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan Goble
Sent: February-29-12 1:30 PM
To: U2 Users List
Subject: [U2] XML arrays

I have a programmer who is performing an https call and retrieving data back 
from the webserver, but some of the data is coming back truncated.   The web 
developer said that there is an array inside the xml that is being truncated.   
Has anyone seen this type of issue?We are running Unidata 7.2.12 on AIX.

Thanks,
Dan

Dan Goble | IT Senior Software Engineer

Interline Brands, Inc.
804 East Gate Drive Suite 100, Mount Laurel, NJ 08054
Office: 856.533.3110 | Mobile: 609.792.6855
E-mail: dan.go...@interlinebrands.com | Website: www.interlinebrands.com


This e-mail and any files transmitted with it are confidential and intended 
solely for the individual or entity to whom they are addressed.  Please notify 
the sender immediately by e-mail if you have received this e-mail in error and 
delete all copies of this message.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] UD Directory File Pointer

2012-02-29 Thread Bill Haskett
I trip over this every time I try it.  Can someone clue me in whether 
this actually works?


7 Dev (0)- AE VOC QFILE
Top of QFILE in VOC, 3 lines, 52 characters.
*--: P
001: DIR
002: \\MYSERVER\HELP
003: D_VOC
Bottom.
*--: EX
Quit QFILE in file VOC unchanged.

7 Dev (0)- LIST QFILE
errno=2: No such file or directory
can not stat() in U_get_fileid(),fname=\\MYSERVER\HELP.
Open file error.

7 Dev (0)- !dir \\myserver\help
 Volume in drive \\myserver\help is E-Data
 Volume Serial Number is 6635-B087

 Directory of \\myserver\help

10/21/2011  10:50 PM DIR  .
10/21/2011  10:50 PM DIR  ..
08/07/2011  01:52 PM 8,967 1_1.html
08/07/2011  01:52 PM13,112 1_2.html
08/07/2011  01:52 PM16,672 1_3.html
08/07/2011  01:52 PM 4,906 1_4.html
08/07/2011  01:52 PM 7,387 1_4_1.html
 .
 .

The directory is shared with everyone on a Windows 2008 R2 server.  UD 
and the directory are on different machines.  I'm logged in as the 
administrator.  Thanks,


Bill

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UD Directory File Pointer

2012-02-29 Thread Marco Antonio Rojas Castro

try this
 
001: DIR
002: \\MYSERVER\HELP\
003: D_VOC

Regards, Marco
 

 Date: Wed, 29 Feb 2012 15:02:10 -0800
 From: wphask...@advantos.net
 To: U2-users@listserver.u2ug.org
 Subject: [U2] UD Directory File Pointer
 
 I trip over this every time I try it. Can someone clue me in whether 
 this actually works?
 
 7 Dev (0)- AE VOC QFILE
 Top of QFILE in VOC, 3 lines, 52 characters.
 *--: P
 001: DIR
 002: \\MYSERVER\HELP
 003: D_VOC
 Bottom.
 *--: EX
 Quit QFILE in file VOC unchanged.
 
 7 Dev (0)- LIST QFILE
 errno=2: No such file or directory
 can not stat() in U_get_fileid(),fname=\\MYSERVER\HELP.
 Open file error.
 
 7 Dev (0)- !dir \\myserver\help
 Volume in drive \\myserver\help is E-Data
 Volume Serial Number is 6635-B087
 
 Directory of \\myserver\help
 
 10/21/2011 10:50 PM DIR .
 10/21/2011 10:50 PM DIR ..
 08/07/2011 01:52 PM 8,967 1_1.html
 08/07/2011 01:52 PM 13,112 1_2.html
 08/07/2011 01:52 PM 16,672 1_3.html
 08/07/2011 01:52 PM 4,906 1_4.html
 08/07/2011 01:52 PM 7,387 1_4_1.html
 .
 .
 
 The directory is shared with everyone on a Windows 2008 R2 server. UD 
 and the directory are on different machines. I'm logged in as the 
 administrator. Thanks,
 
 Bill
 
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
  
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UD Directory File Pointer

2012-02-29 Thread Bill Haskett
Thanks Marco...I should have figured!  This seems to ring a bell 
somewhere.  If I could just identify the techno-geek whose neck I could 
wrap my fingers around.  :-)


Thanks again.

Bill


- Original Message -
*From:* marco_roja...@hotmail.com
*To:* u2-users@listserver.u2ug.org
*Date:* 2/29/2012 3:07 PM
*Subject:* Re: [U2] UD Directory File Pointer

try this

001: DIR
002: \\MYSERVER\HELP\
003: D_VOC

Regards, Marco



Date: Wed, 29 Feb 2012 15:02:10 -0800
From: wphask...@advantos.net
To: U2-users@listserver.u2ug.org
Subject: [U2] UD Directory File Pointer

I trip over this every time I try it. Can someone clue me in whether
this actually works?

7 Dev (0)-  AE VOC QFILE
Top of QFILE in VOC, 3 lines, 52 characters.
*--: P
001: DIR
002: \\MYSERVER\HELP
003: D_VOC
Bottom.
*--: EX
Quit QFILE in file VOC unchanged.

7 Dev (0)-  LIST QFILE
errno=2: No such file or directory
can not stat() in U_get_fileid(),fname=\\MYSERVER\HELP.
Open file error.

7 Dev (0)-  !dir \\myserver\help
Volume in drive \\myserver\help is E-Data
Volume Serial Number is 6635-B087

Directory of \\myserver\help

10/21/2011 10:50 PMDIR  .
10/21/2011 10:50 PMDIR  ..
08/07/2011 01:52 PM 8,967 1_1.html
08/07/2011 01:52 PM 13,112 1_2.html
08/07/2011 01:52 PM 16,672 1_3.html
08/07/2011 01:52 PM 4,906 1_4.html
08/07/2011 01:52 PM 7,387 1_4_1.html
.
.

The directory is shared with everyone on a Windows 2008 R2 server. UD
and the directory are on different machines. I'm logged in as the
administrator. Thanks,

Bill

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users