Re: [U2] XML and UV

2011-10-17 Thread Manu Fernandes
Hi jerry, If you don't want to use xmapping system, you can do like this : 1 - store xml clob directly under universe (one record is one xml clob) 2 - define xpaths expression to adress the data you need from the xml clob 3 - call one subr to extract the xpath's values How to write a xpath stmt

Re: [U2] SB Icons

2011-10-17 Thread Israel, John R.
Just to keep everyone in the loop, here is what we did (and have now documented): 1) If it is not there, copy the contents of the C:\Program Files\avante from a working PC to the Windows 7 box that is not working (obviously there is something set for avante - not sure what but this is where the

Re: [U2] Finding Triggers on files

2011-10-17 Thread Wally Terhune
Oops. :-( I've create a documentation issue to get this resolved in the 7.3.0 manual set. Thanks for pointing this out. Regards, Wally Terhune U2 Support Architect Rocket Software 4600 South Ulster Street, Suite 1100 **Denver, CO 80237 **USA Tel: +1.720.475.8055 Email: wterh...@rs.com Web:

[U2] XML: Element Centric

2011-10-17 Thread vicky.marshall
for Mike Brady) I’m trying to develop an U2XMAP map but have hit a road block. I’m trying to create a map for an element centric XML, but the only example I can find is attribute centric. Here an example of what the attribute centric model looks like : ColumnMap Node=@NAME Column=NAME /

Re: [U2] XML: Element Centric

2011-10-17 Thread Symeon Breen
@ means attribute - you need the element path so would be elementname/subelementname etc -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of vicky.marshall Sent: 17 October 2011 21:32 To: u2-users@listserver.u2ug.org Cc:

[U2] Green Screen - Wide Screen

2011-10-17 Thread Bill Brutzman
We have a large application that runs in Dynamic Connect... and needs more in the way of columns. DC is limited to approx. 132 characters. I believe that wIntegrate (when in text mode) is the same. We need maybe five times that. While I have almost concluded that this app needs to be

Re: [U2] Green Screen - Wide Screen

2011-10-17 Thread Woodward, Bob
Ouija board? ROFLMAO Oh! Sorry. snicker I know you're serious but I just couldn't stop myself. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Brutzman Sent: Monday, October 17, 2011 2:57 PM To: U2 Users

Re: [U2] Green Screen - Wide Screen

2011-10-17 Thread Glen Batchelor
4 monitors and 4 interlaced sessions running at the same time? :) I don't know of a solution for what you want based on traditional character screen. I know nothing about DC, though. I've been looking for a Wyse60 enhancement similar to what you're after and normally end up porting stuff to

Re: [U2] Green Screen - Wide Screen

2011-10-17 Thread Wjhonson
Accuterm 2K2 allows 240 chars for width. -Original Message- From: Bill Brutzman bi...@hkmetalcraft.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Mon, Oct 17, 2011 2:56 pm Subject: [U2] Green Screen - Wide Screen We have a large application that runs in Dynamic Connect...

Re: [U2] Green Screen - Wide Screen

2011-10-17 Thread Ed Clark
Accuterm is pretty good at things like transferring a file from the host to the client and then opening the file in a viewer application like notepad or excel. Or opening a web browser on the client that connects to a web page on the host. If the display is mostly a very wide report then you

Re: [U2] Green Screen - Wide Screen

2011-10-17 Thread Boydell, Stuart
FYI, The limit with DC is 255 chars wide - you can change it from the Terminal setup dialogue box. There may be other emulators which can handle it - but the Universe /unix / windows drivers may also have difficulties with 600+ characters. -Original Message- From:

Re: [U2] Green Screen - Wide Screen

2011-10-17 Thread Dave Taylor
Bill, You might want to check with Pete Schellenbach at Accusoft.com (818) 951-1891. Accuterm has a GUI option that might provide a quick and inexpensive way to get ASCII characters to display at 660 per line (or something like that) on a large, high-quality VGA monitor. Best wishes,

Re: [U2] Green Screen - Wide Screen

2011-10-17 Thread Womack, Adrian
600 characters wide is a lot to display at the same time I'm pretty sure it would be illegible at that size - can't you just code your program to scroll the data sideways? - DISCLAIMER: Disclaimer. This e-mail is private and confidential. If you are not the

Re: [U2] Green Screen - Wide Screen

2011-10-17 Thread George Gallen
that was going to be my suggestion. What I did a fews years back, I put static columns on the left side, and the right half would scroll - you could always make a few types of scrolling, one group, first group, last group, xgroups, etc. George Gallen Senior Programmer/Analyst Accounting/Data

Re: [U2] Green Screen - Wide Screen

2011-10-17 Thread Bob Rasmussen
This seemed like an interesting challenge for late in the day :-) I took an unreleased future version of AnzioWin (our terminal emulator), stretched the window across two 23 monitors, and set the character width to 600. Sure enough, things blew up. But not that badly! I found and fixed 4 or 5