Re: [U2] Re-Catalog?

2005-02-22 Thread FFT2001
In a message dated 2/22/2005 7:00:17 AM Pacific Standard Time, [EMAIL PROTECTED] writes: SELECT BP CATALOG BP LOCAL Danger Will Robinson! Warning! Warning! Do not do this. Stop. No. Baddog. If you have three different programming files like :BP, NEW.BP and VENDOR.BP this will overwrite any

RE: [U2] Re-Catalog?

2005-02-22 Thread Ed Clark
to be cataloged globally--triggers for example--and others you may want to be local or direct. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 11:18 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Re

RE: [U2] Re-Catalog?

2005-02-22 Thread Richard Taylor
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 11:18 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Re-Catalog? In a message dated 2/22/2005 7:00:17 AM Pacific Standard Time, [EMAIL PROTECTED] writes

Re: [U2] Re-Catalog?

2005-02-22 Thread Donald Kibbey
Thanks for the reminder. I've um, tested this myself on my development machine And no, it's not pretty! The application I support uses almost a dozen accounts to service the main account. Potholes are everywhere as far as duplicate names in the voc. I was hoping there was a magic

Re: [U2] Re-Catalog?

2005-02-22 Thread Peter D Olson
maybe write a little program that... 1. SELECT THE MD WITH F1 = V 2. EXTRACT THE PROGRAM_FILE FROM ATTRB 2 OR 9 ( minus the .O part ) 3. COMPILE PROGRAM_FILE MD_ITEM voc === SEL.WINDOW 001 V 002 /oh_no_mr_bill/mr_bill/MDIPA.BP.O/SEL.WINDOW 003 B 004 BNP 006 PICK.FORMAT 007

Re: [U2] Re-Catalog?

2005-02-22 Thread Scott Richardson
-users@listserver.u2ug.org Sent: Tuesday, February 22, 2005 12:19 PM Subject: Re: [U2] Re-Catalog? Thanks for the reminder. I've um, tested this myself on my development machine And no, it's not pretty! The application I support uses almost a dozen accounts to service the main account

RE: [U2] Re-Catalog?

2005-02-22 Thread Marilyn Hilb
-Original Message- From: Richard Taylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 11:15 AM To: u2-users@listserver.u2ug.org Subject:RE: [U2] Re-Catalog? Which is exactly why it is a BAD IDEA to allow multiple programs to exist in different code files

RE: [U2] Re-Catalog?

2005-02-22 Thread Andrew Lakeland
PROTECTED] Sent: 22 February 2005 18:19 To: u2-users@listserver.u2ug.org Subject: Re: [U2] Re-Catalog? Thanks for the reminder. I've um, tested this myself on my development machine And no, it's not pretty! The application I support uses almost a dozen accounts to service the main account

RE: [U2] Re-Catalog?

2005-02-22 Thread Stevenson, Charles
and the moral of the story is: a Source Control System is very good idea. On a more helpful note, the bottom of the program object file contains, in ascii, the path to the source (unless compiled with -T option). Cataloging moves that binary file to uv/catdir. So you can reverse engineer that

RE: [U2] Re-Catalog?

2005-02-22 Thread Donald Kibbey
into all kinds of problems. If you need access to files in another account set a pointer to the file and stay in the same account. Re andy -Original Message- From: Donald Kibbey [mailto:[EMAIL PROTECTED] Sent: 22 February 2005 18:19 To: u2-users@listserver.u2ug.org Subject: Re: [U2] Re

RE: [U2] Re-Catalog?

2005-02-22 Thread Allen E. Elwood
a time bomb from the past! Allen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Marilyn Hilb Sent: Tuesday, February 22, 2005 09:43 To: u2-users@listserver.u2ug.org Subject: RE: [U2] Re-Catalog? At the VAR I worked, this was against the rules of course.. to put

Re: [U2] Re: UV to web interface

2005-02-15 Thread Ian Renfrew
When you cut and pasted the code you need to save the file as 'index.asp' not 'simple.asp'. Suggest adding this instruction as part of code. Regards, Ian Renfrew - Original Message - From: Jeff Schasny [EMAIL PROTECTED] To: U2 Group u2-users@listserver.u2ug.org Sent: Tuesday, February

Re: [U2] Re: UV to web interface

2005-02-15 Thread FFT2001
1) The IP number you put in doesn't work? Try pinging it. 2) The username and password doesn't work? 3) The directory for the account doesn't work? 4) You mistyped something from the code? You can add debugging text to the code to show you how far it got. I put a Hello right inside the top so I

Re: [U2] Re: UV to web interface

2005-02-15 Thread vforste
In the example I used Universe.session.1 as the object pointer. I was using UVDK2.0 to test it before I sent it out, on a newer version change the line. Set Sess = CreateObject(Universe.session.1) to Set Sess = CreateObject(UniObjects.UniOaifCtrl) Vance - Original Message - From: Jeff

Re: [U2] Re: UV to web interface

2005-02-15 Thread FFT2001
You don't NEED a form action Jeff, you can get the result to come to the same page without it. I would try that first. Will --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Re: UV to web interface

2005-02-15 Thread FFT2001
Oops Jeff also do you have OTHER .asp pages working? I don't enough about IIS to know how to say this, but does .asp need to be like ... initialized or something, or started? Or is it just automatic with IIS ? I'm sure someone knows that answer. Will --- u2-users mailing list

Re: [U2] Re: UV to web interface

2005-02-15 Thread FFT2001
Jeff after the % and before the if line, on its own line just put this line Response.write HelloBR So that lives outside the if, and see if you get anything --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Re: [u2] Printing Different

2005-02-14 Thread George Gallen
what I did was combine a x,y location routine with an output message routine. The x,y coordinates are based on 10cpi and 8lpi makes designing easier. Just use a ruler to figure your start point. Then my message output routine allows me to set the cpi size of the output, as well as any font or

Re: [U2] Re: U2 Universe to Web Interface

2005-02-10 Thread FFT2001
First, that last message wasn't supposed to go to the whole group. So sorry about that. Second, I will be trying out the various examples I was sent, over the next few days and report back on what seems the easiest or best or whatever. Will --- u2-users mailing list

Re: [U2] Re: Uniobjects automation error

2005-01-21 Thread brian
Jonathan is right, but I'd suggest going one stage further removed. Creating a reference is version sensitive - it expects a specific version of UniObjects. For safety I would use a CreateObject. Plus this has the advantage that you can use it inside VBScript (which in case anyone doesn't know

RE: [U2] Re: WinteGrate

2005-01-14 Thread David Robertshaw
Here's a summary of how this works in wIntegrate: To run a specific PC program from a Basic program and pass it an argument, use: CALL WIN.PCRUN(iexplore, www.ups.com) CALL WIN.PCRUN(excel, myfile.xls) To run a program from the file association in the registry, use: CALL

RE: [U2] Re: WinteGrate

2005-01-14 Thread Bright, Frank
Steve, I don't know if you have a solution. But $0.02 is the following 001: X.PROG = iexplore 002: XFILE = http://wwwapps.ups.com/WebTracking/processInputRequest?HTMLVersion=5.0; loc=en_USRequester=UPSHometracknum=1Z9366900308642377AgreeToTermsAndC onditions=yestrack.x=22track.y=9 003:

Re: [U2] Re: FIBR

2005-01-13 Thread Mark Johnson
IMHO as I transverse the whole spectrum (no pun intended) of MV flavors, including some native clients, the consistency of ED appeals to me. I've tried using Notepad or other DOS-like editors and while I am very proficient in those for their own purposes, mixing them with MV data or programs feels

RE: [U2] Re: WinteGrate

2005-01-12 Thread Brutzman, Bill
Was the UniBasic program re-compiled ? --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Steve Kunzman Sent: Wednesday, January 12, 2005 3:19 PM To: u2-users@listserver.u2ug.org Subject: [U2] Re: WinteGrate I had saved this post for future reference.

RE: [U2] Re: WinteGrate

2005-01-12 Thread George Gallen
do you need to quote the URL? with all those 's and ?'s maybe wintergate is trying to do something. BTW, is it supposed to be wwwapps or www.apps and just a typo for the email? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Steve Kunzman Sent: Wednesday,

RE: [U2] Re: WinteGrate

2005-01-12 Thread skunzman
Bill, yes recompiled many times - FIBR. -- Original message -- Was the UniBasic program re-compiled ? --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Steve Kunzman Sent: Wednesday, January 12, 2005 3:19 PM

RE: [U2] Re: WinteGrate

2005-01-12 Thread skunzman
George, tried quoting and wwwapps is what I cut from the browser url. Thanks. Steve -- Original message -- do you need to quote the URL? with all those 's and ?'s maybe wintergate is trying to do something. BTW, is it supposed to be wwwapps or www.apps and just a

RE: [U2] Re: WinteGrate

2005-01-12 Thread Kevin King
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Bill, yes recompiled many times - FIBR. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Re: WinteGrate

2005-01-12 Thread Michael Spencer
How about ignoring wIntegrate features altogether and use a call to a subroutine like this: 001 subroutine web.call.url(url,extension,results) 002 if url='' then 003results='' 004return 005 end 006 if extension='' then extension='/ HTTP/1.1' 007 data 'GET ':extension:@am:'' 008 execute

RE: [U2] Re: WinteGrate

2005-01-12 Thread Marilyn Hilb
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 3:02 PM To: u2-users@listserver.u2ug.org Subject:RE: [U2] Re: WinteGrate George, tried quoting and wwwapps is what I cut from the browser url. Thanks. Steve

RE: [U2] Re: WinteGrate

2005-01-12 Thread Michael Spencer
am on D3/Aix) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: January 12, 2005 4:02 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Re: WinteGrate George, tried quoting and wwwapps is what I cut from the browser url. Thanks

RE: [U2] Re: WinteGrate

2005-01-12 Thread Steve Kunzman
Not cataloged, just running from TCL (RUN BP PROGX). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin King Sent: Wednesday, January 12, 2005 2:14 PM To: u2-users@listserver.u2ug.org Subject: FW: [U2] Re: WinteGrate -Original Message- From:

RE: [U2] Re: WinteGrate

2005-01-12 Thread Brutzman, Bill
What is the meaning of 'FIBR' ? --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Re: WinteGrate

2005-01-12 Thread Anthony Dzikiewicz
This may be a round about way, but Ill bet that if you wrote the command to a bat file on the PC and then did a PCRUN to execute the bat file it might work. I did the following bat file; cd c:\program files cd internet explorer **Note the next line is all on one line in the bat file. I don't

RE: [U2] Re: WinteGrate

2005-01-12 Thread skunzman
While in Unidata editor, these are commands, FIBR = file, basic, run. -- Original message -- What is the meaning of 'FIBR' ? --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/ ---

RE: [U2] Re: WinteGrate

2005-01-12 Thread David Jordan
Is Wintegrate starting up Internet Explorer or is the program not found the iexplorer execute. Regards David Jordan --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Re: WinteGrate

2005-01-12 Thread Alfke, Colin
George might be onto something. In DOS the character needs to be escaped using the ^. Try changing all of the in the url to ^. hth Colin Alfke in way too cold Calgary -Original Message- From: George Gallen do you need to quote the URL? with all those 's and ?'s maybe wintergate is

Re: [U2] Re: WinteGrate

2005-01-12 Thread Mark Johnson
, January 12, 2005 4:58 PM Subject: RE: [U2] Re: WinteGrate What is the meaning of 'FIBR' ? --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/ --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please

Re: [U2] Re: WinteGrate

2005-01-12 Thread Mark Johnson
(IEXPLORE,WWW.EBAY.COM) Using a simple URL may prove if it's the URL, its syntax or the actual mechanics of IEXPLORE. My 1 cent. - Original Message - From: Alfke, Colin [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, January 12, 2005 4:53 PM Subject: RE: [U2] Re

Re: [U2] RE: UCI connection problems ('SQLConnect failed' / 'Failure tologin as remote user')

2004-12-13 Thread Ray Wurlod
Have you destroyed a preliminary script as part of the upgrade? One that does a SET.REMOTE.ID? --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Re: [UD] problem with hex conversions

2004-11-24 Thread Bill H.
Goes to show ya...coming from a Pick background I see nothing wrong with the results. :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Simon Lewington Sent: Wednesday, November 24, 2004 3:35 AM To: [EMAIL PROTECTED] Subject: [U2] Re: [UD] problem

RE: [U2] Re: [UD] problem with hex conversions

2004-11-24 Thread Stevenson, Charles
Bill, You're forgiven - but just cuz it's Thanksgiving tomorrow. Chuck Stevenson, old primate -Original Message- From: Bill H. Goes to show ya...coming from a Pick background I see nothing wrong with the results. :-) --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe

RE: [U2] RE: [UV] Monitoring file changes

2004-11-19 Thread Glenn Herbert
At 06:40 PM 11/18/2004, you wrote: [snipped] If person A has the file open and person B does a list, is the updated information writen when person B ends her list? Or when person A finally closes the file? In other words, is the header information viewable, even though someone somewhere is

Re: [U2] RE: [UV] Monitoring file changes

2004-11-19 Thread Dianne Ackerman
Thanks! That helped. -Dianne Glenn Herbert wrote: Yeah. I said that in a previous email. The question was simply is there a way to determine if statistics are enabled and, without having to delve into the file header, listing out the statistics using FILE.USAGE is the only way to tell. Of

Re: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread iggchamp
I've never used FILE.USAGE. Where can I find out more information such as where the information is stored, is there much of a performance hit while using it, etc... Thanks -- Original message -- You can certainly collect statistics on the number of writes, deletes,

Re: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread Glenn Herbert
The information is stored IN the file header (see the Stats region if you have access to the internal file documentation). And the performance hit comes when you close the file and all the numbers you collected over time (in memory) is added to the header values, which means you lock down the

Re: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread iggchamp
Thanks a bunch Glenn -- Original message -- The information is stored IN the file header (see the Stats region if you have access to the internal file documentation). And the performance hit comes when you close the file and all the numbers you collected over time

Re: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread Dianne Ackerman
Is there a way to tell if FILE.USAGE has been set to collect information? -Dianne [EMAIL PROTECTED] wrote: I've never used FILE.USAGE. Where can I find out more information such as where the information is stored, is there much of a performance hit while using it, etc... Thanks --

Re: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread Glenn Herbert
I believe if you run FILE.USAGE filename and all values are zero, then statistic collection is OFF. You enable it using FILE.USAGE.CLEAR; disable it using FILE.USAGE.OFF. At 02:54 PM 11/18/2004, you wrote: Is there a way to tell if FILE.USAGE has been set to collect information? -Dianne [EMAIL

Re: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread Clifton Oliver
I don't think that's correct. I did some tests on this several years ago. If memory serves, when file usage is ON, counts are held in memory. They don't actually get written to the file header on disk until the file is closed. Or am I mis-remembering again? -- Regards, Clif

Re: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread Glenn Herbert
Yeah. I said that in a previous email. The question was simply is there a way to determine if statistics are enabled and, without having to delve into the file header, listing out the statistics using FILE.USAGE is the only way to tell. Of course, you are correct that IF statistics

RE: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread Bob Woodward
] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Glenn Herbert Sent: Thursday, November 18, 2004 2:04 PM To: [EMAIL PROTECTED] Subject: Re: [U2] RE: [UV] Monitoring file changes Yeah. I said that in a previous email. The question was simply is there a way to determine if statistics are enabled

Re: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread Clifton Oliver
Comments and responses embedded in the text below. Glenn Herbert wrote: Yeah. I said that in a previous email. Oops. Missed that one. The perils of speed-reading. Ok. Tried this. Statistics collection can definitely be determined using the FILE.USAGE command. If they are enabled, the listing

RE: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread FFT2001
- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Glenn Herbert Sent: Thursday, November 18, 2004 2:04 PM To: [EMAIL PROTECTED] Subject: Re: [U2] RE: [UV] Monitoring file changes Yeah. I said that in a previous email. The question was simply is there a way

Unclassified RE: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread HENDERSON MICHAEL MR
But unfortunately none of this FILE.USAGE stuff will work for the original poster because his file is DYNAMIC, and FILE.USAGE doesn't support DYNAMIC files, e.g. FILE.USAGE A.DYNAMIC.FILE Cannot process type 1, 19, 25 or 30 file path to file. And since he's on UV 9.6.2, he can't use Triggers,

RE: [U2] Re assigning universe index file after OS level copy

2004-11-13 Thread John Jenkins
Please make sure you have synchronised copies - that is the data and index files were snapped without the possibility of ANY updates to either of them for the duration of the copy process. Worth taking a look at SUSPEND.FILES if in doubt. Oh - and a sync of course Regards JayJay

RE: [U2] Re assigning universe index file after OS level copy

2004-11-12 Thread Stevenson, Charles
Rod, Try SET.INDEX. The path to the index dir is buried in the header of the data file. SET.INDEX will let you change that. cds -Original Message- From: Rod Hills Is their a way to copy a data/index files and not have to rebuild the index. --- u2-users mailing list [EMAIL PROTECTED]

RE: [U2] Re: [OT] PCL6 - Additional Comments

2004-11-11 Thread George Gallen
Except when you are trying to string them along from EQUs, it's a little hard to combine, so I just send the full code for each command. I have the following commands: CALL SETPCLX(x); CALL SETPCLY(y); CALL SETPCLXY(x,y) of course SETPCLXY does a CALL SETPCLX(x) then a CALL SETPCLY(y) To keep

RE: [U2] RE: [UD] Index problem

2004-11-04 Thread Bob Witney
You can buts its dangerous because the name of the index can change when its recreate ot rebuilt Like this :CT VOC H 0001 F 0002 ./I_BK.BOOKI00/INDEX.000 0003 D_BP :LIST H LIST H 15:14:01 04-11-04 PAGE 1 BP.. ABQATL*11878*DL1896 ABQATL*11878*DL944 ABQATL*11948*DL1896

RE: [U2] RE: [UD] Index problem

2004-11-04 Thread Bob Witney
You can access it via a program but its dangerous because the index reference will change (or could do ) when its recreate or rebuilt Like this :CT VOC H H 0001 F 0002 ./I_BK.BOOKI00/INDEX.000 0003 D_BP :LIST H LIST H 15:14:01 04-11-04 PAGE 1 bp. 1000.00

Re: [U2] RE: [UD] Index problem

2004-11-04 Thread Simon Lewington
Piers Angliss ... quote Simon Lewington What would be great is if Unidata provided a facility to update an index in a file programatically. /quote If I recall correctly, Universe implements indices as Type 25 data files, so UV could support this Yep - definitely one to put in the plus

RE: [U2] RE: Restructuring the GL

2004-10-26 Thread Allen E. Elwood
Hello Lora and Scott, I did this on a Manage-2000 system. What it entailed was creating a list of every single data file on the system, and then searching every field on every record on every file on the system and at the field level comparing that field with every single G/L account in the G/L

Re: [U2] RE:[UV] Moving TRANS onto a new Hard Drive

2004-10-23 Thread Will
Thanks Piers for the ideas... and my apology for the misleading subject headline. Piers Angliss wrote: At this time on a Friday evening, you can't possibly mean this weekend. So, identify all your uv accounts over the next week and, for each one, scan the VOC looking for any references in F2 to

RE: [U2] RE:[UV] Moving TRANS

2004-10-22 Thread Bob Woodward
And don't forget to do a SEARCH on your source code files (all of them) in case someone hard-coded an OS path in any of your programs. I suppose they could have done the same in your PROC files so you better check them as well. BobW --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe

RE: [U2] RE: running a subroutine [AD]

2004-10-21 Thread Dennis Bartlett
wow, the mighty (friendly) joslyn lives and breathes..smile hi susan! -Original Message- From: Susan Joslyn [mailto:[EMAIL PROTECTED] - GWK BEPERK/LIMITED (REG: 1997/022252/06) POSBUS 47 PO BOX 8730 DOUGLAS

RE: [U2] RE: Memresize failed

2004-10-14 Thread Adrian Matthews
Too large a file for your Unix settings perhaps. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of kafsat taiyus Sent: 14 October 2004 11:07 To: '[EMAIL PROTECTED]' Subject: [U2] RE: Memresize failed I found it does not like the mod 181061, sep 16. It

Re: [U2] RE: Memresize failed

2004-10-14 Thread Lance Jahnke
Do you have the disk space for the swap/temp file that the resize command creates? -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Sent: Thu Oct 14 05:06:33 2004 Subject: [U2] RE: Memresize failed I found it does not like the mod

RE: [U2] RE: wIntegrate

2004-10-08 Thread Less, Mirwaan (MIRW)
] Subject: RE: [U2] RE: wIntegrate Less: To install the wIntegrate host programs do the following: 1) open a wIntegrate session and log onto the host computer 2) get to tcl (raw tcl) 3) click on Run Script... 4) select the Host folder where the wIntegrate client is installed 5) select inst_pgm.wis

RE: [U2] RE: gvim on UD

2004-10-08 Thread Shawn Waldie
With gvim, I'm editing on my windows pc; then I ftp the source over to the unix host. I'll give Paul's suggestion a shot. -Original Message- From: Ken Wallis [mailto:[EMAIL PROTECTED] Sent: Thursday, October 07, 2004 5:20 PM To: [EMAIL PROTECTED] Subject: RE: [U2] RE: gvim on UD Where

RE: [U2] RE: gvim on UD

2004-10-08 Thread Jefferson, Jim
with the extraneous CR's in your file. Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shawn Waldie Sent: Friday, October 08, 2004 10:53 AM To: [EMAIL PROTECTED] Subject:RE: [U2] RE: gvim on UD With gvim, I'm editing on my windows pc; then I ftp

RE: [U2] RE: gvim on UD

2004-10-08 Thread Scott Ballinger
:[EMAIL PROTECTED] On Behalf Of Shawn Waldie Sent: Friday, October 08, 2004 8:53 AM To: [EMAIL PROTECTED] Subject: RE: [U2] RE: gvim on UD With gvim, I'm editing on my windows pc; then I ftp the source over to the unix host. I'll give Paul's suggestion a shot. -Original Message- From: Ken

RE: [U2] RE: gvim on UD

2004-10-08 Thread Allen E. Elwood \(CA\)
, Jim Sent: Friday, October 08, 2004 09:49 To: [EMAIL PROTECTED] Subject: RE: [U2] RE: gvim on UD This may not apply, but my recollection is that unless you specify a binary transfer type when ftp'ing your ftp client and server should properly negotiate the CRLF to LF (and vice versa) swaps

RE: [U2] RE: gvim on UD

2004-10-08 Thread Shawn Waldie
PROTECTED] Sent: Friday, October 08, 2004 11:05 AM To: [EMAIL PROTECTED] Subject: RE: [U2] RE: gvim on UD Instead of changing your windows gvim configuration, you could ftp as ascii instead of binary- that will convert crlf to lf when sending from dos to unix (and vice-versa). Scott Ballinger

RE: [U2] RE: wIntegrate

2004-10-07 Thread Bill H.
Less: To install the wIntegrate host programs do the following: 1) open a wIntegrate session and log onto the host computer 2) get to tcl (raw tcl) 3) click on Run Script... 4) select the Host folder where the wIntegrate client is installed 5) select inst_pgm.wis and continue from there.

RE: [U2] RE: gvim on UD

2004-10-07 Thread Allen E. Elwood \(CA\)
I don't know what gvim is, but if you're getting compiler errors on blank lines, just change them to *. I'm assuming that you put the blank lines in to make the code more readable? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Shawn Waldie Sent: Thursday,

RE: [U2] RE: gvim on UD

2004-10-07 Thread Shawn Waldie
. -Original Message- From: Allen E. Elwood (CA) [mailto:[EMAIL PROTECTED] Sent: Thursday, October 07, 2004 3:00 PM To: [EMAIL PROTECTED] Subject: RE: [U2] RE: gvim on UD I don't know what gvim is, but if you're getting compiler errors on blank lines, just change them to *. I'm assuming

RE: [U2] RE: gvim on UD

2004-10-07 Thread Ken Wallis
Where are you editing the programs with gvim? On a windows box somewhere, or on UNIX? If running on windows, but accessing a unix file, then you may find that gvim has decided to put in a CRLF instead of just a linefeed at the end of each line. gvim is infinitely configurable, and I'm sure

Re: [U2] RE: gvim on UD

2004-10-07 Thread Paul Protzman
With gvim/vim use :se ff=unix to set File Format to Unix use :se ff=DOS to set to Windows/DOS format :se ff will show you the format vim has detected in the file from the crlf or lf only line terminations.. I use this routinely to move files from HP-UX based Universe to Windows. Paul Protzman

Re: [U2] Re: [UD] Triggers

2004-09-28 Thread Simon Lewington
UniBasic FILEINFO(FP,25 26) have the triggers - at least on UD 6.0+ This isn't documented in the UniBasic Commands Reference - so I'm not sure if I saw it in 'New Features' at some point or found it through trial and error. Simon [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Ray

RE: [U2] RE: U2 User's Group Charter

2004-09-28 Thread Dana Baron
] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Tuesday, September 28, 2004 8:47 AM To: '[EMAIL PROTECTED]' Subject:RE: [U2] RE: U2 User's Group Charter Where exactly is the charter on the website? After logging in and after ten minutes of looking, I gave up. --Bill

RE: [U2] Re: [UV] Triggers

2004-09-28 Thread Noah Hart
: Tuesday, September 28, 2004 5:14 AM To: [EMAIL PROTECTED] Subject: RE: [U2] Re: [UV] Triggers Is is possible to get a list of all files with triggers? On UniData (6.0.3), try using this: OPEN ANYFILE TO F.FILE ELSE STOP UPDATE.TRIGGER.NAME = FILEINFO(F.FILE,25) DELETE.TRIGGER.NAME = FILEINFO

RE: [U2] Re: [UV] Triggers

2004-09-27 Thread Noah Hart
Unfortunately under U2 there does not seem to be the LIST.SICA command. Noah -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ray Wurlod Sent: Monday, September 27, 2004 2:53 PM To: [EMAIL PROTECTED] Subject: [U2] Re: [UV] Triggers In UniVerse triggers

RE: [U2] Re: [UV] Triggers

2004-09-27 Thread Ray Wurlod
: [U2] Re: [UV] Triggers Unfortunately under U2 there does not seem to be the LIST.SICA command. Noah -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ray Wurlod Sent: Monday, September 27, 2004 2:53 PM To: [EMAIL PROTECTED] Subject: [U2] Re: [UV

RE: [U2] Re: [UV] Triggers

2004-09-27 Thread [EMAIL PROTECTED]
Ray Wurlod wrote: From that I must assume that you're using UniData. U2 means UniVerse and UniData, two similar but different database products. There is no actual U2 database. On UniData the command is LIST.TRIGGER. To find what triggers exist in a database, you'd have to write a program

RE: [U2] RE: Seek Operation Failure

2004-09-20 Thread Chuck Mongiovi
It just sounds like you have a corrupt file to me. Has the file possibly reached the Universe file limit size (varies depending on what version you are running I believe) ? You may have over-quoted a bit .. I couldn't follow what question you were responding to .. --- u2-users mailing

RE: [U2] RE: UniData Sockets

2004-09-15 Thread Bob Witney
We are using sockets on Universe 10 (aix 5.2) Server side basic looks like this: Specify Protocol Logging information RESULT=protocolLogging(,ON,10) SNDBUF = '' ; RCVBUF = '' INADDR= INNAME= END.OF.TIME = '' Specify server name and assign handles to each

Re: [U2] Re: U2 Users Digest V1 #252 (Vacation)

2004-09-15 Thread BNeylon
I bet this is killing the digest users. Only 13 more days. :-) Bruce M Neylon Health Care Management Group Ron Brunko [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 09/15/2004 01:35 PM Please respond to u2-users To: [EMAIL PROTECTED] cc: Subject:[U2] Re:

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

2004-08-03 Thread Bjorn Behr
Should this not read: VNM = TRIM(FIELD(RTVEC8,:,2)) NOT VNM = TRIM(FIELD(RTVEC8),:,2) or am I missing something? Regards Bjvrn Behr Programmer HYFLO Southern Africa (Pty) Ltd Tel : +27 11 386 5800 Fax : +27 11 444 5391

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

2004-08-03 Thread Bob Witney
Try it like this: 0001: RTVEC = 0002: VNM = TRIM(FIELD(RTVEC8,:,2)) 0003: END Bottom at line 3. : .X BAS TEST filed in file BP. Executing the command BASIC BP TEST. Compiling: Source = 'BP/TEST', Object = 'BP.O/TEST' Compilation Complete. Bob -Original Message- From:

RE: Unclassified RE: [U2] RE: Copying data between two Universe servers

2004-08-03 Thread Stevenson, Charles
The way I really hoped would be implemented was to have the index files exist within the file subdirectory, i.e. all files with indexes would be similar in structure to Type30, but have a .index subdirectory within them. So, from then on, the indexes would be tied to the main data

RE: [U2] RE: Copying data between two Universe servers

2004-08-02 Thread Stevenson, Charles
IBM could help us here by writing a backward link in the I_INDEX.MAP that says where the primary file is that the index supposedly references. If there is a mismatch, error out. Is there a situation where the current state, where more than one primary files could point to the same index is a

RE: [U2] RE: Copying data between two Universe servers

2004-08-02 Thread Glenn Herbert
Funny you mention this. Back in 1994-95 when I was rewriting all the low level indexing code, we tried to figure out some way to do exactly this, putting some type of full path or such within INDEX.MAP to point back to the main file. Problem is, we couldn't figure out a way to safely do this

RE: [U2] RE: Copying data between two Universe servers

2004-08-02 Thread Allen E. Elwood \(CA\)
:[EMAIL PROTECTED] Behalf Of Glenn Herbert Sent: Monday, August 02, 2004 12:31 To: [EMAIL PROTECTED] Subject: RE: [U2] RE: Copying data between two Universe servers Funny you mention this. Back in 1994-95 when I was rewriting all the low level indexing code, we tried to figure out some way to do

RE: [U2] Re: Logging to Universe NT

2004-07-30 Thread uniVerse mailing list
-Original Message- Your administrative users will still get the prompt to enter a path name but the default path displayed will be the path entered in local path but the non-administrative users will not be prompted. Actually the admin users get prompted with the *last* account used by

RE: [U2] Re: Logging to Universe NT

2004-07-30 Thread Adrian Matthews
: RE: [U2] Re: Logging to Universe NT -Original Message- Your administrative users will still get the prompt to enter a path name but the default path displayed will be the path entered in local path but the non-administrative users will not be prompted. Actually the admin users get prompted

Re: [U2] Re: Logging to Universe NT

2004-07-30 Thread Ron White
You are correct! My bad. Ron White - Original Message - From: uniVerse mailing list [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 30, 2004 5:27 AM Subject: RE: [U2] Re: Logging to Universe NT -Original Message- Your administrative users will still get

RE: [U2] Re: Logging to Universe NT

2004-07-29 Thread Adrian Matthews
No you don't. None of our users are and they all logon without problems. Away from the office today so I can check but there is a setting on UniAdmin that needs to be set. Something to do with account that users attach to. From: [EMAIL PROTECTED] on behalf of D

Re: [U2] Re: Logging to Universe NT

2004-07-29 Thread Ron White
to enter a path name but the default path displayed will be the path entered in local path but the non-administrative users will not be prompted. Ron White - Original Message - From: Steve Mayo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 11:53 AM Subject: Re: [U2

Re: [U2] RE: Copying data between two Universe servers

2004-07-28 Thread Martin Phillips
Another trap for the unwary If you use an operating system copy program to move a UniVerse file that has alternate key indices, the index subfile pathname stored in the file header will not be updated. You may need to use SET.INDEX to correct this after the copy. I know of one major UV user

RE: [U2] RE: non-admin groups access to universe nt

2004-07-28 Thread Kevin Vezertzis
Thanks for the input Amy...actually, I have already changed the networking option to 'any directory' and/or 'any account'...it didn't seem to help. Any other suggestions would be great. Thanks, Kevin --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit

<    1   2   3   4   5   6   >