Re: [U2] How do I get the U2 Metadata Manager to work

2013-06-07 Thread Symeon Breen
 And I am still looking for a way to read data from a relational database
in a Basic program.


This has been around for years Mecki - look up the bci functions like
SQLPrepare etc.  Or there is the new EDA function as well.


Rgds
Symeon.


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


Re: [U2] Signature Capture and use

2013-06-07 Thread Manu Fernandes
hi,

Regarding os which manage the capture : Signature pad (MS-windows- .Net tool 
) ; tablet-screen  smatphone-screen (androïd- java; iOS - oC)

Then signature is received by uv then converted to base64 for storage; then 
converted to .png for display on screen ; then converted to EPS to include into 
postscript form;  then create job for printer or convert the form to pdf for 
sharing.

We store png into uv via basic encode(base64)  function which produce text 
format.

We use ImageMagic package to perform :
- image convertion from shell command line ;
- add text, logo, ... to the image/signature (name of the owner, reference of 
the transaction, ...)
- add information into exif internal data ; (name of the owner, reference of 
the transaction, ...)

my 2 pence.
Manu

Oaks, Harold harold.o...@clark.wa.gov a écrit :


I'm sure some of you are implementing signature pad capture to a
Universe system.  What are you using and doing?
I'd like to look into adding that feature to our jail system.

Thanks-
Harold Oaks
Clark County, WA

This e-mail and related attachments and any response may be subject to public 
disclosure under state law.
___
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


Re: [U2] How do I get the U2 Metadata Manager to work

2013-06-07 Thread Mecki Foerthmann
I know, tried it and it doesn't work on our setup because BCI only seems 
to work if the OS on the UD server is 32 bit.
We were told it didn't matter so they built a Redhat Linux 64 bit 
virtual server and put UD in that.

Now if I try to connect trough BCI I only get memory errors.
AFAIK EDA is only for connecting from SQL Server to U2 so no good for 
what I want to do.


On 07/06/2013 09:39, Symeon Breen wrote:

 And I am still looking for a way to read data from a relational database
in a Basic program.


This has been around for years Mecki - look up the bci functions like
SQLPrepare etc.  Or there is the new EDA function as well.


Rgds
Symeon.


___
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


Re: [U2] How do I get the U2 Metadata Manager to work

2013-06-07 Thread Wjhonson
Mecki we use BCP
You just execute it as a TCL command to the
underlying OS command line (DOS or Unix)
from your BASIC routine, and tell it to write
the output to a file and error log, sleep a few
seconds then read the resulting files.

You might want to stomp the files before you
start so you're not reading the previous output.

And if you're doing this multi-user on demand you
can put the user Login as part of the file name.


 

 

 

-Original Message-
From: Mecki Foerthmann mec...@gmx.net
To: u2-users u2-users@listserver.u2ug.org
Sent: Fri, Jun 7, 2013 6:54 am
Subject: Re: [U2] How do I get the U2 Metadata Manager to work


I know, tried it and it doesn't work on our setup because BCI only seems 
to work if the OS on the UD server is 32 bit.
We were told it didn't matter so they built a Redhat Linux 64 bit 
virtual server and put UD in that.
Now if I try to connect trough BCI I only get memory errors.
AFAIK EDA is only for connecting from SQL Server to U2 so no good for 
what I want to do.

On 07/06/2013 09:39, Symeon Breen wrote:
  And I am still looking for a way to read data from a relational database
 in a Basic program.


 This has been around for years Mecki - look up the bci functions like
 SQLPrepare etc.  Or there is the new EDA function as well.


 Rgds
 Symeon.


 ___
 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-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] How do I get the U2 Metadata Manager to work

2013-06-07 Thread Bill Brutzman
Mecki:

Consider using Adobe's ColdFusion as middleware... possibly with the new U2
REST tool.

View = HTML
Middle = CF, U2 ReST 
DataBase = U2, SQL

A cool thing about U2 Rest is that... it is fairly easy to leverage existing
UniBasic code... especially Subs.  Rocket has an outstanding three-part
video on how to do AJAX and ReST.  ColdFusion has many desirable features.

--Bill


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mecki Foerthmann
Sent: Friday, June 7, 2013 9:54 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] How do I get the U2 Metadata Manager to work

I know, tried it and it doesn't work on our setup because BCI only seems to
work if the OS on the UD server is 32 bit.
We were told it didn't matter so they built a Redhat Linux 64 bit virtual
server and put UD in that.
Now if I try to connect trough BCI I only get memory errors.
AFAIK EDA is only for connecting from SQL Server to U2 so no good for what I
want to do.

On 07/06/2013 09:39, Symeon Breen wrote:
  And I am still looking for a way to read data from a relational 
 database in a Basic program.


 This has been around for years Mecki - look up the bci functions like 
 SQLPrepare etc.  Or there is the new EDA function as well.


 Rgds
 Symeon.


 ___
 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-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] How do I get the U2 Metadata Manager to work

2013-06-07 Thread Symeon Breen
Hi  - I have udt 7.1 on redhat 64bit and we use BDT ok   ???


Also EDT is for unidata to get access to external data sources like sql
server so that would also solve the problem



-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mecki Foerthmann
Sent: 07 June 2013 14:54
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] How do I get the U2 Metadata Manager to work

I know, tried it and it doesn't work on our setup because BCI only seems to
work if the OS on the UD server is 32 bit.
We were told it didn't matter so they built a Redhat Linux 64 bit virtual
server and put UD in that.
Now if I try to connect trough BCI I only get memory errors.
AFAIK EDA is only for connecting from SQL Server to U2 so no good for what I
want to do.

On 07/06/2013 09:39, Symeon Breen wrote:
  And I am still looking for a way to read data from a relational 
 database in a Basic program.


 This has been around for years Mecki - look up the bci functions like 
 SQLPrepare etc.  Or there is the new EDA function as well.


 Rgds
 Symeon.


 ___
 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-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] [JOB] Work for Tiger Logic

2013-06-07 Thread Wjhonson
Looking at these requirements, and the well-known
phrase that salary is commensurate with
experience.  I wonder if anyone wants to hazard
a guess at what salary these requirements
might command in Orange County.
 
http://www.tigerlogic.com/tigerlogic/company/careers/rdemp.jsp

I know what they'd command in the bay area
and it's not pretty :)

Of course maybe some of these requirements
are merely would be nice to have's  




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


Re: [U2] How do I get the U2 Metadata Manager to work

2013-06-07 Thread Aaron Titus
Hi Dan,

With respect to BDT version, I installed it a month or two ago, and
recently applied an update (mine shows version 3.0.6) but note that in the
text description it still says March 2012 as the date.   Can we assume that
3.0.6 is the current version or did we miss something?   Also, when using
libraries like UDO for example, the syntax highlighting flags unassigned
variable warnings; is there a way to teach it to avoid this?

-Aaron




*Aaron Titus*
Senior Software Engineer
F.W. Davison  Company, Inc.
508-747-7261 x245
ati...@fwdco.com



On Thu, Jun 6, 2013 at 3:35 PM, Daniel McGrath
dmcgr...@rocketsoftware.comwrote:

 Hi Mecki,

 It sounds like you are running a old copy of BDT. Unassigned variable
 warnings from CALL statements was fixed sometime last year. Follow the
 instructions here (http://updates.rocketsoftware.com/u2/) to make sure
 you have the latest versions. I can't recall which version, but if you are
 on too old of a release, that update site won't work for you, so you would
 have to download the full version again before you can use it. The latest
 full package is MAR2013.

 Regards,
 Dan

 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org [mailto:
 u2-users-boun...@listserver.u2ug.org] On Behalf Of Mecki Foerthmann
 Sent: Thursday, June 06, 2013 1:22 PM
 To: u2-users@listserver.u2ug.org
 Subject: Re: [U2] How do I get the U2 Metadata Manager to work

 I'll keep that refresh option in mind.
 Still a hassle and I would prefer if they would just get rid of that
 'feature'.
 I also noticed that unassigned variable error that pops up for all
 functions including CALL that return a new variable.
 Some people may regard assigning a value before you use a function as good
 coding standard, I don't see the point, though.
 I haven't tried this in anger, but I recall that BDT treats all files as
 data files and you can edit data as well.
 Maybe this is a feature they could add to keep Dict files and hashed files
 separate so you don't have to look for the BP within 1000 data files every
 time.

 I have been using an external editor (mv developer) for several years now.
 I always save the program to disk, open it with ED, add a blank line
 somewhere and file it with FIBC.
 That takes care of PRC.
 Locking works when you open a program externally, so the only chance that
 someone could snatch the program ab incorporate it into another project is
 in that short period between saving in the external editor and opening it
 with ED on the UD server for the first time.
 Since I am the only UD programmer in the company it is virtually
 impossible that will ever happen.
 Well, and as long as you have OS.ED you can bypass PRC anyway.
 OK, if you NEVER EVER fix data with ED then you could probably remove it,
 but who would voluntarily block the only fire escape?

 We have a really old version of PRC (3.9) and I can't make a business case
 to invest in new software.
 There are other tools like mv.SSIS that I'd rather get first.
 Especially since tools like Rocket's Metadata Manager don't seem to work
 or I am too stupid to install them properly.
 I managed to get at least VSG to work on one SQL Server 2008 box, but that
 is a really primitive tool and I hate it.

 And I am still looking for a way to read data from a relational database
 in a Basic program.


 On 06/06/2013 18:30, Tom Whitmore wrote:
  Hi Mecki,
 
  One think that I always do with BDT is right-click on the program,
 select refresh, then open the program.  That seems to be the only way to
 make sure I have the current version.
 
  Currently, BDT is sort of working with PRC but it isn't honoring file
 ownership so I'm unable to let the programmers use BDT.  You do need to
 get some programs from Susan for things to work as I have it now.  I'm told
 the latest version of PRC supports BDT.  We are currently testing the new
 version of PRC but I haven't had an opportunity to try BDT on this version..
 
  As far as false errors, the latest version of BDT is greatly improved.
  However, I have noticed couple of false errors:
  1) if the numeric subroutine label does not have a : BDT doesn't
 recognize the label (like 99*).
  2) LOCATE(J,ORIG.PH,2;XXXPOS) THEN FOUND=1 ELSE FOUND=0 , BDT will
 report that XXXPOS was never assigned a value.  There are other instances
 of this type of problem.
 
  One thing I wish I could do is edit records in hashed files, but I don't
 see how to accomplish this.
 
  Tom Whitmore
  RATEX Business Solutions
 
  -Original Message-
  From: u2-users-boun...@listserver.u2ug.org [mailto:
 u2-users-boun...@listserver.u2ug.org] On Behalf Of Mecki Foerthmann
  Sent: Thursday, June 06, 2013 12:06 PM
  To: U2 Users List
  Subject: [U2] How do I get the U2 Metadata Manager to work
 
  Ever since we finally upgraded UniData at work I have been trying out
 the new tools and don't seem to have much fun with them.
  The best one is XAdmin and I use it a lot these days.
 
  IMHO the interface is a bit 

Re: [U2] How do I get the U2 Metadata Manager to work

2013-06-07 Thread Doug Averch
Aaron:

BDT uses it own lexical analysis tool instead of the real compiler.  So,
you have to wait until Rocket updates BDT.  Other than a version change
which you have, there have been no updates in 8 months.

[ad] Or try XLr8Editor for free for a couple of weeks.  XLr8 Tools get
updated every 3 or 4 weeks.[/ad]

Regards,
Doug
www.u2logic.com/downloads.html
Eclipse tools for U2 programmers

On Fri, Jun 7, 2013 at 9:29 AM, Aaron Titus ati...@fwdco.com wrote:

 Hi Dan,

 With respect to BDT version, I installed it a month or two ago, and
 recently applied an update (mine shows version 3.0.6) but note that in the
 text description it still says March 2012 as the date.   Can we assume that
 3.0.6 is the current version or did we miss something?   Also, when using
 libraries like UDO for example, the syntax highlighting flags unassigned
 variable warnings; is there a way to teach it to avoid this?

 -Aaron




 *Aaron Titus*
 Senior Software Engineer
 F.W. Davison  Company, Inc.
 508-747-7261 x245
 ati...@fwdco.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] How do I get the U2 Metadata Manager to work

2013-06-07 Thread Mecki Foerthmann

This is really all new for me, so you have to excuse my ignorance.
What is EDT?
I know EDA but that is for writing data to SQL Server but not for 
reading from it.

At least that's what it says in the documentation.
Doesn't that use replication?

I also have BDT working on 64 bit Linux but how does that help me?

And if you actually have BCI working on 64 bit Linux, which ODBC driver 
did you use?

Are there any 'gotchas' when installing it?
In that regard I am totally at the mercy of our sys admin since he is 
the only one who installs anything on Linux.
He installed a 64 bit ODBC driver and from a Linux shell he can connect 
to the SQL Server box I want to connect to with no problem.
I followed the documentation in setting up BCI but when I try to use 
CONNECT in a Basic program I always get a memory error.


On 07/06/2013 15:57, Symeon Breen wrote:

Hi  - I have udt 7.1 on redhat 64bit and we use BDT ok   ???


Also EDT is for unidata to get access to external data sources like sql
server so that would also solve the problem



-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mecki Foerthmann
Sent: 07 June 2013 14:54
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] How do I get the U2 Metadata Manager to work

I know, tried it and it doesn't work on our setup because BCI only seems to
work if the OS on the UD server is 32 bit.
We were told it didn't matter so they built a Redhat Linux 64 bit virtual
server and put UD in that.
Now if I try to connect trough BCI I only get memory errors.
AFAIK EDA is only for connecting from SQL Server to U2 so no good for what I
want to do.

On 07/06/2013 09:39, Symeon Breen wrote:

 And I am still looking for a way to read data from a relational
database in a Basic program.


This has been around for years Mecki - look up the bci functions like
SQLPrepare etc.  Or there is the new EDA function as well.


Rgds
Symeon.


___
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-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


Re: [U2] How do I get the U2 Metadata Manager to work

2013-06-07 Thread Wjhonson
Do you want any solution or only one which
requires use of BCI ?

 

 Why not get it working and then have more
leisure to figure out why the BCI way 
won't work


 

-Original Message-
From: Mecki Foerthmann mec...@gmx.net
To: u2-users u2-users@listserver.u2ug.org
Sent: Fri, Jun 7, 2013 12:38 pm
Subject: Re: [U2] How do I get the U2 Metadata Manager to work


This is really all new for me, so you have to excuse my ignorance.
What is EDT?
I know EDA but that is for writing data to SQL Server but not for 
reading from it.
At least that's what it says in the documentation.
Doesn't that use replication?

I also have BDT working on 64 bit Linux but how does that help me?

And if you actually have BCI working on 64 bit Linux, which ODBC driver 
did you use?
Are there any 'gotchas' when installing it?
In that regard I am totally at the mercy of our sys admin since he is 
the only one who installs anything on Linux.
He installed a 64 bit ODBC driver and from a Linux shell he can connect 
to the SQL Server box I want to connect to with no problem.
I followed the documentation in setting up BCI but when I try to use 
CONNECT in a Basic program I always get a memory error.

On 07/06/2013 15:57, Symeon Breen wrote:
 Hi  - I have udt 7.1 on redhat 64bit and we use BDT ok   ???


 Also EDT is for unidata to get access to external data sources like sql
 server so that would also solve the problem



 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mecki Foerthmann
 Sent: 07 June 2013 14:54
 To: u2-users@listserver.u2ug.org
 Subject: Re: [U2] How do I get the U2 Metadata Manager to work

 I know, tried it and it doesn't work on our setup because BCI only seems to
 work if the OS on the UD server is 32 bit.
 We were told it didn't matter so they built a Redhat Linux 64 bit virtual
 server and put UD in that.
 Now if I try to connect trough BCI I only get memory errors.
 AFAIK EDA is only for connecting from SQL Server to U2 so no good for what I
 want to do.

 On 07/06/2013 09:39, Symeon Breen wrote:
  And I am still looking for a way to read data from a relational
 database in a Basic program.


 This has been around for years Mecki - look up the bci functions like
 SQLPrepare etc.  Or there is the new EDA function as well.


 Rgds
 Symeon.


 ___
 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-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-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] How do I get the U2 Metadata Manager to work

2013-06-07 Thread Mecki Foerthmann

I don't think that is an option for me.
That sounds far too complicated for an old dinosaur like me.

I am no nuclear physicist but even I know that cold fusion is an urban 
myth and doesn't work!
You need temperatures and pressure like in the centre of the sun to get 
fusion going.

And that is VERY hot!
The Ajax I know has been dead for millennia and where I come from rest 
is for after work. :-)


On 07/06/2013 15:51, Bill Brutzman wrote:

Mecki:

Consider using Adobe's ColdFusion as middleware... possibly with the new U2
REST tool.

View = HTML
Middle = CF, U2 ReST
DataBase = U2, SQL

A cool thing about U2 Rest is that... it is fairly easy to leverage existing
UniBasic code... especially Subs.  Rocket has an outstanding three-part
video on how to do AJAX and ReST.  ColdFusion has many desirable features.

--Bill


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mecki Foerthmann
Sent: Friday, June 7, 2013 9:54 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] How do I get the U2 Metadata Manager to work

I know, tried it and it doesn't work on our setup because BCI only seems to
work if the OS on the UD server is 32 bit.
We were told it didn't matter so they built a Redhat Linux 64 bit virtual
server and put UD in that.
Now if I try to connect trough BCI I only get memory errors.
AFAIK EDA is only for connecting from SQL Server to U2 so no good for what I
want to do.

On 07/06/2013 09:39, Symeon Breen wrote:

 And I am still looking for a way to read data from a relational
database in a Basic program.


This has been around for years Mecki - look up the bci functions like
SQLPrepare etc.  Or there is the new EDA function as well.


Rgds
Symeon.


___
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-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


Re: [U2] How do I get the U2 Metadata Manager to work

2013-06-07 Thread Phil Walker
This is an issue because UV is currently  a 32bit app which will run on a 64 
bit platform. The 64bit ODBC driver will work fine in isolation but will not 
link to Universe under the CONNECT manner. You could create a verb ISQL which 
would link to isql, provided by the Microsoft ODBC driver from memory, but this 
is not ideal.

And if you actually have BCI working on 64 bit Linux, which ODBC driver did you 
use?
Are there any 'gotchas' when installing it?
In that regard I am totally at the mercy of our sys admin since he is the only 
one who installs anything on Linux.
He installed a 64 bit ODBC driver and from a Linux shell he can connect to the 
SQL Server box I want to connect to with no problem.
I followed the documentation in setting up BCI but when I try to use CONNECT in 
a Basic program I always get a memory error.
[Phil Walker] ---
On 07/06/2013 15:57, Symeon Breen wrote:
 Hi  - I have udt 7.1 on redhat 64bit and we use BDT ok   ???


 Also EDT is for unidata to get access to external data sources like 
 sql server so that would also solve the problem



 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mecki 
 Foerthmann
 Sent: 07 June 2013 14:54
 To: u2-users@listserver.u2ug.org
 Subject: Re: [U2] How do I get the U2 Metadata Manager to work

 I know, tried it and it doesn't work on our setup because BCI only 
 seems to work if the OS on the UD server is 32 bit.
 We were told it didn't matter so they built a Redhat Linux 64 bit 
 virtual server and put UD in that.
 Now if I try to connect trough BCI I only get memory errors.
 AFAIK EDA is only for connecting from SQL Server to U2 so no good for 
 what I want to do.

 On 07/06/2013 09:39, Symeon Breen wrote:
  And I am still looking for a way to read data from a relational 
 database in a Basic program.


 This has been around for years Mecki - look up the bci functions like 
 SQLPrepare etc.  Or there is the new EDA function as well.


 Rgds
 Symeon.


 ___
 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-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-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Signature Capture and use

2013-06-07 Thread Jeff Schasny
I wrote a VB.net application which integrates with our Universe system 
via Uniobjects and store the signatures on a shared Windows server 
directory using the sample code which Topaz provides with their 
signature capture pads. We decided on the Topaz hardware because 
(Surprise!) it pretty cheap @ around $100 for their low end USB 
signature pad.


http://www.topazsystems.com/

I'd be happy to share the source code if you're interested.

Oaks, Harold wrote:

I'm sure some of you are implementing signature pad capture to a
Universe system.  What are you using and doing?
I'd like to look into adding that feature to our jail system.

Thanks-
Harold Oaks
Clark County, WA

This e-mail and related attachments and any response may be subject to public 
disclosure under state law.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
.

  


--

Jeff Schasny - Denver, Co, USA
jschasny at gmail dot com

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


Re: [U2] Signature Capture and use

2013-06-07 Thread Oaks, Harold
Jeff:

Nice!  I certainly might contact you later and ask for that code.
(However - if you've put in the work, you do deserve some payment.)

The shared Windows directory is what I often use for I/O of data,
images, etc., so that's something I could probably understand and use
quickly.

Harold
-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeff Schasny
Sent: Friday, June 07, 2013 2:18 PM
To: U2 Users List
Subject: Re: [U2] Signature Capture and use

I wrote a VB.net application which integrates with our Universe system
via Uniobjects and store the signatures on a shared Windows server
directory using the sample code which Topaz provides with their
signature capture pads. We decided on the Topaz hardware because
(Surprise!) it pretty cheap @ around $100 for their low end USB
signature pad.

http://www.topazsystems.com/

I'd be happy to share the source code if you're interested.

Oaks, Harold wrote:
 I'm sure some of you are implementing signature pad capture to a 
 Universe system.  What are you using and doing?
 I'd like to look into adding that feature to our jail system.

 Thanks-
 Harold Oaks
 Clark County, WA

 This e-mail and related attachments and any response may be subject to
public disclosure under state law.
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 .

   

--

Jeff Schasny - Denver, Co, USA
jschasny at gmail dot com

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

This e-mail and related attachments and any response may be subject to public 
disclosure under state law.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] How do I get the U2 Metadata Manager to work

2013-06-07 Thread Bill Brutzman
Mecki:

While it may be counter-intuitive that ColdFusion is very hot...

The compelling gravity in the entire web UniVerse is the idea is the idea
browser front end.   

As CF was originally tag-based... if a programmer knows any HTML... that
same programmer already knows much CF.

Where CF shines is middleware to connect to databases... and rapid
application development.

It is worth it to go to adobe.com and check out CF.

A related impossibility is that the CF community is even more gung-ho that
the U2 community.  Who knew?

--Bill


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


Re: [U2] How do I get the U2 Metadata Manager to work

2013-06-07 Thread Wols Lists
On 07/06/13 20:49, Mecki Foerthmann wrote:
 I don't think that is an option for me.
 That sounds far too complicated for an old dinosaur like me.
 
 I am no nuclear physicist but even I know that cold fusion is an urban
 myth and doesn't work!
 You need temperatures and pressure like in the centre of the sun to get
 fusion going.
 And that is VERY hot!

Actually, if it wasn't for cold fusion, then the sun wouldn't shine!

As I learnt in one of my uni courses, I can't remember which step in the
hydrogen cycle it is, but by all the standard calculations it's impossible.

But, by dint of quantum tunneling (aka cold fusion) the impossible
happens often enough to power the sun :-)

Which is one of the reasons I'm a cold-fusion sceptic, but not an
outright disbeliever. I studied the Fleischman-Pons debacle as another
one of my uni courses, and I firmly believe that the bad publicity they
generated basically destroyed a good avenue of research.

Cheers,
Wol

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