Re: [U2] Multi-threaded phantom processing

2014-03-04 Thread Gregor Scott
listening and reacting to socket connections. You could also look at hosting web services on the AIX server and use the submitrequest() functions. Gregor Scott System Group Manager 549 Blackburn Rd Mount Waverley VIC 3149 Australia P: +61 3 9535 F: +61 3 9535 2274 E: gregor.sc

Re: [U2] Left Outer Join Question

2014-03-03 Thread Gregor Scott
Just checking the obvious cause... Are there any items in FILE1 to be selected? Gregor Scott System Group Manager 549 Blackburn Rd Mount Waverley VIC 3149 Australia P: +61 3 9535 F: +61 3 9535 2274 E: gregor.sc...@pentanasolutions.com W: pentanasolutions.com Pentana Solutions accepts

Re: [U2] [UV] Programmatic Verification of Globally Cataloged Subroutine

2014-01-28 Thread Gregor Scott
I was also surprised to find it possible to ASSIGN a value to STATUS(). A quick test program shows it only allows integer values. Decimals have the ABS() of the value assigned, and text produces a Nonnumeric runtime error and STATUS() is (as expected) set to 0. Gregor Scott System Group

[U2] I just discovered this

2013-11-26 Thread Gregor Scott
Gregor Scott System Group Manager I have been working with UV for a few years now but I occasionally uncover some functionality I never knew existed that is really cool and useful. Such as the invisible @TMP table (I just crated this post about it: http://wp.me/p1692U-1o). It is documented

Re: [U2] List of display control @ variables for UVBasic

2013-11-19 Thread Gregor Scott
The UniVerse BASIC Commands Reference documents it (look for @ function in the TOC) -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeff Schasny Sent: Wednesday, 20 November 2013 8:54 AM To:

Re: [U2] Rocket releases UniVerse version 11.2.0

2013-11-19 Thread Gregor Scott
Hey Dan, Nice to see the $DEFINE and $IFDEF facilities getting expanded to include UV versions. Has there been any thought to provide command-line options for the BASIC command to define/undefined these sorts of variables? I think this would be a huge benefit as it avoids the need to change

Re: [U2] Writing to a Windoz box from Universe

2013-07-10 Thread Gregor Scott
AIX 6.1 does have it built in. I think 5.2 ML12 might also include the ability to mount CIFS shares -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Hona, David Sent: Thursday, 11 July 2013 10:39 AM To: U2 Users List

Re: [U2] Would anyone else like a change to *HS.UPDFINFO?

2013-05-01 Thread Gregor Scott
That has not been our experience. The actual workings of the program are not well explained in the UV doco. I did find in the UV11 UniOLEDB PDF an explanation of sorts: * Scans the dictionaries of all nonsystem files named in the VOC, finding all associations and unassociated multivalued

[U2] Would anyone else like a change to *HS.UPDFINFO?

2013-04-30 Thread Gregor Scott
I am trying to get Rocket to improve the behaviour of *HS.UPDFINFO to support active select lists so that only the files I want built into the .hs_fileinfo cache item (rather than have EVERY SINGLE F/Q-type item from the VOC included). Support inform me that I seem to be the only person

Re: [U2] Apparent Data Problem

2013-03-21 Thread Gregor Scott
Bill, If I read the error message correctly the problem is to do with opening the file not reading the record. Are you really opening the file for each record read? Are you sure you are in the account where the RCVR file exists - i.e. does the code cross-log at all? Regards, Gregor

Re: [U2] [UV] XDOMOpen returning -1

2013-03-20 Thread Gregor Scott
The first step is to understand what the exact issue is. There is a function that can return a description of the error you have encountered. Typically the code looks like this: xstat = XDOMOpen( xmlData, XML.FROM.STRING, hDOM) if xstat # XML.SUCCESS then call XMLGetError( xErrCode,

Re: [U2] Turn pagination back on

2013-02-07 Thread Gregor Scott
For a modern though totally undocumented alternative to !BPIOCP thy this... The code ASSIGN 1 TO SYSTEM(1005) will enable pagination. The code ASSIGN 0 TO SYSTEM(1005) will disable it. I think this is documented on the U2UG.org wiki. This email and any attachments to it are confidential. You

Re: [U2] [UD] Disabling/blocking ODBC

2013-01-30 Thread Gregor Scott
I asked Rocket Support about the ODBCLOGIN feature availability in UV. They have confirmed that it does not currently exist in UV. There is an enhancement request for it (UNV-13746) to be added. -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] Help with REVISE (AKA ENTRO/ENTROC)

2013-01-23 Thread Gregor Scott
According to the UV11 System Description manual: --snip-- Inserts a new line item above the current line item. ReVise displays an explanation and prompts you to enter the new set of associated multivalues. #n Copies all associated multivalues of line item n and puts it above the current line

Re: [U2] Sleeping in Basic

2013-01-16 Thread Gregor Scott
This might be a bit late, but just be careful about using openSocket() in a phantom. On UV (and I suspect on UD) this will change the phantom to an iPHANTOM because it will consume a license. If you have multiple phantoms running this concurrently you will start to see a licensing impact you

Re: [U2] Creating XML nodes with a namespace prefix

2012-12-11 Thread Gregor Scott
Of course it can go on a wiki - I documented it so people know there is a way. Which wiki - pickwiki or the U2Ug wiki? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Haskett Sent: Wednesday, 12 December 2012

[U2] Creating XML nodes with a namespace prefix

2012-12-10 Thread Gregor Scott
If anyone has tried to use the UV XDOM api to create nodes with a namespace prefix (and failed), there is a non-obvious method you need to use. We recently had a need to do this, and with the help of Rocket U2 support we were able to achieve the required XML output. I have documented the method

[U2] UV11.1.9 uvconfig issue

2012-11-21 Thread Gregor Scott
I need guidance from those who have battled (and hopefully won!) the UV11 shared memory setup. I am configuring a RHEL6 server with UV11.1.9 to perform some load testing, and am getting an issue with uvregen processing the uvconfig settings. The error is: # uvregen Disk shared

Re: [U2] UV11.1.9 uvconfig issue

2012-11-21 Thread Gregor Scott
Interesting - a fixed ceiling of 32mb. Would you consider the following to be a large lock table: GSEMNUM 193 GLTABSZ 150 RLTABSZ 150 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Colin Lucas Sent: Thursday, 22

Re: [U2] UV11.1.9 uvconfig issue

2012-11-21 Thread Gregor Scott
I would not consider those values as large. I did ask via our supplier in Australia ( Meier Business Systems) to lodge a case with Rocket to remove the limitation of 32MB particularly in view of our system having 512GB of main memory. Not sure if this will get a look in the upcoming

Re: [U2] What remote support product do YOU use?

2012-10-03 Thread Gregor Scott
Phablet - is that the next Android version? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ross Ferris Sent: Wednesday, 3 October 2012 4:49 PM To: U2 Users List Subject: [U2] What remote support product do YOU use?

Re: [U2] What remote support product do YOU use?

2012-10-03 Thread Gregor Scott
Keeping more in line with the request, we also use TeamViewer as our remote support tool. I have not encountered internal complaints about it, so it seems a reasonable option for the job. This email and any attachments to it are confidential. You must not use, disclose or act on the email if

Re: [U2] [Windows]

2012-09-26 Thread Gregor Scott
You can adjust your network adaptor to stop the PC Power Management facility from turning it off. This should alleviate this problem for you. Run the Device Manager applet in the control panel, select the Network Adapters then select the appropriate adaptor. Right-click and select the

Re: [U2] [U2[UV] @TIME and TIME() not reliable

2012-09-11 Thread Gregor Scott
The TIME() function is sensitive to local timezone settings in the OS. Is there a difference in the TZ environment variable between the two HP machines, or even for the user id running UV? -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] UniQuery COPY FROM syntax error - Weird behavior

2012-08-01 Thread Gregor Scott
Check the VOC entries for COPY and FROM to ensure they are correct. It could be that something other than the failed COPY command has caused your problem by corrupting the FROM entry in the VOC. -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] My first uniObject application

2012-06-05 Thread Gregor Scott
It just means they are invaluable -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: Wednesday, 6 June 2012 2:10 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] My first uniObject application I

Re: [U2] [UV] Using Global sign certificates in UV

2012-06-04 Thread Gregor Scott
Is the actual host name (Leonardo.Rafael.be) in the hosts file on the server? Can you use ping Leonardo.Rafael.be to resolve the host name into the correct IP? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of

Re: [U2] U2 Dynamic Object API

2012-05-28 Thread Gregor Scott
...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Gregor Scott Sent: Sunday, May 27, 2012 11:41 PM To: U2 Users List Subject: [U2] U2 Dynamic Object API I was just working my way through the patchlist.txt for UV11.1.9, where I encountered an unexpected gem: U2 Dynamic Object API

Re: [U2] U2 Dynamic Object API

2012-05-28 Thread Gregor Scott
Good feedback - Thanks Doug. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Doug Averch Sent: Tuesday, 29 May 2012 3:10 AM To: U2 Users List Subject: Re: [U2] U2 Dynamic Object API I've been using JSON for many

Re: [U2] [UV] Connecting to a WebService with UV using Authentication Certificate

2012-05-15 Thread Gregor Scott
There is a worked example on PickWiki. Search for CallHTTPwithSSL. This should give you a start. The UniVerse Security Features document explains how to use createSecurityContext() to create security context variables that are passed in to the createSecureRequest() function. It also covers the

Re: [U2] READU vs READ

2012-04-30 Thread Gregor Scott
Add to the mix indexes and triggers. They can both add to the time needed to update just one record. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Buss, Troy (Contractor, Logitek Systems) Sent: Tuesday, 1 May

Re: [U2] Where can I get UniAdmin?

2012-03-01 Thread Gregor Scott
I thought the new U2 DB Tools includes the extensible admin tool, built on eclipse. I have downloaded the package but not installed to confirm. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Tony Gravagno Sent:

Re: [U2] Hushing commands

2012-02-23 Thread Gregor Scott
Not quite sure what you are asking with this. One just does a job. The other does any job supplied on the command line. You could avoid the performance penalty the three executes imposes, by using just 1: EXECUTE HUSH ON: @AM: COUNT VOC: @AM: HUSH OFF -- or -- EXECUTE HUSH

Re: [U2] Wintegrate 3 on Windows 7 issues

2011-11-08 Thread Gregor Scott
We had this issue with wInteg 4 on Vista and Windows 7. In most cases, a shutdown of all the MS Office products would allow it to start. It is resolved in wInteg 6, in case that helps in future upgrade discussions :) -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] [UV] LIST.READU EVERY's waiters when there are writes w/o explicit readu.

2011-10-24 Thread Gregor Scott
The EVERY option on the LIST.READU shows the READ WAITERS. I remember from when I was digging into the universe performance counters that I enquired about this. The feedback I got was that there is nothing in UV that shows the WRITE WATIERS your test is creating. -Original Message-

Re: [U2] test

2011-09-28 Thread Gregor Scott
Worked -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Jordan Sent: Wednesday, 28 September 2011 4:20 PM To: U2 Users List Subject: [U2] test test ___ U2-Users

Re: [U2] UniVerse backups to disk

2011-08-18 Thread Gregor Scott
Chris, add the options -notag -limit 1 to your command line. The -notag stops UV from updating the header of each record after it is included in the backup. The -limit 1 stops uvbackup from trying to use the shared-memory feature, which can severely impact the performance. The uvbackup

Re: [U2] AIX uname and Redback

2011-08-04 Thread Gregor Scott
Have you confirmed if it is a reporting problem or a data capture problem? I.e. is that the uname -Fa is still producing the full output, but the RedBack environment does not return the entire result? You could try uname -Fa|tee /tmp/uname.redback.$$ to capture what is being output and compare

Re: [U2] Strange Selection Behavior

2011-06-14 Thread Gregor Scott
Hi Steve, It could be the CAPTURING clause causing you grief. Check the number of files in the UVTEMP directory. If there are a large number it could be that the OS is taking a long time to create the capturXXX file to store the results for the CAPTURING clause of the EXECUTE command. You

[U2] Limitations of uvrestore

2011-05-02 Thread Gregor Scott
I have just finished some testing of uvbackup and uvrestore on AIX and Linux to see if there are areas to improve performance. The results were interesting, and somewhat alarming - see http://gdoesu2.wordpress.com/2011/05/02/facts-about-uvbackup-and-uvrestore/ for details. What I am interested

Re: [U2] HMAC SHA256

2011-03-24 Thread Gregor Scott
We created an HMAC-SHA1 function in UV basic, using the digest() function of UV. Very quick and effective. I don't think UV supports SHA256, though so you might need to look externally to UV to generate the signature. Perhaps the SSL package within the underlying OS can provide it for you.

Re: [U2] [UV] Uvsh exit status and @SYSTEM.RETURN.CODE

2011-03-16 Thread Gregor Scott
You might be able to use the ENVIRONMENT command in UV to set an environment variable, and test its value upon return to your shell. Something like: EXECUTE ENVIRONMENT SET UVRC=:@SYSTEM.RETURN.CODE will set the value. Gregor -Original Message- From:

Re: [U2] Is this worth rewriting?

2011-03-02 Thread Gregor Scott
A suggestion: Raise the @VM to @AM to improve dynamic array performance. Attribute lookups are way faster than value lookups, and you have already extracted the data to a new variable MONTHLY.USAGE: CM = MONTH + LY.CNT P12.101 = RAISE(PARMS(12)101) P12.133 = RAISE(PARMS(12)133) P12.134 =

Re: [U2] Is this worth rewriting?

2011-03-02 Thread Gregor Scott
- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Gregor Scott Sent: Thursday, 3 March 2011 3:13 PM To: U2 Users List Subject: Re: [U2] Is this worth rewriting? A suggestion: Raise the @VM to @AM to improve dynamic array performance. Attribute

Re: [U2] Is this worth rewriting?

2011-03-02 Thread Gregor Scott
is dwarfed by disk access times, etc as to make it not worth it as a human optimisation task. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Gregor Scott Sent: Thursday, 3 March 2011 4:16 PM To: U2 Users List Subject: Re

Re: [U2] UUID [was Data in Dict]

2011-01-27 Thread Gregor Scott
of named common. Different processes running on the same system could generate duplicate values. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Gregor Scott Sent: January 26, 2011 07:35 PM To: U2 Users List Subject: Re

Re: [U2] UUID [was Data in Dict]

2011-01-26 Thread Gregor Scott
Interesting trade-off between the overhead of calculating a unique-yet compact sequential number and calculating a consistently long UUID. We use the last-number-stored-in-a-file method. We recently had need for a UUID as part of an XML exchange with a third party. I looked at the various

Re: [U2] Reading a Unix file from another machine.

2010-11-09 Thread Gregor Scott
You could try converting the ^M (carriage return) into a linefeed using the command: cat master | tr \r \n | new.master And cating the file might not be a true indication of your ability to open and read the file within UV/UD. The vt100 view indicates that the content is legible. The vt220

Re: [U2] Building XML using the UV XDOM API functions

2010-10-26 Thread Gregor Scott
I actually like the XML handling built into UV. I have always been a believer in using the intrinsic facilities of the database where possible to maximise the performance of the process being automated. The XDOM API is a good example of this, and is a good fit for our requirements. My biggest

[U2] Building XML using the UV XDOM API functions

2010-10-25 Thread Gregor Scott
I have recently been involved in a project that gave me my first chance to get acquainted with the UV XDOM API functions. gripe I must say that I was bitterly disappointed with the documentation on the XML functionality in UniVerse 10.2. Nothing more than a simple description of each of the

Re: [U2] Licensing

2010-10-21 Thread Gregor Scott
On UniVerse (10.2 onwards), the uvregen command will tell you if device licensing is active, and the max connections per device. SH $cd `cat /.uvhome` $uvregen -z UniVerse Ver.: 10.2.4 Serial#..: 99887766 Expiry Date..: 1/1/2500 Max Logins...: 162 Device Licn..: Enabled Conn per Dev.: 10

Re: [U2] running ftp from UV (Windows)

2010-09-02 Thread Gregor Scott
George, Have you considered using the GCI functions for dealing with Pipes? The UV GCI manual documents some GCI functions that only work in UV on Windows, and provides an example program for using them. This would allow you to create an interactive program to control and react to the Windows

Re: [U2] [UD] UniRPC Port#

2010-08-29 Thread Gregor Scott
Hi Bill. Have you looked at port-mapping on the firewall? This allows port 31439 at the firewall to be mapped to port 31438 on the second UD machine, alleviating the need to re-locate the UniRPC port on the second server. Gregor -Original Message- From:

Re: [U2] Sending interrupt to UniBasic program

2010-08-10 Thread Gregor Scott
Brad, I'm not familiar with UD, but in UV it is possible to change the break key (character). Try changing the break char from ctrl-c to something else to see if the ctrl-c then gets passed to the PROG1 program. Gregor -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] Filesystem options cio for AIX 5.3

2010-06-03 Thread Gregor Scott
Dan, We have done a lot of work on tuning AIX for UniVerse. I looked into CIO and its potential benefits to UV. I even raised a case with U2 support. Their response was that as CIO essentially eliminates caching updates in memory it requires the update to be physically made to disk before the

Re: [U2] Question about umask

2010-05-20 Thread Gregor Scott
We had the same problem. We had to change all our RPC connection logic so the first thing it does is to run a function (a logon program for UVCS connections) equivalent to the UV.LOGIN so we could trigger the execution of the UMASK for the duration of the RPC connection to UV. This works well for

Re: [U2] Question about umask

2010-05-20 Thread Gregor Scott
Hi Gregor. How do you make the call to this routine? Is it made on the server (a PAragraph or something), or is it made by the client? Thanks -- Augusto Alonso 2010/5/21 Gregor Scott gregor.sc...@pentanasolutions.com We had the same problem. We had to change all our RPC connection logic so

Re: [U2] Dynamic Connect - Mousing

2010-04-06 Thread Gregor Scott
Bill This is an issue that is also present in the current wIntegrate version (the basis for the DC product). I understand that it is due to an interaction between WINTEG (DC) and the Aero interface of Vista and Win7. Has your boss changed PCs or upgraded OS recently? Gregor -Original

Re: [U2] Is there something wrong with the new wiki?

2010-02-16 Thread Gregor Scott
- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Gregor Scott Sent: 16 February 2010 1:23 AM To: 'U2 Users List' Subject: [U2] Is there something wrong with the new wiki? Hello, I am just trying to access the new wiki on the u2ug.org website

Re: [U2] Is there something wrong with the new wiki?

2010-02-16 Thread Gregor Scott
new user id, same problems :( -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Gregor Scott Sent: Wednesday, 17 February 2010 11:43 AM To: 'Brian Leach'; 'U2 Users List' Subject: Re: [U2] Is there something wrong

[U2] Is there something wrong with the new wiki?

2010-02-15 Thread Gregor Scott
Hello, I am just trying to access the new wiki on the u2ug.org website, and am having trouble seeing anything. First, without logging in I clicked on the New Wiki link which just re-displayed the home page. After logging in, all I see is what looks to be the toolbar, with links and icons for

Re: [U2] Dynamic Connect (Wintegrate) 6.1.0 and Vista; Error Pasting Text

2010-01-31 Thread Gregor Scott
We found it early on in our testing of wInteg 6.1.3. Vista and Windows 7 clients have the behaviour - XP does not. Something to do with the Aero functions in Vista/7. It took a while to be able to provide U2 support with a reproducible scenario, but we eventually succeeded in getting an

Re: [U2] RECORDLOCKED statement

2009-12-15 Thread Gregor Scott
= RECORDLOCKED(PICH.TX, SO) CASE stat.LOCK = CASE stat.LOCK = ... Gregor Scott -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of raul_doming...@neimanmarcus.com Sent: Wednesday, 16 December 2009 10:27 AM To: U2 Users

Re: [U2] FW: Universe just quits

2009-07-22 Thread Gregor Scott
The who command's interpretation of idle is solely based on terminal activity: Is there any input coming from the user? type of activity. Any unix process that does not have terminal i/o will register as idle in the who output. Gregor -Original Message- From:

[U2] UniVerse configuration options SCRMIN, SCRMAX and SCRSIZE

2009-07-06 Thread Gregor Scott
a situation where the SCRMIN, SCRMAX and SCRSIZE parameters were adjusted? What where the conditions that lead to the change, and what was the impact of the changes on performance? Thanks Gregor Scott ___ U2-Users mailing list U2-Users@listserver.u2ug.org

Re: [U2] Linux / file create default permissions

2009-06-16 Thread Gregor Scott
You could try the UniVerse command UMASK 000. Works exactly like the Unix version. Put it in the UV.LOGIN or the account LOGIN macro and everyone will get the settings applied. Gregor From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf

RE: [U2] Opening UniBasic Source Code - Tab Key

2009-05-20 Thread Gregor Scott
Bill, What exactly are you trying to achieve with the unix file? On UniVerse the openpath command will open a unix path as a database file, from which you then read items as normal. You either need to change to use the openseq command so you can sequentially read the contents of the unix item,

RE: [U2] Downloading and Installing RHEL Desktop 5.1 From Scratch

2008-04-22 Thread Gregor Scott
Another excellent burner is ImgBurn (http://www.imgburn.com/) - it also is free. Gregor Scott Development Department Reynolds and Reynolds Pty Ltd Ph: +61-3-9535- Fax: +61-3-9562-8143 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Schasny

RE: [U2] TZ in AIX

2008-03-12 Thread Gregor Scott
The ENVIRONMENT command can be used inside UniVerse to adjust the shell TZ varaible, and it has an immediate impact on UniVerse DATE() and TIME() functions. We have used this to great effect, having all the required Timzone info we need stored inside UV. Gregor Scott Development Department

RE: [U2] Type ahead buffer overflow

2008-02-25 Thread Gregor Scott
, and log all input received in UniVerse. Such a technique might help you pinpoint the problem. Gregor Scott Development Department Reynolds and Reynolds Pty Ltd Ph: +61-3-9535- Fax: +61-3-9562-8143 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Dodds