[U2] INFO BASIC BNF Spec

2009-08-05 Thread Marco Manyevere
Can anyone please help me with the full BNF spec for the structure of an INFO BASIC program?   Thanks for any help, Marco. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Performance counters

2009-08-05 Thread Brian Leach
Charles That's what I meant. Thanks for responding. Brian You meant Windows' Performance Monitor, didn't you? The native UniAdmin one has been on my mind lately I just umped. Sorry, can't help. cds. Brian, I'm not sure what you are asking. Are you saying when you start UniAdmin's

Re: [U2] INFO BASIC BNF Spec

2009-08-05 Thread Martin Phillips
Hi Marco, Can anyone please help me with the full BNF spec for the structure of an INFO BASIC program? I have never seen the language described in BNF. Perhaps one reason is that is is ambiguous in a few places. The most obvious example is A = BC + 1 where the could be field expression

Re: [U2] INFO BASIC BNF Spec

2009-08-05 Thread Brian Leach
Hi Marco I would echo that - there are too many inconsistencies in the language to make a full BNF a practical possibility. I've always had to write my own parsers and highlighters. Brian Hi Marco, Can anyone please help me with the full BNF spec for the structure of an INFO BASIC

Re: [U2] INFO BASIC BNF Spec

2009-08-05 Thread Marco Manyevere
The reason I want the BNF description is that I want to _attempt_ a java lexer and parser that will trace the execution flow of a given subroutine and emit some documentation fragments that I can then use to make a flow chart. I am particulary interested in documenting all the logical

[U2] Windows 7 and UniDk

2009-08-05 Thread Sunny Matharoo
Hi Does anyone have experience of Windows 7 and UniDK especially developing dot.net and VB interfaces. Thanks Sunny Sunny Matharoo Applications and Database Administrator Tristar Worldwide Chauffeur Services Tel: +44 (0) 1895 432021 Fax: +44 (0) 1895 432098 Mobile: +44 (0) 7793 184144 Email:

Re: [U2] Your shell program

2009-08-05 Thread Baker Hughes
Thanks to each who responded on and off list. -Baker This communication, its contents and any file attachments transmitted with it are intended solely for the addressee(s) and may contain confidential proprietary information. Access by any other party without the express written permission

[U2] xml mapping file question

2009-08-05 Thread Norman Bauer
Hello all, Is there a way to insert stylesheet information in the mapping file? For instance: U2 root=name treat-as=element stylesheet=some.xsl / It would save me a lot of work and a huge headache if I could get that information in the mapping file. Thanks, Norm

Re: [U2] xml mapping file question

2009-08-05 Thread Jo Lester
Do you mean something like this? ?xml version=1.0 encoding=ISO-8859-1? ?xml-stylesheet type=text/xsl href=simple.xsl? The above was borrowed (reprinted w/o permission) from http://www.w3schools.com/XML/xml_xsl.asp or do you mean attaching a particular style to a particular element,

Re: [U2] xml mapping file question

2009-08-05 Thread Norman Bauer
That is exactly what I mean Jo. If I were to do: SORT VOC TOXML XMLMAPPING some_file.map TO some-xml-file then in some-xml-file I would expect to see ?xml version=1.0 encoding=ISO-8859-1? ?xml-stylesheet type=text/xsl href=simple.xsl? ROOT yada yada yada /ROOT On Wed, Aug 5, 2009 at

[U2] UV on Windows

2009-08-05 Thread jpb-u2ug
We are setting up a networked UniVerse Windows 2008 server for future use and coming from a long line of 'Nix processing systems I have some questions about how database administration is handled from those that use a Windows system. The users will all be entered through the network so I know I

Re: [U2] xml mapping file question

2009-08-05 Thread Jo Lester
XDOMTransform Syntax XDOMTransform(domHandle, styleSheet, ssLocation, outDomHandle) Description The XDOMTransform function transforms input DOM structure using the style sheet specified by styleSheet to output DOM structure.7-34 C:\Program Files\Adobe\FrameMaker8\UniVerse

Re: [U2] UV on Windows

2009-08-05 Thread David Jordan
Hi Jerry The windows version works pretty much the same. I have found select lists to perform far faster in windows than unix, I am not sure why. You should also look at using Virtual environments, a number of our clients are beginning to use this and UniVerse seems to work well on this.