Re: [U2] U2 on Windows wierdness

2010-03-24 Thread Israel, John R.
I've seen things like this when using a mapped drive from Windows to UNIX. I create something in upper case yet it is in lower case on the UNIX box. If I build it on the UNIX box first (even just an empty file), the file name is in the upper/lower as I wanted. It appears to only be an issue

[U2] CLEAN.SYSTEM

2010-05-05 Thread Israel, John R.
I am getting an error in RedBack. Error code = 0XF002001E Sorry, an error has occurred in RGWSCHED I am being told to run /CLEAN.SYSTEM to see if this solves the problem. 1) what does this SB command do? 2) is this likely to fix the problem with RedBack? John Israel Senior Programmer/Analyst

[U2] SB Dict with User Subroutine and TCL

2010-05-21 Thread Israel, John R.
I need help building a SB Dict that calls a User Subroutine with several arguments. This needs to work from both within SB screens and from TCL. Originally, I have a derived field defined as: (B(SYSS9075.1,'VIA',SHIP_VIA)) where SYSS9075.1 had three arguments, 'VIA' was hard coded and

Re: [U2] SB Dict with User Subroutine and TCL

2010-05-24 Thread Israel, John R.
Stuart, You rock!!! This works perfectly! You the man! John Israel Senior Programmer/Analyst Dayton Superior Corporation 721 Richard St. Miamisburg, OH  45342 937-866-0711 x44380 -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] Division Issues

2010-06-21 Thread Israel, John R.
While not the RIGHT answer, maybe a work around would be to multiply (or ICONV) both numbers by some large factor (maybe 1), do your division, then divide/OCONV the number back to the real number. I have resolved similar situations when we needed lots of precision. John Israel Senior

Re: [U2] pick item date/time modification

2010-06-21 Thread Israel, John R.
Only in a dir file where each record is its own file. John Israel Senior Programmer/Analyst Dayton Superior Corporation 1125 Byers Road Miamisburg, OH  45342 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of doug

Re: [U2] UniData 'QUIT'

2010-06-24 Thread Israel, John R.
If QUIT just exists the udt process, why does it run a SB program instead of just do a BYE? I would think QUIT must do something else otherwise why go to the effort of doing something already provided by UniData. John Israel Senior Programmer/Analyst Dayton Superior Corporation 1125 Byers

Re: [U2] UniData 'QUIT'

2010-06-24 Thread Israel, John R.
Good find! It looks like a generic account uses the QUIT you showed below, but a System Builder account replaces the canned QUIT for a SB version. Is the problem in an SB account or not? That would steer us one way or the other. John Israel Senior Programmer/Analyst Dayton Superior

Re: [U2] HP-Ux, Samba, and Windows 7

2010-07-22 Thread Israel, John R.
I am not the SAMBA guy at our place, but we use it all the time w/o many issues. I personally use Windows 7, 64 bit w/o any problems. However, 2008 server DOES have a problem. It does not communicate well (or at all) with HP-UX (and maybe others). This is a known bug, but there does not

Re: [U2] Universe Triggers

2010-07-30 Thread Israel, John R.
While the trigger needs to be globally cataloged, it can call a locally cataloged routine. Every trigger we have simply calls a 2nd locally cataloged program that does all the work. Without this, it makes testing very difficult between a system that has live/test accounts on the same box.

Re: [U2] EREPLACE Function

2010-08-23 Thread Israel, John R.
I have done something similar, but I was willing to have punctuation too. My intent was to just get rid of unprintable/escape characters. If you do an: XXX=OCONV(XXX, MCP) it will convert all nonprinting characters to tildas (~). You could convert all PRINTABLE but unwanted characters to

Re: [U2] SB Client - Disable TAB

2010-09-24 Thread Israel, John R.
. If it's important that the user not enter a field until other fields before it have been entered, bounce them out by using the process before field slot. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John

Re: [U2] where did everyone go ?

2010-09-30 Thread Israel, John R.
I have received several of those mystery E-mails as well, plus that attachment. The attachment has always had the same name but been variable in size, and I have not opened it. John Israel Sr. Programmer/Analyst Dayton Superior Corporation 721 Richard St. Dayton, OH 45342 937-866-0711 x44380

Re: [U2] Uppercasing in SELECT

2010-12-03 Thread Israel, John R.
The EVAL is nice on the fly, but having an I-Desc that does the uppercase r you means it is always there. Give these I-Descs a consistent naming convention (always starts with a U. or ends with a .U) and you are set for live. John Israel Senior Programmer/Analyst Dayton Superior Corporation

[U2] Job Opening in Dayton

2011-01-19 Thread Israel, John R.
Dayton Superior Corp. is looking for a senior level programmer/analyst. We are running UniData/System Builder and using Epicor's Avanté software. Go to the following link at Monster.com for details. http://jobview.monster.com/Programmer-Analyst-Sr-Job-Miamisburg-OH-94539747.aspx Along with a

Re: [U2] Data in Dict

2011-01-25 Thread Israel, John R.
This problem might also disappear as hardware gets faster. John Israel Senior Programmer/Analyst Dayton Superior Corporation 1125 Byers Road Miamisburg, OH  45342 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of

Re: [U2] Pick Dinosaurs

2011-02-04 Thread Israel, John R.
Speaking of dinos, here is an interesting article I recently found. It has some REALLY old history: http://www.microdata-alumni.org/historical.htm John Israel Senior Programmer/Analyst Dayton Superior Corporation 1125 Byers Road Miamisburg, OH  45342

Re: [U2] Input or Output screen?

2011-02-10 Thread Israel, John R.
Take the process ID and read F1 from IIPROCESS. John Israel Senior Programmer/Analyst Dayton Superior Corporation 1125 Byers Road Miamisburg, OH  45342 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Nigel Laidlow

Re: [U2] Purging and Indexing

2011-02-16 Thread Israel, John R.
Building the index will take some time. Purging data from the index as you purge the actual data will also take extra time. The more indexing there is, the longer it takes to completely file or delete a record. Purge the data first, then build your index with nothing but clean data. John

Re: [U2] Catalog copy error

2011-02-22 Thread Israel, John R.
We are also using Avanté, but we do not have a program called SYSS4915.2. Nor do we have SYSS4915.1. I don't believe that TRUE UniData triggers are part of Avanté. We use them, but they have all been written in house. Epicor uses things that they CALL triggers, but they are not true

Re: [U2] Catalog copy error

2011-02-22 Thread Israel, John R.
ERROR still comes up when I try to catalog any programs. Maybe we should just start all over again and call the UDTHOME directory exactly the same as on the old system. Setting up logical file pointers in Solaris may have screwed things up. On 22/02/2011 14:07, Israel, John R. wrote: We are also

[U2] Redback Limit

2011-03-28 Thread Israel, John R.
Is there a limit to how much data can be passed from UniData through Redback? I am getting a: Server Error: 500 - Internal server error. If I reduce the # of records processed, select the data in different order, skip the apparent offending record, it continues to blow up. I have not

Re: [U2] Redback Limit

2011-03-30 Thread Israel, John R.
...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Wednesday, March 30, 2011 8:33 AM To: 'U2 Users List' Subject: Re: [U2] Redback Limit I was exporting all the user info we track with Avanté's ePortal from ePortal back to a web page which rips the data apart and automatically opens it in Excel. Over

Re: [U2] Redback Limit

2011-03-30 Thread Israel, John R.
-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Wednesday, March 30, 2011 10:33 AM To: 'U2 Users List' Subject: Re: [U2] Redback Limit It was not timing out. I have other pages that take longer. It really seemed to be a size limit. I develop with FF with a Web Developer plug

Re: [U2] Redback Limit

2011-03-31 Thread Israel, John R.
Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Wednesday, March 30, 2011 10:33 AM To: 'U2 Users List' Subject: Re: [U2] Redback Limit It was not timing out. I have other pages that take longer. It really

Re: [U2] Redback Limit

2011-03-31 Thread Israel, John R.
- From: Israel, John R. [johnisr...@daytonsuperior.com] Date: 03/30/2011 11:33 AM To: 'U2 Users List' Subject: Re: [U2] Redback Limit It was not timing out. I have other pages that take longer. It really seemed to be a size limit. I develop with FF with a Web Developer plug-in that helps a lot

Re: [U2] Redback Limit

2011-03-31 Thread Israel, John R.
that there was any limit, but after I demo-ed to them, they were believers! HTH, Laura -Original Message- From: Israel, John R. [johnisr...@daytonsuperior.com] Date: 03/31/2011 01:08 PM To: 'U2 Users List' Subject: Re: [U2] Redback Limit Thanks Laura, You are the first to confirm a size limit

Re: [U2] Game changer for U2 editors ([AD] added for Doug)

2011-04-05 Thread Israel, John R.
Or to make things worse, JavaScript does NOT give an error. It just doesn't work and you are left scratching your head wondering why. John Israel Senior Programmer/Analyst Dayton Superior Corporation 1125 Byers Road Miamisburg, OH  45342 -Original Message- From:

Re: [U2] Question about uvbackup dd and uvrestore

2011-04-15 Thread Israel, John R.
I am not familiar with the specific backup product, but I used to work for Ashwood years ago. They are VERY good people and leaving them was one of the hardest decisions I ever had to make. If you call, tell Doug I said hi. John Israel Senior Programmer/Analyst Dayton Superior Corporation

Re: [U2] Very Weird Trigger Behavior

2011-04-21 Thread Israel, John R.
Just a thought would be to change your select to use the non-default active select list. For example, instead of: CMD='SELECT TRADES WITH TRADE_CODE = ':CODE_DEF_ID:'' try CMD='SELECT TRADES WITH TRADE_CODE = ':CODE_DEF_ID:' TO 2' If you are running in PICK flavor, change the SELECT to select

Re: [U2] Very Weird Trigger Behavior

2011-04-21 Thread Israel, John R.
of DONE, you probably would hate to index that 'status' field since it would be a VERY large index for the DONE set of keys... DW -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Thursday, April 21

Re: [U2] Very Weird Trigger Behavior

2011-04-21 Thread Israel, John R.
The one risk I see here is if you are at TCL and have a bunch of keys in an active select that you are going to delete. If THAT select list is not loaded into one of the higher active select buffers (i.e. 1-9), you will have some nightmares when the SELECT in the trigger clobbers the SELECT

Re: [U2] Saying Goodbye...

2011-04-27 Thread Israel, John R.
However, a mature interface can not reasonably be achieved if it is a canned package with vendor support that is still old style. Even the GUI interface with SB leaves things to be desired. We are locked into whatever our vendor supports - writing our oun interface for a large ERP system will

Re: [U2] Saying Goodbye...

2011-04-27 Thread Israel, John R.
This would be a vendor decision to keep their clients (management). Otherwise, as we have all seen, management may make a call to go to something with a more familiar interface. Thus, the vendor looses a client. I was not suggesting WE rewrite this. Has anyone ever used the conversion tool

Re: [U2] Say Galaxay

2011-04-27 Thread Israel, John R.
UniDataVerse? -- Sent using BlackBerry - Original Message - From: u2-users-boun...@listserver.u2ug.org u2-users-boun...@listserver.u2ug.org To: U2 Users List u2-users@listserver.u2ug.org Sent: Wed Apr 27 16:44:37 2011 Subject: Re: [U2] Say Galaxay One universe

Re: [U2] Saying Goodbye...

2011-04-28 Thread Israel, John R.
I am NOT ignoring this. We have all heard (or experienced) the horror stories of companies that went away from a reliable PICK db to something that the new CFO (or whoever) wanted, the implementation was a disaster, went grossly over budget, and in the end, they ended up with a result that was

[U2] UniData Upgrade

2011-04-28 Thread Israel, John R.
The other day, we experienced a lot of users getting locked up. We did the normal steps of trying to cleanly log off the users that were stuck, releasing locks, etc. However in the end, we wound up having to reboot and the problems have not returned. While not the solution I like, we got to

Re: [U2] Say Galaxay--multiverse

2011-04-28 Thread Israel, John R.
Back in my old Prime days, I actually used WordMARC as my basic programming editor. You could not start a new program with it because it would through in some unwanted stuff, but if you just build a new program with a single line of code, WordMARC worked like a charm after that. Man! It has

Re: [U2] UniData Upgrade

2011-04-28 Thread Israel, John R.
Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Thursday, April 28, 2011 9:20 AM To: 'U2 Users List' Subject: [U2] UniData Upgrade The other day, we experienced a lot of users getting locked up. We did

Re: [U2] UniData Upgrade

2011-04-28 Thread Israel, John R.
-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Thursday, April 28, 2011 9:45 AM To: 'U2 Users List' Subject: Re: [U2] UniData Upgrade Wally, Yeah, I saw your comments in the E-mail stream that came back to us. Thanks for the info about the locking issue in early 7.2.x. I did

[U2] Uniobjects - What Is It?

2011-05-19 Thread Israel, John R.
I have been in the PICK world for decades and have worked with several interfaces. Green screen, SB, BlackSmith and Redback/web are my biggest areas of expertise. I have simply never worked with anything else because these are the tools at the places I have worked. I am embarrassed to ask,

Re: [U2] Uniobjects - What Is It?

2011-05-19 Thread Israel, John R.
Are you saying that UniObjects are used instead of Redback or is it used in addition to Redback? Without giving away company secrets, can you briefly describe some real world examples of what kind of applications were written with UniObjects? Loosely speaking, what practical uses are there

Re: [U2] Uniobjects - What Is It?

2011-05-19 Thread Israel, John R.
when I can do everything much more easily right in my .net applications (obviously backed by UniBasic Subs on the server). -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Thursday, May 19, 2011

Re: [U2] Uniobjects - What Is It?

2011-05-19 Thread Israel, John R.
-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Thursday, May 19, 2011 9:10 AM To: 'U2 Users List' Subject: Re: [U2] Uniobjects - What Is It? Are there any Avanté users out there that have things written with UniObjects

Re: [U2] Multi char delimiter in DICT item

2011-05-20 Thread Israel, John R.
It is for this pain in the butt type of situation that I often call a subroutine to do my work. I understand that part of the requirement was to try to avoid this, but I have had far too many situations where the I-Desc keeps getting more and more complicated to get the job done, only to find

Re: [U2] Universe : different time zone from AIX

2011-05-24 Thread Israel, John R.
Be warned that every program that compares dates and times will need to SERIOUSLY be reviewed. John Israel Senior Programmer/Analyst Dayton Superior Corporation 1125 Byers Road Miamisburg, OH  45342 -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] U2-Users Digest, Vol 25, Issue 18

2011-05-25 Thread Israel, John R.
Triggers would be one way, but beyond that I am not aware of anything. As with any trigger, it does whatever you tell it to do (which could be to log any change). You could turn it on/off with a control record w/o having to actually play with the trigger commands. John Israel Senior

Re: [U2] [UV] Emulate SQL MAX() function at TCL

2011-05-27 Thread Israel, John R.
How about this: Keep a control record that has the last value so you know where it was last time. READ REC FROM F.CONTROL, LAST.TEST ELSE REC = 0 REC2 = 1000 END LAST.TEST = REC1 ;* last hit INCREMENT = REC2 ;* how much to jump w/ each test TEST.ID = LAST.TEST

Re: [U2] uv 2 ud

2011-05-27 Thread Israel, John R.
As long as the customer has no preference, and there are not a bunch of funky things that only work with UV, I would go with what you know. Completing the project SHOULD be quicker and thus cheaper. Maintenance would also be quicker and cheaper. But that is just the 10,000 foot view/opinion.

[U2] Video Quirk

2011-05-31 Thread Israel, John R.
I have written a program that runs from TCL to look for bad E-mail addresses in various files. This info is then E-mailed to the user running the program (i.e. me) with an attachment of the problems found. It then asks if you wish to fix the data. If you say yes, it populates WORK1 with all

Re: [U2] Video Quirk

2011-05-31 Thread Israel, John R.
: Re: [U2] Video Quirk Hi John, Are you validating the existence of the address or just structure? I use a Thunderbird addon to verify address existence, but an automated verification would be icing on the cake. Thanks, Charlie Noah On 05-31-2011 10:18 AM, Israel, John R. wrote: I have written

Re: [U2] Video Quirk

2011-05-31 Thread Israel, John R.
On Tue, 31 May 2011 11:18:25 -0400, Israel, John R. wrote: I have written a program that runs from TCL to look for bad E-mail addresses in various files. This info is then E-mailed to the user running the program (i.e. me) with an attachment of the problems found. It then asks if you wish

[U2] SB Error

2011-06-07 Thread Israel, John R.
We are using Avanté w/ SB and a web interface for customers. On rare occasions, a web page is blowing up due to an error that is cleanly detected in Avanté/SB, but that the web side is clueless about. I am working on a pro-active program to detect these conditions, but after a while, it is

Re: [U2] SB Error

2011-06-07 Thread Israel, John R.
. Is the web interface run through the same account as the SB+ side? If not, are all those files in the other account's VOC? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Tuesday, June 07, 2011 11:03

Re: [U2] SB Error

2011-06-07 Thread Israel, John R.
...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Tuesday, June 07, 2011 9:56 AM To: 'U2 Users List' Subject: Re: [U2] SB Error The new stand-alone program is truly a program. It loops through the records, and for each record, populates the arguments as if it were called via

Re: [U2] SB Error

2011-06-07 Thread Israel, John R.
  45342 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Tuesday, June 07, 2011 12:13 PM To: 'U2 Users List' Subject: Re: [U2] SB Error That was not it. 21 files opened for each pass. John

Re: [U2] UniData Triggers

2011-06-14 Thread Israel, John R.
UniData handles it just fine. You need to be the owner of the data file or root to build the trigger. John Israel Senior Programmer/Analyst Dayton Superior Corporation 1125 Byers Road Miamisburg, OH  45342 -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] UniData Triggers

2011-06-14 Thread Israel, John R.
I agree! Triggers must be globally cataloged, but they can CALL a locally/directly cataloged subroutine that does all the real work. Also remember to CLOSE your files in the trigger program or you might hit a max file limit (this might not be an issue if the OPENs are done in the 2nd

Re: [U2] Question about updating customer's systems...

2011-06-17 Thread Israel, John R.
Colors are great. If you software sends E-mails, you should re-direct any E-mail from a non-live account back to the user running the process. This ensures that 1) the tester gets the E-mail to review and 2) a test E-mail does not go out to someone who believes it to be real and reacts

Re: [U2] Intergration of an existing file?

2011-06-21 Thread Israel, John R.
Are the two files in the same account? If not, can you move your new file to the same place as the old file and add the extra: DATA/DATA_X/ to the VOC to see what happens? John Israel Senior Programmer/Analyst Dayton Superior Corporation 1125 Byers Road Miamisburg, OH  45342

Re: [U2] Simple FMT question

2011-07-08 Thread Israel, John R.
In PICK mode: X = X R%4 In native mode: X = (:X) R#4 John Israel Senior Programmer/Analyst Dayton Superior Corporation 1125 Byers Road Miamisburg, OH  45342 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of

Re: [U2] Simple FMT question

2011-07-08 Thread Israel, John R.
On my box (UniData 7.2) in a native UniData account: X = 1 CRT X R%4 Returns %4 But in a PICK flavor account, it returns 0001 This can also be controlled for an individual program with the $BASICTYPE compiler option, but there are other syntax issues to look out for, mainly the

[U2] Debugger Woes

2011-07-11 Thread Israel, John R.
OK boys and girls, here is a weird one! Last week, one of our programmers was looking for some issues with 2 programs in Avanté. All he did with the 1st program (IIREADUL) was add a comment and recompile the code with the debugger option. All he did to the 2nd program is recompile with the

Re: [U2] Interesting Article

2011-07-13 Thread Israel, John R.
You may have answered your own question. Why do YOU like it? It is easy to develop, quick to code, fairly robust query language, and a lot cheaper than the BIG databases (Oracle, DB2, etc). John Israel Senior Programmer/Analyst Dayton Superior Corporation 1125 Byers Road Miamisburg, OH  45342

Re: [U2] Simple Masking of Password Input (Universe Basic)

2011-08-16 Thread Israel, John R.
That's actually pretty good! John Israel Senior Programmer/Analyst Dayton Superior Corporation 1125 Byers Road Miamisburg, OH  45342 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mark Eastwood Sent: Tuesday,

Re: [U2] PC based UniBasic program editor for 64 bit OS

2011-08-31 Thread Israel, John R.
I use SlickEdit. It allows me to color code things as I wish. I also sometimes use NotePad++. John Israel Senior Programmer/Analyst Dayton Superior Corporation 1125 Byers Road Miamisburg, OH  45342 -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] Ardent programmers

2011-09-09 Thread Israel, John R.
That was pretty good, Dawn! John Israel Senior Programmer/Analyst Dayton Superior Corporation 1125 Byers Road Miamisburg, OH  45342 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dawn Wolthuis Sent: Friday,

[U2] Upper Case Input

2011-09-29 Thread Israel, John R.
I am not sure we even want to do this but... Is there a SIMPLE way in SB to force all input to upper case so that if a person toggles between their E-mail and SB, they do not have to always remember to hit the caps-lock key (and then turn it off when they go back to their E-mail)? John

Re: [U2] Upper Case Input

2011-09-30 Thread Israel, John R.
in Lower Case. Trevor. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: 29 September 2011 22:12 To: 'U2 Users List' Subject: [U2] Upper Case Input I am not sure we even want to do

Re: [U2] FAST (File Analysis and Sizing Tool)

2011-10-04 Thread Israel, John R.
Especially when mass loading a big but empty file! John Israel Sent from my iPhone On Oct 4, 2011, at 8:50 PM, Allen Egerton aeger...@pobox.com wrote: MINIMUM.MODULUS can be your friend... On 10/4/2011 7:27 PM, Susan Lynch wrote: Eric, yes, in my experience, they do need resizing,

Re: [U2] The math just doesn't work.

2011-10-10 Thread Israel, John R.
I am coming late to this party, but wanted to throw out a bug that was just reported to Rocket. We found that PERCISION was causing a calculation to round in some cases and truncate in others. I am not sure where this stands because someone else on my team is driving this ticket, but it was

Re: [U2] The math just doesn't work.

2011-10-10 Thread Israel, John R.
Egerton Sent: Monday, October 10, 2011 8:31 AM To: U2 Users List Subject: Re: [U2] The math just doesn't work. On 10/10/2011 8:12 AM, Israel, John R. wrote: I am coming late to this party, but wanted to throw out a bug that was just reported to Rocket. We found that PERCISION was causing

[U2] SB Icons

2011-10-14 Thread Israel, John R.
We have a user that just loaded SB onto a Windows 7 box. In GUI mode, she is not getting the icons at the top of the window (Home, Back, Favorites, etc). Anyone know how to fix this? John Israel John Israel Senior ERP Developer Dayton Superior Corporation 1125 Byers Rd Miamisburg, OH

Re: [U2] SB Icons

2011-10-14 Thread Israel, John R.
: Friday, October 14, 2011 9:48 AM To: 'U2 Users List' Subject: Re: [U2] SB Icons Try disabling Aero mode for SBClient. Which version of SBClient and is it 32 or 64 bit Windows 7? hth Colin Alfke Calgary, Canada -Original Message- From: Israel, John R. We have a user that just loaded SB

Re: [U2] SB Icons

2011-10-14 Thread Israel, John R.
in there. That should turn off aero... Try that. On 10/14/11, Colin Alfkealfke...@hotmail.com wrote: There is a technote on the availability matrix. hth Colin Alfke -Original Message- From: Israel, John R. Disabling Aero sounds familiar! It is Windows 7 - 64 bit. SB Client 5.4

Re: [U2] SB Icons

2011-10-17 Thread Israel, John R.
: There is a technote on the availability matrix. hth Colin Alfke -Original Message- From: Israel, John R. Disabling Aero sounds familiar! It is Windows 7 - 64 bit. SB Client 5.4. HOW do I disable Aero w/ SB? Thanks John Israel -Original Message- From: Colin Alfke Try

Re: [U2] End of Month date routine

2011-12-05 Thread Israel, John R.
Agreed. That code is almost verbatim what I have used for 20+ years, and it has never failed me. John Israel Senior ERP Developer Dayton Superior Corporation 1125 Byers Rd Miamisburg, OH 45342 Office: 937-866-0711 x44380 Fax: 937-865-9182 johnisr...@daytonsuperior.com This message

Re: [U2] Is SB+ object-oriented?

2011-12-12 Thread Israel, John R.
Redback does for web interfacing. John Israel Senior ERP Developer Dayton Superior Corporation 1125 Byers Rd Miamisburg, OH 45342 Office: 937-866-0711 x44380 Fax: 937-865-9182 johnisr...@daytonsuperior.com This message w/attachments (message) is intended solely for the use of the

Re: [U2] SB print output question

2011-12-12 Thread Israel, John R.
Agreed! John Israel Senior ERP Developer Dayton Superior Corporation 1125 Byers Rd Miamisburg, OH 45342 Office: 937-866-0711 x44380 Fax: 937-865-9182 johnisr...@daytonsuperior.com This message w/attachments (message) is intended solely for the use of the intended recipient(s) and may

[U2] SB Missing Screen

2011-12-23 Thread Israel, John R.
I am dying here! We use PRC to push our SB stuff from TEST to PILOT and then from PILOT to LIVE. I wrote a new process in TEST that works perfectly. It looks for some txt files to import. If found, and you hit F2, it does some validation before importing. No problem. I used PRC to move

Re: [U2] SB Missing Screen

2011-12-23 Thread Israel, John R.
-Original Message- From: Israel, John R. I am dying here! We use PRC to push our SB stuff from TEST to PILOT and then from PILOT to LIVE. I wrote a new process in TEST that works perfectly. It looks for some txt files to import. If found, and you hit F2, it does some validation before

Re: [U2] SB Missing Screen

2011-12-23 Thread Israel, John R.
you load it parts of the project may be missing. On 23/12/2011 17:06, Israel, John R. wrote: You got that right! Actually, it looks like one of the programs was missed and it was running the prior version. No clue how or why, but I think I am on the right track. Sorry for the panic message

[U2] Date Problem

2012-01-20 Thread Israel, John R.
I have an INCLUDE that I use in ALL programs I touch. It simply does a bunch of assigning of variables so that I can use them as needed. One of these assignments is: TODAY = @DATE I have 1 program in 1 account that is consistently returning: 16066 (which is 12/26/11). This program is

Re: [U2] Date Problem

2012-01-20 Thread Israel, John R.
successful conversion of a possibly # invalid date. OCVDATE 0 On Fri, Jan 20, 2012 at 12:36 PM, Israel, John R. johnisr...@daytonsuperior.com wrote: I have an INCLUDE that I use in ALL programs I touch. It simply does a bunch of assigning of variables so that I can use them as needed. One

Re: [U2] Date Problem

2012-01-20 Thread Israel, John R.
-users-boun...@listserver.u2ug.org] On Behalf Of Allen Egerton Sent: Friday, January 20, 2012 1:07 PM To: U2 Users List Subject: Re: [U2] Date Problem On 1/20/2012 12:36 PM, Israel, John R. wrote: I have an INCLUDE that I use in ALL programs I touch. It simply does a bunch of assigning of variables

Re: [U2] Date Problem

2012-01-20 Thread Israel, John R.
-Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Friday, January 20, 2012 9:36 AM To: 'U2 Users List' Cc: Conway, Bruce; Majors,Larry Subject: [U2] Date Problem I have an INCLUDE that I use in ALL

Re: [U2] Date Problem

2012-01-20 Thread Israel, John R.
that time, and the Date is set based on that. That is, you are never resetting it. -Original Message- From: Israel, John R. johnisr...@daytonsuperior.com To: 'U2 Users List' u2-users@listserver.u2ug.org Sent: Fri, Jan 20, 2012 10:08 am Subject: Re: [U2] Date Problem I thought

Re: [U2] Date Problem

2012-01-20 Thread Israel, John R.
...@peninsulatruck.com -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Friday, January 20, 2012 10:20 AM To: 'U2 Users List' Subject: Re: [U2] Date Problem If it were just a few programs, I would

Re: [U2] Date Problem

2012-01-20 Thread Israel, John R.
, but in the environment which is wrapping around it. Reboot your servers, then try it again. I think it will change to today. -Original Message- From: Israel, John R. johnisr...@daytonsuperior.com To: 'U2 Users List' u2-users@listserver.u2ug.org Sent: Fri, Jan 20, 2012 10:23 am Subject: Re

[U2] Redback Connection Problem

2012-01-21 Thread Israel, John R.
I have 3 UniData accounts (LIVE.DATA, PILOT.DATA TEST.DATA). Each has its own web site (live, pilot test). We are using Redback (U2 Web DE). We are using Epicor's Avanté backend and a HEAVILY customized version of their ePortal web software. Over the past few months, I have developed code

Re: [U2] Redback Connection Problem

2012-01-22 Thread Israel, John R.
is that there are security restrictions on the Live system that are not on the test system Regards David Jordan -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Sunday, 22 January 2012 2:53 PM

Re: [U2] Redback Connection Problem

2012-01-23 Thread Israel, John R.
...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Saturday, January 21, 2012 7:53 PM To: 'U2 Users List' Subject: [U2] Redback Connection Problem I have 3 UniData accounts (LIVE.DATA, PILOT.DATA TEST.DATA). Each has its own web site (live, pilot test

Re: [U2] Redback Connection Problem

2012-01-23 Thread Israel, John R.
if you get any better information in the redback logs? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Monday, January 23, 2012 10:16 AM To: 'U2 Users List' Subject: Re: [U2] Redback

Re: [U2] Redback Connection Problem

2012-01-23 Thread Israel, John R.
in live, like to SFINCLUDE or OORDER, or something like that -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Monday, January 23, 2012 11:18 AM To: 'U2 Users List' Subject: Re: [U2] Redback

Re: [U2] Redback Connection Problem

2012-01-23 Thread Israel, John R.
: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Monday, January 23, 2012 11:49 AM To: 'U2 Users List' Subject: Re: [U2] Redback Connection Problem Correct -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] Redback Connection Problem

2012-01-23 Thread Israel, John R.
...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Monday, January 23, 2012 12:04 PM To: 'U2 Users List' Subject: Re: [U2] Redback Connection Problem Correct. That was part of my checking. File pointers, catalog pointers, etc... SPIDER command is working everywhere. Very frustrating

Re: [U2] Redback Connection Problem

2012-01-23 Thread Israel, John R.
machines are different to the live site and it could be an issue of security being tied down further than on the test machines. David Jordan -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent

Re: [U2] Redback Connection Problem

2012-01-23 Thread Israel, John R.
...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Monday, January 23, 2012 12:04 PM To: 'U2 Users List' Subject: Re: [U2] Redback Connection Problem Correct. That was part of my checking. File pointers, catalog pointers, etc... SPIDER command is working

Re: [U2] Redback Connection Problem

2012-01-23 Thread Israel, John R.
out everything we can before you get a tech on the line... have you tried it with a different browser and/or from a different computer? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent

Re: [U2] Date comparison

2012-01-24 Thread Israel, John R.
Isn't your 2nd line of code going to be doing a string comparison on the date, not a true date (number) comparison? I always do an internal format comparison of dates. If you need to do string comparisons, you d want them in -MM-DD format, but I advise against it. John John Israel

<    1   2   3   4   >