RE: [U2] Alas .NET

2004-09-16 Thread Tony Gravagno
djordan wrote: If Uniobjects .Net is a .Net assembley, then it should run anywhere that the .Net frame work runs as well as probably on the Linux version as well. We've had some discussions in comp.databases.pick about .NET-enabled MV tools running over Mono. I believe (though someone with

[U2] Suggestion

2004-09-16 Thread Louie Gouws
Hi all, I want to make a suggestion. When posting a question, say what you want to do. I'm using Nick's question as an example (no malice intended): What is the fastest way to process a long string byte by byte. I want to know if there is a faster way to do the following: etc..

RE: [U2] UniDebugger won't let me in.

2004-09-16 Thread djordan
When creating the connect have you ticked the correct box for UniVerse or UniData database. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alfke, Colin Sent: Thursday, 16 September 2004 3:29 PM To: [EMAIL PROTECTED] Subject: RE: [U2] UniDebugger won't

[U2] Copying _HOLD_ records to Windows folders

2004-09-16 Thread Al DeWitt
UniData 6.0.12, Realty Flavor I have a program that, thanks to many of you, reads entries in the _HOLD_ file copies them to another name based upon information found in the first record. Sort of like this: READ HOLD.REC FROM HOLD.FILE,ID ELSE HOLD.REC = '' IF HOLD.REC THEN NEW.NAME =

RE: [U2] Copying _HOLD_ records to Windows folders

2004-09-16 Thread Bjorn Behr
We use UniVerse, not Unidata, and what we did was create a entry in the voc that uses dos commands to copy a file to the required directory. This might work? 01 ED MD TEST.COPY 5 lines long. : P

RE: [U2] Copying _HOLD_ records to Windows folders

2004-09-16 Thread Kevin King
Why can't you just setup a DIR-type file and write it to that file? That'll drop it in the Windows folder. You might need to remove any special characters in the name, like wildcard characters that Unidata doesn't care about (but Windows does!), but other than that it should be quite simple.

Re: [U2] Assembling in Las Vegas this weekend ...

2004-09-16 Thread Mark Johnson
So Results is a nick-name. I still would be interested in hearing from anyone who has used or is using the Results package from Microdata. I've had Results-based clients for 17 years. Thanks. - Original Message - From: Results [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday,

RE: [U2] Copying _HOLD_ records to Windows folders

2004-09-16 Thread Alfke, Colin
If you can setup a VOC entry (like the one for _HOLD_) then you *can* just write it to the folder. Otherwise just use the PCPERFORM command and copy it to the required windows folder. Please note though that you won't have the drive mappings setup on the server that you may be expecting. Of

RE: [U2] UniDebugger won't let me in.

2004-09-16 Thread Shawn Waldie
This is what's so strange. I can log in through other windows. I have UniDebugger running right now, and I can access my source code through the wIntegrate pane (on the right). However, I get the error message when I attempt to access my source code with the editor pane (on the left). I've always

RE: [U2] UniDebugger won't let me in.

2004-09-16 Thread Shawn Waldie
I'm good here, too. -Original Message- From: kafsat taiyus [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 4:41 PM To: '[EMAIL PROTECTED]' Subject: RE: [U2] UniDebugger won't let me in. Permission on the source code. --- u2-users mailing list [EMAIL PROTECTED] To

RE: [U2] [UV] Processing a string

2004-09-16 Thread Glen B
This gets better and better every day. *LOL* Per HTTP 1.0-1.2 specifications, and are not exempt from content encoding requirements. They are protected characters and must be treated as such when sending content. Light bulb going off yet? If you must use a or character as a

[U2] ANNOUNCEMENT: Commercial MultiValue Database released as Open Source under GPL

2004-09-16 Thread Doug Dumitru
I am pleased to announce the creation of the first operational, production MultiValue database environment released as Open Source software. This new package is based on the commercial MultiValue database QM, developed by Ladybridge Systems in the UK. About QM * Originally developed for

RE: [U2] Assembling in Las Vegas this weekend ...

2004-09-16 Thread Tony Gravagno
When you say has used, OK, I fit that category. I had one client about 12 years ago that was running Results on a Microdata. I worked with them for about 4 years, so I knew their customized app well at the time. Good software, though some parts of it I wouldn't touch with a long pole. When

[U2] [UV] SOX - TCL command logging / auditing

2004-09-16 Thread Buss, Troy \(Logitek Systems\)
Does anyone know if there is a built in facility within universe for logging TCL commands by account or even globally? Something similar perhaps as the 'errlog' feature. Of concern by an internal SOX (sarbanes-oxley) audit was that its possible for data to be changed outside of the application.

RE: [U2] UniDebugger won't let me in.

2004-09-16 Thread Alfke, Colin
Not so strange. The editor does it's file transfer independently of the terminal window. You can load edit, format, and save source code without logging the terminal window in. It's strange that you've used uniobjects in the past and it's no longer working - or have you just never used it with

RE: [U2] ANNOUNCEMENT: Commercial MultiValue Database released as Open Source under GPL

2004-09-16 Thread Glen B
Awesome! I definitely want a development part. I also want to work my projects into it, when they hit a stable release. If you want, I can devote a section of PickSource to it. Glen aka PickCoder http://picksource.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [U2] uv-pe problem

2004-09-16 Thread GarryS
Xtreme Pain HOME edition is kludged version that does not allow many networking options. IE.. you can log into a domain. And it is not so easy to update to the PRO edition from HOME. Garry Smith Dir. Info Systems Charles McMurray Company V# 559-292-5782 F# 559-346-6169 CONFIDENCE NOTICE: This

Re: [U2] uv-pe problem

2004-09-16 Thread BobW56
Hum I wonder what that hard error says Might give us a clue! - Original Message - From: Michael O'Rear [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 16, 2004 10:50 AM Subject: [U2] uv-pe problem Running Universe 10.0 - Personal edition on a high-end

RE: [U2] UniDebugger won't let me in.

2004-09-16 Thread Shawn Waldie
I recently changed my password. However, only when I attempt to access my source code using UDB am I denied...so I know it can't be a permissions problem. I'll try changing my password. snip So it looks like the user/password you are using on the editor side isn't valid or doesn't have the

RE: [U2] [UV] SOX - TCL command logging / auditing

2004-09-16 Thread Baakkonen, Rodney
You can define verbs as 'R' types and secure them using Unibasic code: Record Layout: @ID:remote_record_ID Attribute 1:R [description] Attribute 2:file_name Attribute 3:record_name Attribute 4:[subroutine_name] The following screen shows an example of a remote item you could create for the ECL

RE: [U2] attachments

2004-09-16 Thread Marc Harbeson
What attachments? snicker -Original Message- From: Allen E. Elwood (CA) [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 2:17 PM To: [EMAIL PROTECTED] Subject: [U2] attachments This morning I started getting attachment along with the u2 user mail. Is everyone else getting

Re: [U2] ANNOUNCEMENT: Commercial MultiValue Database released as Open Source under GPL

2004-09-16 Thread Martin Phillips
George, Visit www.openqm.com, click on Buy QM today and select Evaluation licences. Martin Phillips Ladybridge Systems 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB +44-(0)1604-709200 - Original Message - From: George Gallen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

RE: [U2] attachments

2004-09-16 Thread Paul Trebbien
No attachments here! Paul Trebbien Kore Technologies, Senior Support Tech. Solutions that work. People who care. V 858.678.0030 F 858.300.2600 W www.koretech.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Allen E. Elwood (CA) Sent: Thursday,

Re: [U2] [UV] Processing a string

2004-09-16 Thread Craig Bennett
Glen, Per HTTP 1.0-1.2 specifications, and are not exempt from content encoding requirements. They are protected characters and must be treated as such when sending content. Light bulb going off yet? Surely you don't mean the HTTP specifications? (Which the W3 have officially closed at

[U2] TEST

2004-09-16 Thread Mitchell, Stewart
--- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

[U2] UniObjects over SSL

2004-09-16 Thread Moderator
Forwarded to the list for a non-member (Jeremy Geffre [EMAIL PROTECTED]). Jeremy, please visit http://listserver.u2ug.org/ to subscribe. I'm having problems getting UniObjects to connect over SSL and was wondering if anyone has any suggestions. We are on UniData 6.03, and so far I have done

Re: [U2] Universe Debugger - compile from different path with run-timeissue

2004-09-16 Thread FFT2001
In a message dated 9/16/2004 8:06:04 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: The problem occurs on a system that doesn't have source. The application was created, and cataloged on another system, the source stripped out and the object code stripped. The application was moved to

RE: [U2] CDBMA .org

2004-09-16 Thread Tony Gravagno
I'm glad you liked the material Dave. For those who were unable to make it, as seen in another thread here I'll be on the panel with the U2UG this Sunday. I'll have some DesignBais presentation CD's available after the session. For clarification of licensing costs and other details, please