Re: [U2] No mail

2013-09-20 Thread Michael Spencer
Test.


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Will Johnson
Sent: Friday, September 20, 2013 5:04 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] No mail

Still no mail from the list.



--
View this message in context:
http://u2-universe-unidata.1073795.n5.nabble.com/No-mail-tp41844p41855.html
Sent from the U2 - Users mailing list archive at Nabble.com.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] Looking for work in Toronto area

2013-09-11 Thread Michael Spencer

Hi All,

My current employer is moving from Universe to SAP in a few weeks and so I
am once again looking for work in the greater Toronto area.  I have over 25
years of experience in D3 and Universe with my current job also involving
some System Builder work.

If you know of any current offerings or even have a list of companies that
use multi-value databases I would really appreciate the help.

Thanks,
Michael



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] [jobpost] Position available - Eastern GTA

2008-09-25 Thread Michael Spencer
A contract position is opening up at my employer's site in the eastern GTA
(greater Toronto area) for a period of 6 months or longer and I have been
asked to collect resumes.  We are a major manufacturing company that
currently uses Epicore's Avante MRP software which is written in SB+ (System
Builder).  We modify this software heavily to meet our needs and we use PRC
to promote software to QA and Live environments.  The very minimum
requirement for this position is Pick Basic but preference will be given to
those with SB+ and even more so to those who have Avante experience.

If you are interested in applying for this position please reply to author
with your resume with [jobpost] at the start of your subject line. 

Thank you,
Michael ([EMAIL PROTECTED])
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Re: WinteGrate

2005-01-12 Thread Michael Spencer
How about ignoring wIntegrate features altogether and use a call to a
subroutine like this:

001 subroutine web.call.url(url,extension,results)
002 if url='' then
003results=''
004return
005 end
006 if extension='' then extension='/ HTTP/1.1'
007 data 'GET ':extension:@am:''
008 execute '!telnet ':url:' 80' capturing results
009 *
010 return
011 *


 
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve Kunzman
Sent: January 12, 2005 3:19 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Re: WinteGrate

I had saved this post for future reference. The future is here. I am
trying to use WIN.PCRUN to launch internet explorer to retrieve UPS
package tracking information.  Their web site has changed, so I tried to
paste in the new URL, but it gives me a wIntegrate message, Unable to
run specified program. This URL works if I type it in the browser. If I
try to just launch the browser and view a jpeg, a simple URL
(WWW.UPS.COM), or a text file, it works. Any ideas?

http://wwwapps.ups.com/WebTracking/processInputRequest?HTMLVersion=5.0l
oc=en_USRequester=UPSHometracknum=1Z9366900308642377AgreeToTermsAndCo
nditions=yestrack.x=22track.y=9

Thanks. Steve
Unidata/HP-UX

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Mark Johnson
Sent: Saturday, February 21, 2004 12:23 PM
To: U2 Users Discussion List
Subject: Re: WinteGrate

A simpler way would be:

PCFILE=C:\FOLDER\PICTURE.JPEG
CALL WIN.PCRUN(IEXPLORE, PCFILE)

It opens up a new window with the aforementioned picture.

You can also pass URL's that you fabricate to open up very useful
windows.
Two that i use are:

www.maps.yahoo.com\address=123mainstreetzip=12345

and
www.ups.com/tracking/1Z12345678901234567

These are fictious urls, but you can visit both UPS/Fedex and/or
Mapquest/Yahoo or any other map-like site and cut  paste the real URL
and
modify the variable portion. Brings green screen users a little closer
to
the nice feel of the windows world.

All of my UPS clients use the UPS concept and 3 of mine with 'truck' use
the
map concept.

my 3 cents.
- Original Message -
From: [EMAIL PROTECTED]
To: u2-users@oliver.com
Sent: Saturday, February 21, 2004 11:39 AM
Subject: Re: WinteGrate


 In a message dated 2/19/2004 5:51:51 AM Pacific Standard Time,
 [EMAIL PROTECTED] writes:

   Question:  Using WinteGrate, running UniVerse 10, Unix - Is
there
  a way to display a 'jpeg' file in UniVerse ?
  We have trucking companies that send up 'proof of
  deliveries' in jpeg format. Our user base would love
  to be able to view them straight from UniVerse.
 
  As always, very appreciative for ideas/assistance
 
  Barry Rogen

 Barry store all the jpegs in a shared windows directory on your
network
 In Universe have your program tell Wintegrate to write the following
path
 into the clipboard blah blah blah (the path of the image in the
shared
Windows
 directory)
 Then in your Universe program tell Wintegrate to execute its script
 showjpg.scr or something like that (you create this script in a
shared
location as
 well)
 The Wintegrate script merely launches whatever it finds in the
clipboard

 Will Johnson
 Fast Forward Technologies
 --
 u2-users mailing list
 u2-users@oliver.com
 http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
u2-users@oliver.com
http://www.oliver.com/mailman/listinfo/u2-users
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Re: WinteGrate

2005-01-12 Thread Michael Spencer
I just tried it here and it works for me:

Call
win.pcrun('iexplore.exe','wwwapps.ups.com/WebTracking/processInputReques
t?HTMLVersion=5.0loc=en_USRequester=UPSHometracknum=1Z936690030864237
7AgreeToTermsAndConditions=yestrack.x=22track.y=9')

Maybe you just need to lose the http://   ?

(Though I am on D3/Aix)

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: January 12, 2005 4:02 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Re: WinteGrate

George, tried quoting and wwwapps is what I cut from the browser url.
Thanks. Steve

-- Original message -- 

 do you need to quote the URL? with all those 's and ?'s maybe 
 wintergate is trying to do something. 
 
 BTW, is it supposed to be wwwapps or www.apps and just a typo 
 for the email? 
 
 -Original Message- 
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] Behalf Of Steve Kunzman

 Sent: Wednesday, January 12, 2005 3:19 PM 
 To: u2-users@listserver.u2ug.org 
 Subject: [U2] Re: WinteGrate 
  
  
 I had saved this post for future reference. The future is here. I am 
 trying to use WIN.PCRUN to launch internet explorer to retrieve UPS 
 package tracking information. Their web site has changed, so 
 I tried to 
 paste in the new URL, but it gives me a wIntegrate message, Unable
to 
 run specified program. This URL works if I type it in the 
 browser. If I 
 try to just launch the browser and view a jpeg, a simple URL 
 (WWW.UPS.COM), or a text file, it works. Any ideas? 
  
 http://wwwapps.ups.com/WebTracking/processInputRequest?HTMLVers 
 ion=5.0l 
 oc=en_USRequester=UPSHometracknum=1Z9366900308642377AgreeToT 
 ermsAndCo 
 nditions=yestrack.x=22track.y=9 
  
 Thanks. Steve 
 Unidata/HP-UX 
  
 -Original Message- 
 From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
 On Behalf Of Mark Johnson 
 Sent: Saturday, February 21, 2004 12:23 PM 
 To: U2 Users Discussion List 
 Subject: Re: WinteGrate 
  
 A simpler way would be: 
  
 PCFILE=C:\FOLDER\PICTURE.JPEG 
 CALL WIN.PCRUN(IEXPLORE, PCFILE) 
  
 It opens up a new window with the aforementioned picture. 
  
 You can also pass URL's that you fabricate to open up very useful 
 windows. 
 Two that i use are: 
  
 www.maps.yahoo.com\address=123mainstreetzip=12345 
  
 and 
 www.ups.com/tracking/1Z12345678901234567 
  
 These are fictious urls, but you can visit both UPS/Fedex and/or 
 Mapquest/Yahoo or any other map-like site and cut  paste the real
URL 
 and 
 modify the variable portion. Brings green screen users a little
closer 
 to 
 the nice feel of the windows world. 
  
 All of my UPS clients use the UPS concept and 3 of mine with 
 'truck' use 
 the 
 map concept. 
  
 my 3 cents. 
 - Original Message - 
 From: 
 To: 
 Sent: Saturday, February 21, 2004 11:39 AM 
 Subject: Re: WinteGrate 
  
  
  In a message dated 2/19/2004 5:51:51 AM Pacific Standard Time, 
  [EMAIL PROTECTED] writes: 
  
   Question: Using WinteGrate, running UniVerse 10, Unix - Is 
 there 
   a way to display a 'jpeg' file in UniVerse ? 
   We have trucking companies that send up 'proof of 
   deliveries' in jpeg format. Our user base 
 would love 
   to be able to view them straight from UniVerse. 
   
   As always, very appreciative for ideas/assistance 
   
   Barry Rogen 
  
  Barry store all the jpegs in a shared windows directory on your 
 network 
  In Universe have your program tell Wintegrate to write the
following 
 path 
  into the clipboard blah blah blah (the path of the image in the 
 shared 
 Windows 
  directory) 
  Then in your Universe program tell Wintegrate to execute its script

  showjpg.scr or something like that (you create this script in a 
 shared 
 location as 
  well) 
  The Wintegrate script merely launches whatever it finds in the 
 clipboard 
  
  Will Johnson 
  Fast Forward Technologies 
  -- 
  u2-users mailing list 
  u2-users@oliver.com 
  http://www.oliver.com/mailman/listinfo/u2-users 
  
 -- 
 u2-users mailing list 
 u2-users@oliver.com 
 http://www.oliver.com/mailman/listinfo/u2-users 
 --- 
 u2-users mailing list 
 u2-users@listserver.u2ug.org 
 To unsubscribe please visit http://listserver.u2ug.org/ 
 --- 
 u2-users mailing list 
 u2-users@listserver.u2ug.org 
 To unsubscribe please visit http://listserver.u2ug.org/ 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] CallHTTP

2004-07-22 Thread Michael Spencer
It is the same limit as the length of a url which I think is 2083. 
 
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lee Bacall
Sent: July 22, 2004 11:36 AM
To: [EMAIL PROTECTED]
Subject: Re: [U2] CallHTTP

Anyone know offhand what the limit may be on a GET?

Thanks
Lee Bacall
http://www.binarystar.com
Phone: +1 (954) 791-8575
Cell:  +1 (954) 655-6581

- Original Message -
From: Wendy Smoak [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; Nick Cipollina
[EMAIL PROTECTED]
Sent: Wednesday, July 21, 2004 6:24 PM
Subject: RE: [U2] CallHTTP


snip

 Are you doing a GET or a POST?  There is a limit on GET, but it comes
 from the HTTP specification, not UniVerse.  (And exceeding it is no
 excuse for it dying like that!)

 -- 
 Wendy Smoak
 (Sent at 3:25 PM)
 ---
 u2-users mailing list
 [EMAIL PROTECTED]
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/