RE: [U2] Deep and long indentations vs multiple exit points - AD functionality not bugs

2007-12-03 Thread Boydell, Stuart
One of the reasons I'm subscribed to the list because I'm interested to see how other people do it their way. I've learnt some valuable stuff here. I think contribution to this topic is valid under the banner of technical discussion. But hey if I'm out of line or if the topic is not applicable here

RE: [U2] mv.net versus Web DE

2007-12-03 Thread Symeon Breen
If you want visual studio for free then become a Microsoft registered member and pass one of the web development exams - (30 minutes course + 10 minute exam - very very easy) and then join the web development group and you get it + expression studio for free ! -Original Message- From:

RE: [U2] NEW ADO.NET ?

2007-12-03 Thread Symeon Breen
No -I would love to, but it is someway down the list of things I would love to do. If anyone has - a little story of how they get on would be very welcome ... Symeon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Horacio Pellegrino Sent: 01 December

RE: [U2] mv.net versus Web DE

2007-12-03 Thread phil walker
Is there a link for this somewhere? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Symeon Breen Sent: Monday, 3 December 2007 10:00 p.m. To: u2-users@listserver.u2ug.org Subject: RE: [U2] mv.net versus Web DE If you want visual studio for free then becom

Re: [U2][UV] Dynamic File MINIMUM.MODULUS Calculation

2007-12-03 Thread Mats Carlid
A first adjustment is to allow for the overhead that page and record headers and other administrative information uses e.g. divide by 2000 instead of 2048. Each page has d page header, each record as a record header there will be an 'end of item'-character at the end of each key and each recor

Re: [U2] Deep and long indentations vs multiple exit points

2007-12-03 Thread Marco Manyevere
That was an over simplified example. The additional IF tests usually occur in situations where you can neither AND them together nor put them in a CASE structure. For example: PROCESS.ID: READ RECORD1 FROM FILE1, ID ELSE RETURN IF RECORD1 NE COND1 THEN RETURN * Some processing to derive NEXT.ID ba

RE: [U2] mv.net versus Web DE

2007-12-03 Thread djordan
You can download a free version of Visual Studio Basic called express. It is a slimmed down version, but should do most of what U2 developers would use. http://www.microsoft.com/express/download/default.aspx Regards David Jordan --- u2-users mailing list u2-users@listserver.u2ug.org To unsu

RE: [U2] mv.net versus Web DE

2007-12-03 Thread Symeon Breen
partner.microsft.com/webresourcekit My apologies - you actually need an MAP subscription for this - this is relevantly inexpensive tho and certainly much cheaper than VS. + you get lots of other software for free for use within your company. Also as someone else said the express edition for VB

Re: [U2] Deep and long indentations vs multiple exit points - AD NAUSEUM

2007-12-03 Thread MAJ Programming
Couple of thoughts. 1. Yes, the 'style' debates tend to be self-serving. 2. I do end up with either feeling good about my techniques or finding out another good technique. 3. By expressing my preferred techniques, others may may experience #2 above. By keeping an open mind, each of us knows how th

RE: [U2][UV] Dynamic File MINIMUM.MODULUS Calculation

2007-12-03 Thread Anthony Youngman
A second, far bigger adjustment (which will account for a lot of the underestimate), is to divide by 1600, not 2000 or 2048. A split factor of 80 means that your groups will, at maximum, be 80% full. 80% of 2048 is 1640 (near enough). That will give a second-cut (and rather more accurate) estim

RE: [U2] RE: U2 SOAP Server

2007-12-03 Thread Dave Walker
Thanks! Now I can at least start exploring. I've been making fair progress getting a small ruby script to talk to it, with an eye towards eventually hooking it up with some rails work a fellow programmer has been working on. -- Dave Walker -Original Message- From: [EMAIL PROTECTED] [mailt

RE: [U2] mv.net versus Web DE

2007-12-03 Thread Charles_Shaffer
Charles_Shaffer wrote: > Uniobjects is not strictly limited to Visual Studio. Tony G. wrote >I chuckle on the statement that Windows is 'very limiting'. Gosh, I guess >that explains why we can't get any software for these stupid things. Tony, I was talking about the limits of Uniobjects, not

RE: [U2] .net versus VS

2007-12-03 Thread Brutzman, Bill
I am glad to learn of Floss, Mono, Cygwin... I need to be on some new spam lists. Will .Net code run on FireFox? --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] .net versus VS

2007-12-03 Thread Brian Leach
> Will .Net code run on FireFox? ASP.NET pages render largely the same on Firefox, but there are layout differences: in particular Firefox doesn't like applying widths to span elements, so ASP.NET labels won't pad out the same. Panels (implemented as fieldset) look different. Also some of the auto

RE: [U2] .net versus VS

2007-12-03 Thread gerry-u2ug
Nothing runs 'ON' FireFox. ASP.NET code running on a web server generates HTML that is requested and interpreted by client browsers. Its up to the programmer to ensure that the generated HTML renders properly on any particular client browser just the same as it is with any other type HTML service.

RE: [U2] mv.net versus Web DE

2007-12-03 Thread Symeon Breen
Charles_Shaffer wrote: > Over the years MS has limited interoperability, corrupted standards, and generally tried to create the impression that Windows is the only OS in the world. And people buy it. Even IT people. Quite true in many ways, the only company in the world to beat Micrsoft on t

RE: [U2] .net versus VS

2007-12-03 Thread Symeon Breen
Hmmm - strange question perhaps - Firefox is a browser and so will display most any html/xhtml pages and run some clever things like javascript,flash etc. It dows not care what produces those pages i.e. php/asp/asp.net/u2/notepad ... ASP.NET will dynamically produce web pages in html/xhtml that

RE: [U2] .net versus VS

2007-12-03 Thread gerry-u2ug
VS.NET 2008, right click on page.aspx -> "Browse with ..." -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Leach Sent: December 3, 2007 11:02 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] .net versus VS > Will .Net code run on FireFox? ASP.

RE: [U2] .net versus VS

2007-12-03 Thread Brian Leach
Gerry > > VS.NET 2008, right click on page.aspx -> "Browse with ..." > Doh! Thanks - I must be getting old. It's there in the Solution window, but not if you right click on the page in the designer. That just goes straight into the default browser (Firefox, naturally). Brian --- u2-users mai

[U2] Haydon Bishop is out of the office.

2007-12-03 Thread haydon . bishop
I will be out of the office starting 03/12/2007 and will not return until 05/12/2007. I will respond to your message when I return. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] Windows Unidata Server

2007-12-03 Thread bob modrich
If the MFT is undersized does it affect the Unidata files sitting on it? --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] Windows Printer Seperator Pages

2007-12-03 Thread Anthony Caufield
I just got some Konica copiers and they don't seem to completely be compatable with my HP separator pages. I am looking for the control codes to run Port Norm, Port Compressed and landscape anything you have would be greatly appreciated. Thanks, Tony Caufield IS Manager Harbor Wholesale Gro

Re: [U2] Deep and long indentations vs multiple exit points - AD functionality not bugs

2007-12-03 Thread Clifton Oliver
Sorry, Stuart. I should have completely trimmed the reply quote on my post so it didn't look (as it apparently did) that I was singling out you as the main target of my comments (after the part about guard clauses). It was more of a sociological musing as to how many times over the years we

[U2] [Position Wanted] Programmer available

2007-12-03 Thread Peter S. Goldberger
Programmer with over 20 years experience in Pick/Universe programming available for short or long term projects either remotely or onsite in the New York City area. Please contact [EMAIL PROTECTED] --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://lists

RE: [U2][UV] Dynamic File MINIMUM.MODULUS Calculation

2007-12-03 Thread Perry Taylor
Aha! I see where you're going. I'll give that a go! Thanks to all for your input! Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Youngman Sent: Monday, December 03, 2007 8:21 AM To: 'u2-users@listserver.u2ug.org' Subject: RE: [U2][UV] D

Re: [U2] Deep and long indentations vs multiple exit points - AD functionality not bugs

2007-12-03 Thread rbl000
Clif, I appreciated your viewpoint and was glad to see it. I didn't take it that you were singling anyone out, but since I've not sallied forth into the fray, perhaps I was immune from such feelings. Thanks for your contributions as well as those who've made other constructive offerings! Sin

RE: [U2] Need to partially hide a file

2007-12-03 Thread Stevenson, Charles
Look seriously at both Ray's SQL solution and Mark's Data-At-Rest-Encryption. The latter is a UV 10.2 enhancement. -Original Message- From: Ray Wurlod Sent: Thursday, November 29, 2007 1:59 PM If you were to convert the file into an SQL table, then you can grant SELECT privilege (or not)

Re: [U2] Pick programmer needed contract or full time

2007-12-03 Thread will
If you don't find your "on-site" I can do all the support you need from my office as I have done for the City of Houston for over six years. Have a blessed day, Patrick 919 567-0042 Carol Carmen wrote: We are a mega church located in Tulsa, OK. We are looking for an on-site Pick

RE: [U2] .net versus VS

2007-12-03 Thread Tony G
I did a follow-up to Gerry's answer on my blog: remove.pleaseNebula-RnD.com /blog/tech/2007/12/crossbrowserdotnet1.html > From: gerry > Nothing runs 'ON' FireFox. > > From: Bill > Will .Net code run on FireFox? --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please v

Re: [U2] Deep and long indentations vs multiple exit points - AD NAUSEUM

2007-12-03 Thread Ray Wurlod
Since AD takes the accusative case, it's AD NAUSEAM (I don't really want to argue JMP instructions, which is all there is once you get to the compiled code.) --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] U2 Training - 1H2008 - Australia & New Zealand

2007-12-03 Thread Ray Wurlod
IBM has posted the schedule for first half 2008 training on their web sites for Australia & New Zealand. Last year they did not schedule any U2 training; we made appropriate noises at U2 University in Sydney, and now they've scheduled some. Please, some of you, enrol and make it a success. No