I should have been more specific. We are running Unidata 6.0 on a Windows 2000 server as well as using SystemBuilder 5.2.4.
Taking what I learned here I found that system(514) will give me a count of users logged on. I have created basic program that outputs the info I need to a file. I used the SB job scheduler to create a phantom to run it. However, I think I remember that Sleep doesn't work with job scheduler and I have the program sleep for 60 seconds before looping. Can anyone verify this? If sleep doesn't work is there a work around for me to pause the program and run it every 60 seconds? Or I suppose I could run it as a phantom directly out of UniData, but I don't know the command structure to execute that. Can anyone help me on this as well? Thanks. Al -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, June 26, 2004 3:05 AM To: [EMAIL PROTECTED] Subject: U2 Users Digest V1 #109 U2 Users Digest Saturday, June 26 2004 Volume 01 : Number 109 In this issue: Re: [U2] [AD] kind of, command line scanning solution Re[2]: [U2] Monitoring a count of users logged on RE: [U2] Proc RE: Re[2]: [U2] Monitoring a count of users logged on [U2] &COMO& capturing EXECUTE output Re: [U2] Proc RE: [U2] Proc RE: [U2] &COMO& capturing EXECUTE output RE: [U2] Performancing of File Universe Re: [U2] Linux and PE Re: [U2] Linux and PE RE: [U2] [AD] kind of, command line scanning solution ---------------------------------------------------------------------- Date: Fri, 25 Jun 2004 11:41:28 -0400 From: "Richard A. Wilson" <[EMAIL PROTECTED]> Subject: Re: [U2] [AD] kind of, command line scanning solution Keynet & 1mage yes do indeed offer full blown environments but the client is a small shop and if I remember correctly complete solutions are lots & lots of dollars. Twaincommander is 199 euro for a single user licence and since I'm starting it up from within revelation I control the file name that is created. From there I build up a xref in rev based on the record Id for the name&address file. Once the image is scanned I have a little rev prgm that presents the xref of imaged files and shell out from there to the default image viewer Rich Scott Richardson wrote: > Good stuff, Rich! > > There is also a company out of Southern New Hampshire called: > > KeyNet Incorporated > PO BOX 4128 > Windham, New Hampshire 03087-4128 USA > tel. 603.890.5355 > fax 603.890.5380 > www.keynetinc.com > > They are able to intergrate scanned documents and embed them with any > U2, or PICk, or any other RDBMS or application. > > They specialize in this sort of stuff. > > Regards, > Scott > > > > ----- Original Message ----- > From: "Richard A. Wilson" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, June 25, 2004 10:03 AM > Subject: [U2] [AD] kind of, command line scanning solution > > > >>Hello group, >> >>I'm finalizing a scanning project for one of my clients and thought I'd >>pass this information along. >> >>I've been working with www.twaintools.com's product called >>twaincommander, it provides extensive command line options which I've >>integrated into one of our client's application. The client uses >>revelation g2b but this would just as easily fit the U2 world. >> >>I've tested some of the other options out there in internet-land but >>twaincommander appears to be lean & mean and tech support has been great. >> >>The client will start scanning rooms full of documents beginning monday >>so we'll see how the real-world process goes. >> >>Note, I ended up using some vb scripting logic since I was hitting a >>line length limitation in the old 16 bit revelation software. This >>probably wouldnt be an issue for U2 >> >>Again, just thought I'd pass this along incase anyone else is looking >>for a scanning solution. >> >>Thanks, Rich >>-- >>Richard A. Wilson >>Lakeside Systems >>Smithfield, RI, USA >>[EMAIL PROTECTED] >>www.lakeside-systems.com >>------- >>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/ > - -- Richard A. Wilson Lakeside Systems Smithfield, RI, USA Voice 401-231-3959 Fax 401-231-3943 [EMAIL PROTECTED] www.lakeside-systems.com ------------------------------ Date: Fri, 25 Jun 2004 11:46:15 -0400 (EDT) From: Bill Pizer <[EMAIL PROTECTED]> Subject: Re[2]: [U2] Monitoring a count of users logged on I have this running every 60 minutes for UniData: totallogins=`/usr/ud60/bin/listuser |head -4| tail -1 |awk '{print $6}'` wwwlogins=`ps -eaf |grep udapi_slave |grep -v grep | wc -l |sed "s/ //g"` ssllogins=`ps -eaf |grep udtelnet |grep -v grep |wc -l |sed "s/ //g"` dat=`date` echo "TOT=$totallogins,WWW=$wwwlogins,SSL=$ssllogins $dat" >> /tmp/count_udt - --------------------------------------- Original Email From: Kent Walker <[EMAIL PROTECTED]> Sent: Jun 24, 2004 08:32 PM To: [EMAIL PROTECTED], " ([EMAIL PROTECTED])" <[EMAIL PROTECTED]> Subject: Re: [U2] Monitoring a count of users logged on You'll need a way to save the fourth line of the "listuser" output to the end of a log file along with a timestamp. UNIX or Windows? At 04:09 PM 6/24/2004, Al DeWitt wrote: >I need to be able to monitor the number of users logged into the server. I >would want this to run periodically (say every 10 minutes) Monday through >Friday, 08:00 - 15:00. I would like the output to go to a text file for >later analysis. The output could be as simple as Date, Time, # of Users >logged in. > >Is this something I can do via UniAdmin? Do I need to write a basic program >and run it as a phantom? > >Thanks. > >Al DeWitt >Stylmark, Inc. >763-574-8705 >[EMAIL PROTECTED] - --- Kent Walker - Datatel Analyst Information Technology - U.C. Hastings College of the Law 415-565-4635 - ------- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/ ------------------------------ Date: Fri, 25 Jun 2004 10:47:37 -0500 From: "Tom Dodds" <[EMAIL PROTECTED]> Subject: RE: [U2] Proc How about Batch Strings? Tom Dodds [EMAIL PROTECTED] 630-235-2975 "Outside of a dog, a book is man's best friend. Inside of a dog it's too dark to read." Groucho Marx - -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lyn Marshall Sent: Friday, June 25, 2004 10:13 AM To: [EMAIL PROTECTED] Subject: RE: [U2] Proc There are some of us who learned proc before Pick/Basic even, back when Microdata had the ability to open, read and write to files from within procs! I don't miss *those* good ol' days! Lyn Marshall J & B Group, Inc. - -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Mayo Sent: Wednesday, June 23, 2004 7:29 AM To: [EMAIL PROTECTED] Subject: Re: [U2] Proc Thank you all for the links....and to think I thought proc was dead and gone ;-) >Steve, > >Try >http://www-306.ibm.com/software/data/u2/pubs/library/100univ/univ_101.h tml >for the UniVerse Guide to ProVerb, Version 10.1 (G251-1922-00), which is a >reasonably complete Proc manual - IBM calls it "ProVerb" rather than Proc! > >Susan M. Lynch >F.W. Davison & Company, Inc. > >CONFIDENTIALITY NOTICE: >This e-mail message, and any accompanying documents, is for the sole use of >the intended recipient(s) and may contain confidential and privileged >information. Any unauthorized review, use, disclosure, distribution or >copying is prohibited. If you are not the intended recipient, please >contact our office by email or by telephone at (508) 747-7261 and >immediately destroy all copies of the original message. > >----- Original Message ----- >From: "Steve Mayo" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, June 23, 2004 4:42 AM >Subject: [U2] Proc > > >> I know it's a dirty word, but I am in the need of a "proc" manual. My >> client has over 200 procs of which some are very esoteric. >> >> Any help would be appreciated. >> >> Steve Mayo >> Oasis Automation >> ------- >> 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/ CONFIDENTIAL NOTICE: This e-mail and any attachments may contain confidential and privileged information. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this e-mail and destroy any copies. Any dissemination or use of this information by a person other than the intended recipient is unauthorized and may be illegal. - ------- 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/ ------------------------------ Date: Fri, 25 Jun 2004 12:02:24 -0400 From: "Stevenson, Charles" <[EMAIL PROTECTED]> Subject: RE: Re[2]: [U2] Monitoring a count of users logged on I do something similar on UV starting with `cat /.uvhome`/bin/uvlictool report_lic instead of UD's: /usr/ud60/bin/listuser (A question about uvlictool came up in the "Universe Database Hang" thread this week.) > -----Original Message----- > From: Bill Pizer > > I have this running every 60 minutes for UniData: > > totallogins=`/usr/ud60/bin/listuser |head -4| tail -1 |awk > '{print $6}'` wwwlogins=`ps -eaf |grep udapi_slave |grep -v > grep | wc -l |sed "s/ //g"` ssllogins=`ps -eaf |grep udtelnet > |grep -v grep |wc -l |sed "s/ //g"` > dat=`date` > echo > "TOT=$totallogins,WWW=$wwwlogins,SSL=$ssllogins $dat" >> > /tmp/count_udt ------------------------------ Date: Fri, 25 Jun 2004 13:16:54 -0400 From: "Chuck Mongiovi" <[EMAIL PROTECTED]> Subject: [U2] &COMO& capturing EXECUTE output Does anyone know how to make &COMO& *NOT* capture EXECUTE output .. I'm doing something like this: 001 EXECUTE "ANY COMMAND" CAPTURING STUFF 002 { CHECK STUFF FOR ERRORS } 003 IF ERRORS THEN PRINT STUFF My program prints some output that I'll call "NORMAL" and I want to see that in the &COMO& file .. when I run the EXECUTE command, I only want to see the output if there's an error, so I can't use something like HUSH ON/OFF .. Any ideas? Chuck Mongiovi / Silver Line MIS ------------------------------ Date: Fri, 25 Jun 2004 13:31:27 -0400 From: "Ed Weissman" <[EMAIL PROTECTED]> Subject: Re: [U2] Proc Are you the same Lyn Marshall from Saguaro Data Systems in Scottsdale, AZ? >From whom I bought a GA Zebra 3820 and MMC ERP package in 1986? From whom I bought my very first "Pick PC"? If so, I'd love to hear from you! Here or off line at [EMAIL PROTECTED] Ed Weissman P.S. Good news and bad news. Our MRP run from 8/12/86 is still running. Good hardware, but do you think we may be in a loop? - ----- Original Message ----- From: "Lyn Marshall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 25, 2004 11:12 AM Subject: RE: [U2] Proc > There are some of us who learned proc before Pick/Basic even, back when > Microdata had the ability to open, read and write to files from within > procs! I don't miss *those* good ol' days! > > Lyn Marshall > J & B Group, Inc. > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Steve Mayo > Sent: Wednesday, June 23, 2004 7:29 AM > To: [EMAIL PROTECTED] > Subject: Re: [U2] Proc > > Thank you all for the links....and to think I thought proc was dead and > gone ;-) > > > >Steve, > > > >Try > >http://www-306.ibm.com/software/data/u2/pubs/library/100univ/univ_101.h > tml > >for the UniVerse Guide to ProVerb, Version 10.1 (G251-1922-00), which > is a > >reasonably complete Proc manual - IBM calls it "ProVerb" rather than > Proc! > > > >Susan M. Lynch > >F.W. Davison & Company, Inc. > > > >CONFIDENTIALITY NOTICE: > >This e-mail message, and any accompanying documents, is for the sole > use > of > >the intended recipient(s) and may contain confidential and privileged > >information. Any unauthorized review, use, disclosure, distribution or > >copying is prohibited. If you are not the intended recipient, please > >contact our office by email or by telephone at (508) 747-7261 and > >immediately destroy all copies of the original message. > > > >----- Original Message ----- > >From: "Steve Mayo" <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >Sent: Wednesday, June 23, 2004 4:42 AM > >Subject: [U2] Proc > > > > > >> I know it's a dirty word, but I am in the need of a "proc" manual. My > >> client has over 200 procs of which some are very esoteric. > >> > >> Any help would be appreciated. > >> > >> Steve Mayo > >> Oasis Automation > >> ------- > >> 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/ > > CONFIDENTIAL NOTICE: This e-mail and any attachments may contain > confidential and privileged information. If you are not the intended > recipient, please notify the sender immediately by return e-mail, > delete this e-mail and destroy any copies. Any dissemination or use of > this information by a person other than the intended recipient is > unauthorized and may be illegal. > ------- > u2-users mailing list > [EMAIL PROTECTED] > To unsubscribe please visit http://listserver.u2ug.org/ > > > This e-mail was scanned for viruses using BitDefender. ------------------------------ Date: Fri, 25 Jun 2004 13:43:58 -0400 From: Nick Cipollina <[EMAIL PROTECTED]> Subject: RE: [U2] Proc That ability is still there. - -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lyn Marshall Sent: Friday, June 25, 2004 11:13 AM To: [EMAIL PROTECTED] Subject: RE: [U2] Proc There are some of us who learned proc before Pick/Basic even, back when Microdata had the ability to open, read and write to files from within procs! I don't miss *those* good ol' days! Lyn Marshall J & B Group, Inc. - -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Mayo Sent: Wednesday, June 23, 2004 7:29 AM To: [EMAIL PROTECTED] Subject: Re: [U2] Proc Thank you all for the links....and to think I thought proc was dead and gone ;-) >Steve, > >Try >http://www-306.ibm.com/software/data/u2/pubs/library/100univ/univ_101.h tml >for the UniVerse Guide to ProVerb, Version 10.1 (G251-1922-00), which is a >reasonably complete Proc manual - IBM calls it "ProVerb" rather than Proc! > >Susan M. Lynch >F.W. Davison & Company, Inc. > >CONFIDENTIALITY NOTICE: >This e-mail message, and any accompanying documents, is for the sole use of >the intended recipient(s) and may contain confidential and privileged >information. Any unauthorized review, use, disclosure, distribution or >copying is prohibited. If you are not the intended recipient, please >contact our office by email or by telephone at (508) 747-7261 and >immediately destroy all copies of the original message. > >----- Original Message ----- >From: "Steve Mayo" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, June 23, 2004 4:42 AM >Subject: [U2] Proc > > >> I know it's a dirty word, but I am in the need of a "proc" manual. My >> client has over 200 procs of which some are very esoteric. >> >> Any help would be appreciated. >> >> Steve Mayo >> Oasis Automation >> ------- >> 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/ CONFIDENTIAL NOTICE: This e-mail and any attachments may contain confidential and privileged information. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this e-mail and destroy any copies. Any dissemination or use of this information by a person other than the intended recipient is unauthorized and may be illegal. - ------- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/ NOTICE OF CONFIDENTIALITY: The information contained in this transmission, and in any accompanying documents, constitutes confidential information belonging to Heritage Information Systems, Inc. This information is intended only for the use of the individual or entity named above. If you are not the intended recipient of this transmission, you are hereby notified that any disclosure, copying, distribution, or the taking of any action in reliance of this information, is strictly prohibited. If you have received this message in error, please immediately notify us by telephone, at 804-644-8707 to arrange for its proper destruction. Thank you. - ------- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/ ------------------------------ Date: Sat, 26 Jun 2004 08:50:22 +1200 From: "Phil Walker" <[EMAIL PROTECTED]> Subject: RE: [U2] &COMO& capturing EXECUTE output HUSH ON EXECUTE COMMAND CAPTURING OUTPUT HUSH OFF Phil Walker +64 21 336294 [EMAIL PROTECTED] Gnosys Consulting Limited 11 Woodward Road, Mount Albert, Auckland 1003, New Zealand DISCLAIMER: This electronic message together with any attachments is confidential. If you are not the intended recipient, do not copy, disclose or use the contents in any way. Please also advise us by return e-mail that you have received the message and then please destroy. Gnosys Consulting limited is not responsible for any changes made to this message and / or any attachments after sending by Gnosys Consulting limited. We use virus scanning software but exclude all liability for viruses or anything similar in this email or any attachment - -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chuck Mongiovi Sent: Saturday, June 26, 2004 5:17 AM To: [EMAIL PROTECTED] Subject: [U2] &COMO& capturing EXECUTE output Does anyone know how to make &COMO& *NOT* capture EXECUTE output .. I'm doing something like this: 001 EXECUTE "ANY COMMAND" CAPTURING STUFF 002 { CHECK STUFF FOR ERRORS } 003 IF ERRORS THEN PRINT STUFF My program prints some output that I'll call "NORMAL" and I want to see that in the &COMO& file .. when I run the EXECUTE command, I only want to see the output if there's an error, so I can't use something like HUSH ON/OFF .. Any ideas? Chuck Mongiovi / Silver Line MIS - ------- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/ ------------------------------ Date: Sat, 26 Jun 2004 08:05:19 +1000 From: "djordan" <[EMAIL PROTECTED]> Subject: RE: [U2] Performancing of File Universe Is that 300 character or 300k. The size of the record can effect the number of reads from the disk. Ie if the record exceed the bucket size read from the disk then you need to to do another read. There are parameters in setting the file size to handle record size, but I assume you are talking 300 characters and this should not be an issue. By upgrading from Windows NT4 to Win2003 you could expect a doubling of the performance. With release 10.1 Select lists take advantage of hyperthreading, so having a CPU that process hyperthreading can improve performance. Areas that could also effect performance, other applications on the server especially if it is single CPU, fragmented disks, lack of Disk space on the drive with the swap area. This sounds more an issue outside of UniVerse and a result of the environment Regards David Jordan - -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cisar Riba Cervera Sent: Friday, 25 June 2004 11:04 PM To: [EMAIL PROTECTED] Subject: RE: [U2] Performancing of File Universe Hello, The size of record is about 300, and the OS is Windows NT. Cisar. Thanks. - -----Mensaje original----- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nombre de djordan Enviado el: viernes, 25 de junio de 2004 13:47 Para: [EMAIL PROTECTED] Asunto: RE: [U2] Performancing of File Universe What is the size of the records, what OS are you running on? David Jordan - -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cisar Riba Cervera Sent: Friday, 25 June 2004 9:02 PM To: [EMAIL PROTECTED] Subject: RE: [U2] Performancing of File Universe Hello, I creating the Index and the time for the SELECT, is down to 5 seconds, but I think that is very time. This is posible that the can is problem abouth memory bolcks or the server have chip memory (512 Mb RAM). Thanks. Cisar. - --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.707 / Virus Database: 463 - Release Date: 15/06/2004 - ------- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/ - --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.707 / Virus Database: 463 - Release Date: 15/06/2004 - --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.707 / Virus Database: 463 - Release Date: 15/06/2004 - ------- 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/ ------------------------------ Date: Fri, 25 Jun 2004 21:41:45 +0100 From: "Anthony W. Youngman" <[EMAIL PROTECTED]> Subject: Re: [U2] Linux and PE In message <[EMAIL PROTECTED]>, Brian Leach <[EMAIL PROTECTED]> writes >Eugene, > >If you're thinking of loading and trying out different versions of Linux, you might also >want to look into a copy of MS Virtual PC or equivalent. That will allow you to load >Linux onto a virtual PC/virtual hard drive combination, so that you don't need to do a >full format/reinstall each time. > >Brian > >On Mon, 21 Jun 2004 12:40:01 -0700 > Kent Walker <[EMAIL PROTECTED]> wrote: >>At 11:39 AM 6/21/2004, Eugene Perry wrote: >>>I need to try out the linux versions of the PEs. However, how do i go about >>>getting copies of Linux that will run with them? Who says he's got a copy of Windows, to install MS Virtual PC on to? If you want to pull that trick in linux, look at usermode linux or BOCHS. But I've never played with either, so you'll have to look elsewhere for help :-) Or get a copy of VMWare. Cheers, Wol - -- Anthony W. Youngman <[EMAIL PROTECTED]> 'Yings, yow graley yin! Suz ae rikt dheu,' said the blue man, taking the thimble. 'What *is* he?' said Magrat. 'They're gnomes,' said Nanny. The man lowered the thimble. 'Pictsies!' Carpe Jugulum, Terry Pratchett 1998 Visit the MaVerick web-site - <http://www.maverick-dbms.org> Open Source Pick ------------------------------ Date: Fri, 25 Jun 2004 21:38:01 +0100 From: "Anthony W. Youngman" <[EMAIL PROTECTED]> Subject: Re: [U2] Linux and PE In message <[EMAIL PROTECTED]>, Eugene Perry <[EMAIL PROTECTED]> writes >I need to try out the linux versions of the PEs. However, how do i go about >getting copies of Linux that will run with them? > It should install and run on pretty much any recent linux. HOWEVER. The two "gotchas" that caught me trying to install it on SuSE were that a) the options to cpio have changed - I had to edit the install script and delete all the options, and b) the startup (rc.d) structure is different, so I have to manually start the UV daemon after a reboot, rather than it starting automatically. Cheers, Wol - -- Anthony W. Youngman <[EMAIL PROTECTED]> 'Yings, yow graley yin! Suz ae rikt dheu,' said the blue man, taking the thimble. 'What *is* he?' said Magrat. 'They're gnomes,' said Nanny. The man lowered the thimble. 'Pictsies!' Carpe Jugulum, Terry Pratchett 1998 Visit the MaVerick web-site - <http://www.maverick-dbms.org> Open Source Pick ------------------------------ Date: Sat, 26 Jun 2004 13:48:53 +1000 From: "Ross Ferris" <[EMAIL PROTECTED]> Subject: RE: [U2] [AD] kind of, command line scanning solution FWIW our Visage Application Development Framework also includes scanning capabilities .... simply drag'n'drop an image container on your form, click the "Auto Acquire" box on the property form and you are done ! Alternatively you can just drag'n'drop our scanner component onto your form and you can control everything yourself (if you REALLY want to cut code - but for a document/image control system, why bother) Ross Ferris Stamina Software Visage - an Evolution in Software Development >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:owner-u2- >[EMAIL PROTECTED] On Behalf Of Richard A. Wilson >Sent: Saturday, 26 June 2004 1:41 AM >To: [EMAIL PROTECTED] >Subject: Re: [U2] [AD] kind of, command line scanning solution > >Keynet & 1mage yes do indeed offer full blown environments but the >client is a small shop and if I remember correctly complete solutions >are lots & lots of dollars. > >Twaincommander is 199 euro for a single user licence and since I'm >starting it up from within revelation I control the file name that is >created. From there I build up a xref in rev based on the record Id for >the name&address file. Once the image is scanned I have a little rev >prgm that presents the xref of imaged files and shell out from there to >the default image viewer > >Rich > >Scott Richardson wrote: > >> Good stuff, Rich! >> >> There is also a company out of Southern New Hampshire called: >> >> KeyNet Incorporated >> PO BOX 4128 >> Windham, New Hampshire 03087-4128 USA >> tel. 603.890.5355 >> fax 603.890.5380 >> www.keynetinc.com >> >> They are able to intergrate scanned documents and embed them with any >> U2, or PICk, or any other RDBMS or application. >> >> They specialize in this sort of stuff. >> >> Regards, >> Scott >> >> >> >> ----- Original Message ----- >> From: "Richard A. Wilson" <[EMAIL PROTECTED]> >> To: <[EMAIL PROTECTED]> >> Sent: Friday, June 25, 2004 10:03 AM >> Subject: [U2] [AD] kind of, command line scanning solution >> >> >> >>>Hello group, >>> >>>I'm finalizing a scanning project for one of my clients and thought I'd >>>pass this information along. >>> >>>I've been working with www.twaintools.com's product called >>>twaincommander, it provides extensive command line options which I've >>>integrated into one of our client's application. The client uses >>>revelation g2b but this would just as easily fit the U2 world. >>> >>>I've tested some of the other options out there in internet-land but >>>twaincommander appears to be lean & mean and tech support has been great. >>> >>>The client will start scanning rooms full of documents beginning monday >>>so we'll see how the real-world process goes. >>> >>>Note, I ended up using some vb scripting logic since I was hitting a >>>line length limitation in the old 16 bit revelation software. This >>>probably wouldnt be an issue for U2 >>> >>>Again, just thought I'd pass this along incase anyone else is looking >>>for a scanning solution. >>> >>>Thanks, Rich >>>-- >>>Richard A. Wilson >>>Lakeside Systems >>>Smithfield, RI, USA >>>[EMAIL PROTECTED] >>>www.lakeside-systems.com >>>------- >>>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/ >> > >-- >Richard A. Wilson >Lakeside Systems >Smithfield, RI, USA >Voice 401-231-3959 >Fax 401-231-3943 >[EMAIL PROTECTED] >www.lakeside-systems.com >------- >u2-users mailing list >[EMAIL PROTECTED] >To unsubscribe please visit http://listserver.u2ug.org/ > > >--- >Incoming mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.710 / Virus Database: 466 - Release Date: 23/06/2004 > - --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.710 / Virus Database: 466 - Release Date: 23/06/2004 ------------------------------ End of U2 Users Digest V1 #109 ****************************** ------------ u2-users-digest 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/
