RE: [U2] Casing Programming

2007-06-11 Thread Tony Gravagno
MAJ wrote Plus, some compilers (D3 for one) complains with 'print' and wants 'PRINT' unless you set up some CASING parameters either in or out of the programs. If you use the COMPILE verb in D3 then compilation is case insensitive. This has been in place for about 15 years. At least with D3

RE: [U2] Time conversion code

2007-06-11 Thread Norman, David \(SAAS\)
The change in functionality was documented at 10.0 as a GTAR fix. As there are only 24 hours in a day, the logic was that MT shouldn't go above 24 hours. I recall there was discussion on the list about this at the time. David Norman Senior Software Engineer SA Ambulance

RE: [U2] Casing Programming

2007-06-11 Thread brian
Tony Very true... I think the only mainstream MV database that still requires upper case (now that UniData has finally emerged from the dark ages to join UV, D3 and I think QM (?)) is jBase, unless I've missed something vital there. Which means I can now turn off the 'convert to primitive

RE: [U2] Casing Programming

2007-06-11 Thread Symeon Breen
The udt compiler by default is case sensitive. I use mixed case - always have - if I misspell something it is just as likely to be a letter transposition as it is a case mismatch, + the compiler picks it up anyway. VB is case insensitive so it does not really matter, it is just a nicety of

[U2] SB+ Account path needs to be changed.

2007-06-11 Thread Tim Peleski
When our secondary server was installed it originally had a different path name for the SB+ and SB+.DEFN accounts in System Builder. We need to have the paths changed. Our VAR had IBM do this once before for another account. Does anyone know off hand how to change this or should we call our VAR to

RE: [U2] [AD] Pick Programmers #07-00153 [/AD]

2007-06-11 Thread Karen Bessel
I spoke to Nancy this morning. Only local candidates or those who are willing to relocate at their own expense. FYI -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charles Barouch Sent: Friday, June 08, 2007 6:16 PM To: u2-users@listserver.u2ug.org

RE: [U2] SB+ Account path needs to be changed.

2007-06-11 Thread colin.alfke
In UniData you can use PATHSUB which asks for an old and new path to change in VOC entries. Use caution! The best option would be to use SA.TRANSFER.SBPLUS Which will change all of the SB+ VOC entries. hth Colin Alfke Calgary, Canada -Original Message- From: Tim Peleski When our

RE: [U2] SB+ Account path needs to be changed.

2007-06-11 Thread Mike Dallaire
Tim, In the account you need to straighten out the pointers on, go to TCL and run SAPROGS FIX.SBPLUS.POINTERS full path to the SB+ account You may have to make a Q pointer to the SAPROGS and SAPROGS.O files in SB+ first. This should straighten out your pointers. Also, if you have installed the

RE: [U2] RedBack Garbage Collection

2007-06-11 Thread John Bullard
* Don't use session variables in IIS Could you expand on this statement? Do you mean don't use them to store a copy of the RBO or not to use them in general with RedBack? --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2][EMPLOYMENT]

2007-06-11 Thread john reid
I'm a mere 50 miles from ground zero. It's probably affecting my mental processes. :-) j On 6/7/07, Jerry [EMAIL PROTECTED] wrote: If the government has anything to say about it then it probably would be separated. In the past though it was not unusual to have one person doing everything in

[U2] wIntegrate character scalling

2007-06-11 Thread Moderator
REPOSTED FOR NON-MEMBER: Jonathan Leckie [EMAIL PROTECTED] Is it possible to configure wIntegrate so that text and graphic characters (lines and boxes etc.) occupy the whole window in a resolution more than 1024 pixels wide? At the comment we can maximise the window but get a big black border

RE: [U2] Casing Programming

2007-06-11 Thread Allen E. Elwood
You know the english language is pretty much all one case - lower - except for an occasional Capital letter. I'm sorry, but I prefer all upper case. The older you get, the harder it is to remember HOW you spelled a var, even without part of it being capitalized. LOT.NUMBER LOT.NBR LOTNO LOT.NO

RE: [U2] SB+ Account path needs to be changed.

2007-06-11 Thread Tim Peleski
Mike and Colin, Thank you for the responses! Fix.sbplus.pointers worked like a charm! Tim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Dallaire Sent: Monday, June 11, 2007 8:47 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] SB+ Account

[U2] OverQuoting, Subscribing, and Other Periodic Messages

2007-06-11 Thread Moderator
All, If you are reading this list through Nabble, Indexfocus, GMane, or any other third party, and want to get a direct feed, you can subscribe using the information found here: http://listserver.u2ug.org/. If you are already subscribed, thank you for your support. If you are

Re: [U2] Casing Programming

2007-06-11 Thread George Land
The reason many of us use upper case is that we started on systems that only supported upper case. Then at one time some were case sensitive and some were not, making porting from one place to another a nightmare if you hadn't been consistent. Then factor in that if you do your code in upper

RE: [U2] Casing Programming

2007-06-11 Thread Tony Gravagno
George wrote: The reason many of us use upper case is that we started on systems that only supported upper case. This was exactly my point. Some of these environments have never been changed because there are a lot of people who wrote code 20+ years ago and don't want to change the way they do

Re: [U2] Casing Programming

2007-06-11 Thread Jeff Schasny
I don't believe anyone is advocating the forced use of uppercase or the removal of this feature, we just don't think that its in any way inferior to code written in upper and lower case. To each their own, have a ball, smack that shift key all you like. Oh... and this particular recurring annual

Re: [U2] Casing Programming

2007-06-11 Thread Jerry
Oh come on, this argument again? Listen, you can program in mixed case with U2. It's just that some of us have decided to stay with uppercase and others have not. 99.9% of the users out there don't know and don't care how the programs are built just as long as they work. The one's that complain

Re: [U2] Casing Programming

2007-06-11 Thread MAJ Programming
Tony: I'll try COMPILE on my D3 client today. I hope it's 100% compatible as BASIC (O. If so, then I may consider reassigning BASIC to COMPILE. Is the presense of both verbs a compatibility or legacy issue. Thanks - Original Message - From: Tony Gravagno [EMAIL PROTECTED] To:

Re: [U2] Casing Programming

2007-06-11 Thread MAJ Programming
I agree, let's retire this thread. I only re-opened it up having just came from the VB project while maintaining all of my other standard uppercase stuff. It became clear to me then. It keeps my head in the different environments. Mark - Original Message - From: Jerry [EMAIL PROTECTED]

RE: [U2][EMPLOYMENT]

2007-06-11 Thread Debster
well then -- I'm in trouble but I'm 35 miles from ground zero as the crow flies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of john reid Sent: Monday, June 11, 2007 10:39 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2][EMPLOYMENT] I'm a mere 50