RE: [U2] USB printer on D3

2005-11-28 Thread CA Software
I have had problems like this with other printers at clients - not USB
printer but a similar scenario.  To resolve it I have had to go to the
Windows properties for the printer and ensure that it is set to print RAW
data.

I don't know if that helps.

Regards,

Neil.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Johnson
Sent: 27 November 2005 14:24
To: u2-users@listserver.u2ug.org
Subject: [U2] USB printer on D3

I have D3 installed on an Windows Xp system. I have a HP 1020 LaserJet
printer
(USB) that works fine on the windows side.

I've properly created the device with 1 page eject. I have the printer
folder
open and when I send a print-job, I hear the wheels spinning on the printer
but nothing comes out. I've appended 2-3 char(12)'s to the end of the job to
kick it but to no avail.

When I go to windows and print a test page, that job waits until I
power-down
the printer. The D3 job disappears and the test page comes out.

Any suggestions?
Thanks in advance.
Mark Johnson
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.8/184 - Release Date: 27/11/2005
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.8/184 - Release Date: 27/11/2005
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Date ICONV In English

2005-09-02 Thread CA Software
Try using an F or A correlative and the DI conversion code e.g.

F;1;(DI) where 1 is the attribute number of the recorded date in Human Read
Format.

Putting the DI in the conversion of a dictionary won't sort properly.

The DI is the Date Iconv correlative.

IHTH.

Neil Charrington

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Johnson
Sent: 02 September 2005 14:00
To: u2-users@listserver.u2ug.org
Subject: [U2] Date ICONV In English 

To All:

Is there any simple method short of an Itype or called routine to convert
the
human date of 12/15/05 into its ICONV version to then sort by.

I've run into another data file on a customer's system that has this in a
specific place, albeit non-sortable. I could write a [] conversion to put
the
year first, but I would like to know of a process code that may help.

Thanks in advance.
Mark Johnson
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

-- 
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.18/88 - Release Date: 01/09/2005
 

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.18/88 - Release Date: 01/09/2005
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Date ICONV In English

2005-09-02 Thread CA Software
Yes this will also work in D3.  I don't know why I complicated matters.

Looking at one of Mark's latest emails, it seems that the date he wants to
convert to internal format is actually embedded in a string of text, so he
will have to use an F or A correlative.

For example:

F;1;(G5 1);(DI)

Assuming that the date is stored in attribute 1 and is the 6th group
separated with spaces.


-Original Message-
From: Stevenson, Charles [mailto:[EMAIL PROTECTED] 
Sent: 02 September 2005 20:01
To: u2-users@listserver.u2ug.org
Cc: CA Software; Mark Johnson
Subject: RE: [U2] Date ICONV In English 

I did not know that! Works like a charm on UV.  
Mark, how about D3?
I just did DI not wrapped in an F- or A-correlative:

CT VOC CDS
 CDS
0001 X
0002 12/15/05

LIST VOC CDS  F2 CDS.DATE CONV  CDS.DATE

LIST VOC CDS  F2 CDS.DATE CONV  CDS.DATE 02:53:48pm  02 Sep 2005
PAGE1
VOC. F2... CDS.DATE CDS.DATE

CDS  12/15/05 13864 12-15-05

1 records listed.
 
CT DICT VOC CDS.DATE
 CDS.DATE
0001 S
0002 2
0003 
0004 
0005 
0006 
0007 D2-   --- output conversion optional
0008 DI--- correlative
0009 R
0010 8

 Try using an F or A correlative and the DI conversion code e.g.
 
 F;1;(DI) where 1 is the attribute number of the recorded date 
 in Human Read Format.
 
 Putting the DI in the conversion of a dictionary won't sort properly.
 
 The DI is the Date Iconv correlative.
 
 IHTH.
 
 Neil Charrington

-- 
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.18/88 - Release Date: 01/09/2005
 

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.18/88 - Release Date: 01/09/2005
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UD to SMS

2005-07-26 Thread CA Software
Bruce,

Do the reps have to dial in to request the data to be sent?  Can the data be
sent anyway - if they are unavailable the message is stored on the phone or
with the service provider?

Have you thought about writing the SMS information to a file/directory on a
server that has a resident program monitoring for data in this location and
if items are found that require sending by SMS then the routine immediately
sends the required data to the required telephone number.

I know of software that uses this method to send fax, email and SMS messages
to clients/employees.  You simply send the data as ascii text with a
properties record saying how it is to be sent and the telephone number or
email address to use.

The software is independent of any multi-value platform (it's a VB program).
The software is called OSMOSiS-eFax (it was originally called mv-eFax -
http://www.mv4gl.com/Prod_mv_eFAX.shtml - but now has SMS communication
added) see www.sc-sys.com about OSMOSiS.

IHTH

Regards,

Neil.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bruce Lunt
Sent: 26 July 2005 23:47
To: u2-users@listserver.u2ug.org
Subject: [U2] UD to SMS

Hi All,

A couple of months ago you all helped me with CALLHTTP and now I am back to 
ask for help with SMS. The CALLHTTP is working great, btw.

We have a division in Malaysia that wants to be able to have their outside 
sales reps check on their monthly sales goals using cell-phones and/or 
pda's. The question I have for the U2 world is if this has been done already

and if you can give me some guidelines on what to do and what not to do?

We see this as either:
1. exporting the sales goals data to an external server that is accessible 
from the web
2. have the phone send a query to the Unidata system and then receive a 
reply with the individual's data, on demand.
3. any other ways to approach a solution to this problem, of course. :)

The problem that I see with option 1 is that even though we may have some 
sales reps in the field that want to use the new remote query ability there 
could be many more that are just as happy without doing anything different 
from what they already have. If we off-load the data to a web-service then 
we either have to update everybody's data (possible security concerns) or 
mark the records of the sales reps that want to participate (still some 
security concerns) and off-load only the marked ones.

Option 2 is more granular but do I have to worry about different protocols 
or standards used by the different phone services?

I hope I have explained myself well enough. Oh yeah, can anyone recommend a 
good resource for the programming of SMS?

Thanks for any and all assistance.

Regards,
Bruce Lunt
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

-- 
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.5/58 - Release Date: 25/07/2005
 

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.5/58 - Release Date: 25/07/2005
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] OT: London

2005-07-08 Thread CA Software
As another Brit, I would also like to thank everyone who has voiced their
support and good wishes after the events of the past 24 hours.

Matti has a very cynical point of view which I doubt will be common to the
vast majority of Brits.

I have not been affected in any way by the events of yesterday, other than
to watch (from a safe distance - Birmingham UK) the tragedy unfold during
yesterday and its aftermath.

I agree that the London bombings are not on the same scale as the horrific
events of 9/11 - which I again watched from afar (although I have been to
Ground Zero and seen what a monument that is to those events and people)
but...

Matti, this has not only affected those 38 (and rising) who have tragically
lost their lives and their families and friends.

There are also the hundreds who have been physically affected in the
tragedy, losing limbs, eyes, hearing, burned and scarred.

There are those who, by great fortune, walked away from the bombings almost
unscathed - apart from almost certainly having nightmares, panic attacks and
paranoia for the rest of their lives.

There are the thousands who will have to live with the aftermath of these
events - family and friends of the people who are physically or mentally
scarred.  Those who attended the scenes from the emergency services who will
also be affected by what they saw and experienced whilst they attended the
injured, dying and already dead at the scene and in the surrounding
hospitals.

Finally, there are those who were in the vicinity of the blasts or watching
on television or simply heard of the events who will now be so affected that
they will be unable to travel because of the fear that this might happen
again (and probably will).

Some of these affects will only last days, weeks or months whilst others are
for life - and that's not only those affected by deaths of loved ones.

Again, thank you all for your thoughts and sympathies for the Brits affected
by the bombings of yesterday.

As for ID cards, that's another story or argument that will run-and-run
until we have them and wondered what all the fuss was about.

Regards,

Neil.
 
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matti Lamprhey
Sent: 07 July 2005 23:03
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] OT: London

This lurking Brit would like to respond on behalf of other Brits and to
thank you all for your good wishes.

I know this is going to be described as England's 9/11, but it doesn't
really feel like that.  Rightly or wrongly, it's not going to change the way
we view the rest of the world or ourselves;  there will be some attempts to
insist that we introduce more authoritarian measures like ID cards, until it
becomes clear that they wouldn't make a blind bit of difference.  For 38 or
more families it's a profound tragedy, but for other Londoners it's a
passing shock and a topic for pub conversations over the coming weeks.

But nevertheless your thoughts are very much appreciated.

Matti

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Glen B
Sent: 07 July 2005 22:17
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] OT: London


  Same sentiments here. I hope that all is well.


 I know some of the subscribers on this list are from the UK.

 I want you to know that our thoughts and prayers are with you today.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

-- 
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.8.10/43 - Release Date: 06/07/2005
 

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.8.10/43 - Release Date: 06/07/2005
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/