Re: [U2] [UV] Callcenter screen pop

2006-01-10 Thread brian
through a terminal emulator or something equally patchy. Having the connection server side is a whole lot easier since you only have to mess about with configurations/security etc in one place. Brian --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http

RE: RE: [U2] DATE conversion problems

2006-01-10 Thread brian
/E 10 Jan 2006 PAGE 2 BOOK_SALES... Sale Date.. Sale Date.. 13533*37800*1 18/01/2005 01/18/2005 13605*50400*1 31/03/2005 03/31/2005 13715*44100*1 19/07/2005 07/19/2005 13716*62100*1 20/07/2005 07/20/2005 13555*40500*3 09/02/2005 02/09/2005 13494*38700*1 10/12/2004 12/10/2004 Brian

RE: [U2] OT - Launching DOS executables from Universe 10.0.10 on Win 2000

2006-01-09 Thread Brian Leach
of handling complex operations. And of course you can call UniObjects from it... Brian In a weird twist, rather than killing off the command prompt entirely as Microsoft said it would a few years ago, they are now embracing the command line even closer, and we are seeing many new ways

RE: [U2] DATE conversion problem

2006-01-09 Thread Brian Leach
You need to issue the server command: DATE.FORMAT This would normally be done by the UV.LOGIN paragraph in the UV account or by the LOGIN in the account, but UniObjects bypasses both of these. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: [U2] [UD] OSBWRITE problem

2006-01-06 Thread Brian Leach
Colin, That worked a treat. Thanks! Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 05 January 2006 20:44 To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UD] OSBWRITE problem You can try NOCONVERT ON to see

RE: [U2] [UV] Create hashed file in subdirectory?

2006-01-06 Thread Brian Leach
Jacques, Does it work correctly if you specify commas between e.g. CREATE.FILE TEMP.JAG,WORK.JJ 16,17,1 18,101,1 ? It could be flavor dependent. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jacques G. Sent: 06 January 2006 19:53 To: u2

[U2] [UD] OSBWRITE problem

2006-01-05 Thread Brian Leach
#1 #0 and not #1 #1 #1 #131 What is going on and can I avoid it? UniData 6.1 on Windows. Brian --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Converting numeral to word

2006-01-05 Thread Brian Leach
David, Here is a routine I've quickly massaged from some VB code. Check out the FormatOptions and play around. It seems to work e.g. 1234 - One Thousand Two Hundred and Thiry Fourth 100 - One Millionth 1 - first Hope it helps...and apologies to others for posting a long routine. Brian

RE: [U2] openseq question

2006-01-04 Thread Brian Leach
) and then OPENSEQ TMP,MTR.REC TO F.MTR.ROW.FILE ... Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Powell Sent: 04 January 2006 14:31 To: u2 users group Subject: [U2] openseq question Happy New Year. I am having trouble with the openseq

RE: [U2] Running Uniobjects from a web server

2005-12-23 Thread Brian Leach
is specifically designed for web access. D) Wait for the new connection pooling recently announced by IBM. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gahan, Mick Sent: 22 December 2005 15:20 To: u2-users@listserver.u2ug.org Subject: [U2

RE: [U2] uniXML question on uonet7.1

2005-12-22 Thread Brian Leach
Have you tried the element syntax LIST file TOXML ELEMENTS That may parse better.. But I'm in a coffee shop with no udt to hand. Brian -Original Message- From: Victor St Clair[EMAIL PROTECTED] Sent: 22/12/05 01:29:50 To: u2-users@listserver.u2ug.orgu2-users

RE: [U2] jBASE : PRINT FMT('6.71509648127128E-02', 'R9') error

2005-12-21 Thread Brian Leach
Chuck, You were right first time. Must be the hour. Number = 1.234567E+14 Base = Number[E,1,1] Factor = Number[E,2,1] Multiplier = 1 : Str(0, Factor) If Factor 0 Then Result = Base / Multiplier End Else Result = Base * Multiplier End Crt Result Should give: 1234567 Brian

RE: [U2] just because its nearly christmas

2005-12-21 Thread Brian Leach
System.ballistics.nonpointy.shooters.guns.gun.ammo.bullets.trajectories.dire ction enumeration. In week 3 you start searching through the Biological.species.mammal.bipeds.ape.human.structure.anatomy.limbs namespace... To discover they haven't included Foot. UniVerse: Crt Bang!: For I = 10 To @CrtWide-20 Crt .: Nap 10 Next Crt Ouch! Brian

Re: [U2] Using Esc

2005-12-20 Thread Brian Leach
... Brian -Original Message- From: Mark Johnson[EMAIL PROTECTED] Sent: 19/12/05 05:25:10 To: u2-usChis case MS got it right. Every input behaves very much like every other with the special keys. I believe that this should be accomplished by the providers themselves

RE: [U2] pgsql and unidata basic

2005-12-14 Thread Brian Leach
Jeff Is postgres on the same box as udt? Brian -Original Message- From: Jeff Powell[EMAIL PROTECTED] Sent: 14/12/05 14:01:58 To: u2 users groupu2-users@listserver.u2ug.org Subject: [U2] pgsql and unidata basic Is there a way to execute queries to a postgresql

[U2] MV Design

2005-12-14 Thread Brian Leach
contributions and to form a small working party to discuss and formalize the material. Anyone interested please contact me off-list. I would like to get the first drafts published at end of Q1 next year. Brian U2UG board --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe

RE: [U2] FW: Uonet Timeout

2005-12-09 Thread Brian Leach
and not (as documented) in seconds. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Modrich Sent: 09 December 2005 01:31 To: u2-users@listserver.u2ug.org Subject: [U2] FW: Uonet Timeout With the following .net code I am setting

RE: [U2] Deciphering Pick UniBasic statement

2005-12-09 Thread Brian Leach
Caleb, Just to point out - as a newbie don't think all MV coding is like this! It's this sort of rubbish that gives our industry a bad name. (Mind you I've seen worse C++ code...) :) Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Caleb Ng

RE: [U2] SOX question (United States only, I believe)

2005-12-09 Thread Brian Leach
Is it sufficient to formally separate the roles and procedures, even if they are carried out by the same person? and just think, you could put in for two pay rises :) Brian SOX-Free here -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lance Jahnke

RE: [U2] Re:UV XMLDB Tool

2005-12-06 Thread Brian Leach
Jonathan Thanks Brian -Original Message- From: Jonathan D Smith[EMAIL PROTECTED] Sent: 06/12/05 09:14:14 To: u2-users@listserver.u2ug.orgu2-users@listserver.u2ug.org Subject: [U2] Re:UV XMLDB Tool Hi All, We are already aware of the problem with Pick

[U2] UV XMLDB Tool

2005-12-05 Thread Brian Leach
in case the tool was (for some bizarre reason) using that, but to no avail. Is it flavor dependent, so something dumb? Brian --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] UV XMLDB Tool

2005-12-05 Thread Brian Leach
. CREATE.FILE to the NEWACC - just like they have COPYI and COPYP? So there is a guaranteed command set when connecting to any flavor of account. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kurt Neumann Sent: 05 December 2005 11:04 To: u2-users

[U2] U2UG Knowledge Base

2005-11-28 Thread Brian Leach
solution :-) Any articles and feedback submitted to the prototype site may (if the author wishes) be considered for the live site. Let us know what you think. Brian Leach, U2UG Board --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Unidata's .Net UniDynArray

2005-11-11 Thread Brian Leach
Like other posters I use my own functions to handle dynamic array operations. I wonder whether the server access however may be down to NLS support on UniVerse where you can redefine the delimiters. Brian --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit

[U2] Re: Strange $INCLUDE problem

2005-10-18 Thread brian
4 lines long. 0001: COMMON /SOMETHING/ FIRST, SECOND 0002: IF UNASSIGNED(FIRST) THEN CRT First Not Assigned 0003: IF NOT(FIRST) THEN CRT First is zero 0004: CRT FIRST RUN TEST.BP TEMP First is zero 0 Brian --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http

RE: [U2] Universe running on Linux/SuSE

2005-10-14 Thread Brian Leach
Rob, As a comment, at my last company all our development was (and as far as I am aware still is) done using UniVerse on Linux. This was a combination we used for over 10 years. Stable certainly. Brian --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http

RE: [U2] Printer problems on UV PE under Windows XP

2005-10-14 Thread Brian Leach
to specify GDI mode. Not all printers will work with a generic/text only driver. One of mine ( a Konica Minolta colour laser) only works in GDI using the correct Konica drivers. i.e. SETPTR AT \\myserver\KONICA,GDI Where KONICA is the share name on myserver. Brian --- u2-users mailing list u2

RE: [U2] UniOleDB - Delphi

2005-10-14 Thread Brian Leach
) Not the best VBScript in the world but it should fall over quickly if there are errors grin Brian --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Printer problems on UV PE under Windows XP

2005-10-10 Thread Brian Leach
do? 4. If local, can you set the printer to FILE (printer-Properties-Ports) and see any output? 5. Are the printer drivers locally installed? 6. If remote, try setting up the printer as a local printer (on \\machine\share) an try using the generic/text only driver. Brian Folks, I've been

RE: [U2] Source Code Management

2005-09-30 Thread Brian Leach
is a headache for someone and an overhead for everyone: but however much management it takes, it is still a lot less than the time and expense of trying to reconstruct a revision when you haven't got everything in place. It only takes one disaster... Brian Burned and Learned --- u2-users mailing list u2

RE: [U2] Good Programming Practice Question.........

2005-09-30 Thread Brian Leach
and use a precompiler to handle the differences) Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Susan Joslyn Sent: 30 September 2005 13:17 To: u2-users@listserver.u2ug.org Subject: Re: [U2] Good Programming Practice Question. One

RE: [U2] Good Programming Practice Question.........

2005-09-27 Thread Brian Leach
CUSTOMER.SURNAME TO 1 So I can reference: CustomerRecCUSTOMER.SURNAME Above all, be consistent. There are many good practices out there, most of them are common sense but they only work if applied consistently. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [U2] ICONV of Date - Strange result

2005-09-22 Thread Brian Leach
I may have missed something but maybe an empty string value is accurate for the year . The way we are treating our planet whose to says there will be any computing going on anyway. But, but... Isn't that when Windows Longhorn is finally scheduled for release? Brian --- u2

RE: [U2] PHP Options

2005-09-19 Thread Brian Leach
the NuSOAP library. This sounds like a good subject for a discussion paper in the knowledge base... Brian --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] UV Funny

2005-09-15 Thread Brian Leach
Look in the uv account at BP ED.B. Around line 270 it has: * E2835 UPCASE if casing is insensitive IF ECFLAG THEN SENT = UPCASE(SENT) It is one of a number of bugs regarding sentence casing I've found.. Try using the DELETE command on an item in a lower case file name. Brian

RE: [U2] Unusual problem w/Dynamic Connect 'speed'

2005-09-14 Thread Brian Leach
On the plus side, given current hardware costs a decent twin Xeon server probably costs about the same as that old terminal beastie ... Brian Oh for the glory days of a simple terminal for every user... (just kidding, for me I want a quad processor Opteron machine with lots of memory

RE: [U2] Unusual problem w/Dynamic Connect 'speed'

2005-09-08 Thread brian
negotiation). 3. What is the performance of the server like? Are they running a screen saver? (Dc might be more performance sensitive than telnet?) 4.could it be the client PCs? Is DC chewing up CPU or fighting for resource(library/socket/spyware scanner issues?) Strange... Brian --- u2-users mailing

RE: [U2] Limiting MV's in a list statement

2005-08-10 Thread Brian Leach
containing the name of each field in the association: 1PH 2field field field 2. Put the name of the association on line 7 of each D/I or V type dictionary in the association. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward Sent: 10

[U2] Interface Independence was Re: [U2] Anyone here using Cold Fusion

2005-08-03 Thread Brian Grayson
Amen. I know it's mostly a 'legacy' thing, but I hate seeing interface-specific formatting considerations contained in the processing logic. Brian Grayson Tony Gravagno wrote: that's one of the benefits of modularization and exposing code as UI-independent rules, which is after all what

RE: [U2] UVSH from another machine

2005-08-01 Thread Brian Leach
machine and run the program 'in place'. You can execute the script by calling the CSCRIPT.EXE program in your Windows directory passing the script name. Email me offlist if you need an example of a VBScript with UniObjects. Brian -Original Message- From: [EMAIL PROTECTED] [mailto

RE: [U2] Trigger creation

2005-08-01 Thread Brian Leach
Tom Yes you can. For the complete syntax, type HELP SQL CREATE TRIGGER at TCL. This gives the argument list for the trigger subroutine. I seem to recall that if you are going to access the file from various accounts, the trigger subroutine needs to be globally cataloged. Brian

Re: [U2] Phantoms - The license debate

2005-07-29 Thread brian
licences and start a large number of phantoms, each of which could then open a port and run an interactive session. Brian --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Open Excel and Import a file or execute a command from a local PC

2005-07-28 Thread Brian Leach
setting up the account and don't mind waiting until the end of time for it to complete ... Regards, Brian. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ralph Burton Sent: 28 July 2005 00:06 To: u2-users@listserver.u2ug.org Subject: [U2] Open

RE: [U2] Bad Address for Breakpoint in Debugger

2005-07-28 Thread Brian Leach
Any include files that would confuse the debuggers line numbering? Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 28 July 2005 16:21 To: u2-Users Subject: [U2] Bad Address for Breakpoint in Debugger Hi all

[U2] Win2003 Serial Printers

2005-07-27 Thread Brian Leach
? Thanks, Brian --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] UVODBC procedure call from VBScript

2005-07-27 Thread Brian Leach
= SQLExecDirect(@HSTMT, TCL) 0006 RETURN Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Tabor Sent: 27 July 2005 13:14 To: u2-users@listserver.u2ug.org Subject: RE: [U2] UVODBC procedure call from VBScript Hi, Mr. Jordan. I've been

RE: [U2] UVODBC procedure call from VBScript

2005-07-27 Thread Brian Leach
dbRS.Fields(TITLE) dbRS.MoveNext Loop Until dbRS.EOF End If Hope this helps, Brian This is exactly what I wantto do. However the VBScript syntax is where I'm getting stuck. How do I set the arguments... I know with uvobj sub calls you need to set the parameter values

RE: [U2] Win2003 Serial Printers

2005-07-27 Thread Brian Leach
Thanks for all the responses, I'll pass these on to the client. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Leach Sent: 27 July 2005 14:21 To: u2-users@listserver.u2ug.org Subject: [U2] Win2003 Serial Printers All, One

Re: [U2] UVODBC procedure call from VBScript

2005-07-27 Thread Brian Grayson
Hi, I don't see that you're passing any arguments. Assuming that you are in fact connecting, try: SQL = CALL MYSUB ('ARG1','ARG2'); IMHO, the UV docs really should contain an example for every definition. Brian Grayson [EMAIL PROTECTED] wrote: Brian, This is exactly what I wantto do

[U2] UniVerse login name on Windows

2005-07-26 Thread brian
Is there a way to force UniVerse to report only the user name portion without the domain prefix on Windows? e.g. @Logname = administrator not MYMACHINE\administrator? I seem to remember there was one, but I can't remember how. Brian --- u2-users mailing list u2-users@listserver.u2ug.org

Re: RE: [U2] UniVerse login name on Windows

2005-07-26 Thread brian
Paul Hamrick [EMAIL PROTECTED] wrote on 26.07.2005, 14:29:24: Brian, try this registry change. Paul, Thanks. Worked a treat (unlike my failing memory)grin Brian --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] DATABASE write problem

2005-07-20 Thread Brian Leach
a Loop around the reads/writes to check the On Error value. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anmol Chandrakant Khopade Sent: 20 July 2005 00:01 To: u2-users@listserver.u2ug.org Subject: [U2] DATABASE write problem Hi, I

RE: [U2] dll File (u2libeay32.dll)

2005-07-19 Thread Brian Leach
Bjorn, A quick look with Dependency Walker shows it is exporting a set of functions for SSL, RSA encryption and certificate (X509) services. So I guess it is part of the UniVerse SSL support. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

Re: [U2] UV PE...

2005-07-15 Thread brian
George Gallen [EMAIL PROTECTED] wrote on 15.07.2005, 16:33:30: OK. I'm trying to find the link for the UV PE download. Does anyone know what it is. Best bet is: http://www14.software.ibm.com/webapp/download/search.jspgo=yrs=u2trials Brian --- u2-users mailing list u2-users

RE: [U2] [UV] Select Question

2005-07-14 Thread Brian Leach
safely as the outer select is isolated from the inner one: Open VOC To VOC Else STOP Execute 'SELECT VOC WITH F1 LIKE F...', SELECT. FILELIST Fin = @False Loop ReadNext FileName FROM FILELIST Else Fin = @True Until Fin Do GoSub DoFile Repeat (etc) Brian --- u2-users mailing list u2-users

RE: [U2] AUTOLOGOUT

2005-07-14 Thread Brian Leach
to their calling shell. Brian Hello, Anyone got any ideas on the autologout command on a Unix environment? We have it working happily on some Windows servers, set to log people off if they are inactive for 60 minutes, but when used on a Unix server it drops the user to the Unix prompt

RE: [U2] THE variable names

2005-07-13 Thread Brian Leach
The oldest universe manual I have is dated from Spring1983 and is Yeah yeah, SOMEBODY had to go look ... grin Can we throw the inevitable my manuals are older/wiser/more dog-eared/obsolete than yours discussions over to the community list? Brian Walking on hind legs? That'll never catch

RE: [U2] Voc pointer not working (fwd)

2005-07-11 Thread Brian Leach
the index path so you can rebuild. Copying files with indices attached is one of those gotchas that frequently messes up systems, particularly if someone wants to make a test account on the same machine and ends up with test files accessing live indices. Brian --- u2-users mailing list u2

RE: [U2] Transferring UniVerse accounts from Windows to UNIX

2005-07-09 Thread Brian Leach
Copy the catdir from windows over the top Untar the UNIX catdir to put back those programs only tar xvf catdir.tar If B) above, recompile and recatalog. 5. Check out all the usual stuff: file pointers, UV.ACCOUNT entries, secondary indices ... Brian What are the steps needed

=?iso-8859-1?Q?Re:_[U2]_delimiter_with_LIST_command??=

2005-07-07 Thread brian
easier for multivalued fields and for filtering such as WHEN clauses. Brian --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] spool images going to word documents

2005-07-04 Thread Brian Leach
Bob, Insert br between each line. Brian I suspect that I need to pass a line feed of some sort into word but the usual char(10) and char(13) do not do the trick Has anyone seen this before and found a fix ? Many thanks Bob --- u2-users mailing list u2-users@listserver.u2ug.org

RE: [U2] Re: U2 Users Digest V1 #718

2005-07-01 Thread Brian Leach
on those stakes. 120MB to load the Delphi 2005 IDE. Restart every hour to clear memory leaks. Urgh. Having used Delphi since the week it came out, I almost gave up there. If it weren't still the best compiler around... :-) Brian Occasionally says something nice about Microsoft --- u2-users mailing

Re: Re: [U2] Virtual OS environment for UV

2005-06-30 Thread brian
Windows you need a valid a Windows licence for each one. You might find the best way would be an MSDN subscription, that includes VPC and sufficient Windows licences along with all other goodies. Depends whether you do Windows development as well. Brian [EMAIL PROTECTED] wrote on 30.06.2005, 04:14

Re: [U2] Virtual OS environment for UV

2005-06-29 Thread brian
that include personal editions of each of the databases so I can unzip them for installation testing. Saves a huge amount of time. Brian [EMAIL PROTECTED] wrote on 29.06.2005, 08:11:46: I'm interested to know if anyone is using virtual environments to run UV - eg Virtual PC under Win or LPAR under

RE: [U2] Field Count from a Seq File

2005-06-21 Thread Brian Leach
at a time but using ReadBlk with a reasonable block size, counting delimiters as you go. 3. Shell a 'wc -l' on the file and capture the output. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 21 June 2005 20:38 To: u2-users

RE: [U2] [UV] Disable UniObjects Access

2005-06-20 Thread Brian Leach
Does anyone know what the various services listed correspond to? uvcs - UniObjects (UniVerse) udcs - UniObjects (UniData) defcs - UniObjects default if the database type is not specified in your connection details. Brian --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe

RE: [U2] Use of FAST utility in Universe

2005-06-20 Thread Brian Leach
Shuchi Type 1 and 19 files are operating system directories. How are they damaged? Missing .Type1 entry? File names stored without mangling? These may need to be repaired at the OS level. Which OS are you using? Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [U2] How to release locks (LIST.READU)

2005-06-15 Thread Brian Grayson
Hi Pankaj, Try: UNLOCK ALL to remove all locks. Try: HELP UNLOCK to learn about the UNLOCK command. Brian Grayson Pankaj Gupta04 wrote: Hi All, I am facing a strange problem with the locks. When I executed LIST.LOCKS at universe prompt, no locks were shown but when I executed LIST.READU

RE: [U2] How to release locks (LIST.READU)

2005-06-15 Thread Brian Leach
. UNLOCK USER usernumber ALL Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pankaj Gupta04 Sent: 15 June 2005 10:21 To: u2-users@listserver.u2ug.org Subject: [U2] How to release locks (LIST.READU) Hi All, I am facing a strange

Re: [U2] How to release locks (LIST.READU)

2005-06-15 Thread Brian Grayson
Hi Martin, I agree. Personally, I always use UNLOCK USER [userno] [option]. The poster stated: I tried to CLEAR all the locks but was not able to do that. The poster seemed to state that he wished to clear all locks. Brian Grayson Martin Phillips wrote: Try: UNLOCK ALL to remove all

RE: [U2] [UV] Help with @RECORD

2005-06-14 Thread Brian Leach
... SomeValue = Itype(MyDictRec) Useful for dictionary driven routines e.g. export routines/screen runners etc. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Barry Brevik Sent: 14 June 2005 02:17 To: U2-users (E-mail) Subject: [U2] [UV] Help

RE: [U2] Best practice for Sequential IDs using TRANSACTION START COMMIT/RO...

2005-06-14 Thread Brian Leach
in this thread. But then that might be overcomplicating matters.. :-) Brian --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Source code question

2005-06-06 Thread Brian Leach
, Brian --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Uniobjects hack

2005-05-26 Thread Brian Leach
we're stuck with it. Brian --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] UV PE for Windows

2005-05-24 Thread Brian Leach
Mary, If you log into UV PE on Windows as an Administrator user, it will ask you for the directory to which to connect. If you specify a directory that is not yet a UniVerse account, it will further prompt you to set it up. Much quicker than using UniAdmin. Regards, Brian -Original

RE: [U2] Include Vs Call - Software Maintenance

2005-05-19 Thread Brian Leach
One nice advantage of functions, is that they must fit the DEFFUN. Which means that the compiler can check typos and that the correct number of arguments are supplied - unlike a CALL which is only resolved at run time. If you have finger trouble, that can add a little more certainty grin Brian

RE: [U2] Dymanic vs Dimensioned

2005-05-18 Thread Brian Leach
Oh dear, I feel the flood gates opening... Please resist. grin Brian Binary? Luxury. We couldn't afford ones AND zeros. Gyle, 64KB? ROTFLMAO! The first Microdata machine I worked on had 16KB, and ran a medical billing service bureau. It had 1 50MB disk drive and ran as slow

RE: [U2] Questions about addRequestParameter

2005-05-17 Thread Brian Leach
roll a very simple socket based routine to send and strip out the required data from the SOAP packets (this was before callSOAP was added). I wrote a short article on how to do this for the U2UG with a simple example: if you like I can dig it out and send it you off-list. Brian -Original

RE: [U2] I'm in an Array quandry, any suggestions...

2005-05-12 Thread Brian Leach
George, It really matters what flavor you're running. If you run a flavor that puts the overspill in element zero, you may be ok. If you run a flavor that puts the overspill into the last element, that might mess up any accesses to that element in the existing code. Brian -Original

Re: [U2] Software development - MVTools

2005-05-05 Thread Brian Grayson
Hi Joe, You can download Windows Services for Unix 3.5 here: http://www.microsoft.com/windowsserversystem/sfu/default.mspx Brian Grayson Joe Walter wrote: Thanks Colin. That sounds like a good approach - creating windows verions of the unix commands that is. I might be able to pull

RE: [U2] Validating an email adress

2005-05-03 Thread Brian Leach
Claus, Since the MATCH operator handles alphas OR numerics and not both, this is the closest I can get using a pattern match: GoodEmail = ( Convert(_.1234567890,,Email) Matches 1A0A'@'1A0A) Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: [U2] Unidata Permissions

2005-05-02 Thread Brian Leach
entries into the local dictionaries edit the file pointers to include the path to the live data portions As one way to do this, you could download an evaluation copy of mvQuery and use the admin facilities to create a reporting account. That effectively does those stages above. Brian -Original

RE: [U2] uvo.net

2005-04-27 Thread Brian Leach
have the control to be able to free resources when I need, rather than waiting for the framework to do it for me...old habits die hard I guess. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of gerry-u2ug Sent: 26 April 2005 23:09 To: U2-Users (E

RE: [U2] ODBC text field

2005-04-27 Thread Brian Leach
is set to S Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 27 April 2005 10:24 To: u2-users@listserver.u2ug.org Subject: [U2] ODBC text field I am having trouble importing a multivalued field into SQL via odbc. I would like

RE: [U2] uvo.net

2005-04-27 Thread Brian Leach
As String ACmd = Sess.CreateUniCommand ACmd.Command = SELECT VOC LIKE B... ACmd.Execute() ASelect = Sess.CreateUniSelectList(0) T = ASelect.ReadList.ToString MsgBox(T) Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [U2] [UV] Version Control

2005-04-14 Thread Brian Leach
catalog items: * Version Stamp * - VERDATA='' VERDATA := 'Version=001001009;' VERDATA := 'VerDate=12345;' VERDATA := 'VerProd=TOOLS;' VERDATA := 'VerCopy=Copyright Brian Leach Consulting Limited;' VERDATA := 'VerCo=Brian Leach Consulting Limited;' VERDATA := 'VerDesc=Description

Re: [U2] Extending U2 with gci/CALLC -- Factory Floor Automation -Serial

2005-04-13 Thread Brian Grayson
. Brian Grayson Ed Clark wrote: As a curiosity, how many people have used universe gci or the unidata equivalent with CALLC/CallBasic to extend the capabilities of U2? When I see comments like the one below (suggesting that only newer versions of U2 let you use sockets) I always wonder about

[U2] RedBack Training

2005-03-30 Thread Brian Leach
I'm cross-posting this for a member of the rbsolutions list. Thanks.. Brian Can you tell me where I can find RedBack training? I am a Universe Basic programmer and very well versed with it for the past 20 years. I am in the New York area and have an open availability. Thanks, John

RE: [U2] Two Questions

2005-03-14 Thread Brian Leach
, DesignBAIS and others). This needs either a very short answer, or a very very long one. Tell us more about what you need to do. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cisar Riba Cervera Sent: 14 March 2005 07:38 To: u2-users

RE: [U2] [UV] Web Services for Dummies

2005-03-14 Thread Brian Leach
that there were just too many variations on the SOAP/XML formats to cater for all of them in a BASIC parser - it became too slow and top heavy. So I moved everything to the web server and it works fine. If you want to know more, contact me off line. Brian --- u2-users mailing list u2-users

RE: [U2] Include Equate record Errors Compiler

2005-03-14 Thread Brian Leach
Dave, Just a thought - what are you using to edit the INCLUDE source? It is possible that the last line of the file does not end in a CRLF or LF (depending on the OS). I've seen that cause similar problems. If that is the case, go into each include in ED and FILE it. Brian -Original

RE: [U2] Using an I descriptor in a UniBasic program

2005-03-02 Thread Brian Leach
people a set of dictionaries (populated using the scripts) to play around with safely without messing up the live system. Brian --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] U2 to web software

2005-02-25 Thread Brian Leach
using RedBack, small scale UniObjects pooling through ActiveX DLLs or creating ISAPI DLLs. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Gallen Sent: 23 February 2005 16:09 To: u2-users@listserver.u2ug.org Subject: RE: [U2] U2 to web

RE: [U2] U2 to web software

2005-02-21 Thread Brian Leach
licencing. Hope this helps, Brian --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Redback Startup

2005-02-18 Thread Brian Leach
. I would also find somebody else to look after the web server and internet connection side of things if this is for public access. That gives you someone else to shout atbackspacebackspaceresolve issues with. Regards, Brian --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe

Re: RE: [U2] RedBack Performance

2005-02-15 Thread brian
Thanks, Yes I had. Brian [EMAIL PROTECTED] wrote on 15.02.2005, 16:05:16: Guess you have checked the .ini files which specifies if the responder stays up - state 1 or 2 I think? Graham Forbes Trading Systems BT Consulting Systems Integration tel: (+44) (0)20 7176 fax: (+44) (0)20

=?iso-8859-1?Q?Re:_[U2]_Universe_to_Web_interface?=

2005-02-09 Thread brian
Text = Subr.GetArg(0) ' Now write the text to the page Response.Write Text % /body /html Brian --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

=?iso-8859-1?Q?[U2]U2UG_looking_for_material?=

2005-02-07 Thread brian
users and managers to help promote and justify the use of MultiValue technologies. If you have access to any such materials that the authors will be willing to share with the U2UG, please contact me or another member of the U2UG board. Thank you, Brian On behalf of the U2 User Group. --- u2

RE: [U2] Memory cannot be written to

2005-02-05 Thread Brian Leach
... You might be *very* lucky and locate the issue using a tool like Dependency Walker (available free - just google for 'Dependency Walker') if it is a clear mismatch. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Graham Hansen Sent: 04

RE: [U2] [AD] UniBasic Program with arguments

2005-02-03 Thread Brian Leach
Mats, Clever but not quite there... That would only work if the subroutine used arg 1 as a return argument. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mats Carlid Sent: 03 February 2005 10:22 To: u2-users@listserver.u2ug.org Subject

<    4   5   6   7   8   9   10   >