[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

[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

[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

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-

[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

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

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 -