Re: [U2] UniObject.Net error

2006-10-02 Thread Jason Lin
Victor St Clair wrote: Hello Jason For us, this usually happens when you close a session that's not open. Typically this happens because an I/O step fails in a way that causes the session to close. I think, but I'm not sure, that in some cases UniObjects does not throw an error. Or, it could

Re: [U2] UniObject.Net error

2006-10-02 Thread Jason Lin
Brian Leach wrote: Jason Make sure you to an explicit CloseSession before exiting: Try UniObjects.CloseSession(Sess) UniObjects.CloseAllSessions() Catch ex As Exception End Try I suspect Dispose destroys the objects out of sequence. I've been using UO with .NET 2 for a year and that

RE: [U2] Slooooooow BASIC Verb

2006-10-02 Thread Stuart . Boydell
> Stuart, you can replicate the slow BASIC verb? If so, what causes > have you identified? Kevin, I think it occurs under windows too but can't check at the moment. Basically (excuse the pun) occurs when there is NO carriage return at the end of the last line. On UV/AIX . in a pc editor

[U2] SAPUG meeting notice - Wednesday Oct 11th

2006-10-02 Thread wm
Please join us WEDNESDAY, Oct 11th for an evening session with: [1] The Data Warehousing Institute Dave Wells, Director of Education /Bringing Business and IT Together/ Working relationships between Business and IT groups have been troubled since the dawn of the information age. Poor w

RE: [U2] Command that is the opposite of MATPARSE.

2006-10-02 Thread Kevin King
Or maybe BUILDDIM vs. BUILDDYN? Dorothy, wake up! ;-) --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Command that is the opposite of MATPARSE.

2006-10-02 Thread Bill Haskett
Mark: I don't believe this works in the U2 products. All those little niceties of D3 are not considered essential in U2. :-) Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Johnson Sent: Monday, October 02, 2006 4:14 PM To: u2-users@listserv

RE: [U2] Command that is the opposite of MATPARSE.

2006-10-02 Thread Stevenson, Charles
I've always thought MATPARSE should have been named MATBUILD, and MATBUILD should have been called MATPARSE. Is it just me? Somehow, I don't think I'll submit this one to the U2UG Enhancement Forum. cds --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://l

Re: [U2] Command that is the opposite of MATPARSE.

2006-10-02 Thread Mark Johnson
I don't know if this would work on U2 but as I was trying to remember this for D3, I simply equated them as such: DIM A(100) MATREAD A FROM FILE, ID ELSE STOP B=A PRINT A(49), B<49> My .001 cents. Mark Johnson - Original Message - From: "Kevin King" <[EMAIL PROTECTED]> To: Sent: Monday,

Re: [U2] Command that is the opposite of MATPARSE.

2006-10-02 Thread Stewart Leicester
I understand that in Unidata (6.x), MATPARSE will distribute the elements of a dynamic array into a dimensioned array. Just curious - Does anyone know if there is a command/function that will do just the opposite? Something that will distribute the contents of a dimensioned array to a dynamic ar

RE: [U2] Command that is the opposite of MATPARSE.

2006-10-02 Thread Kevin King
>Just curious - Does anyone know if there is a command/function >that will do just the opposite (of MATPARSE)? MATBUILD -Kevin [EMAIL PROTECTED] http://www.PrecisOnline.com ** Check out scheduled Connect! training courses at http://www.PrecisOnline.com/train.html. --- u2-users mailing list

Re: [U2] Command that is the opposite of MATPARSE.

2006-10-02 Thread jpb
MATBUILD - Original Message - From: "Gahan, Mick" <[EMAIL PROTECTED]> To: Sent: Monday, October 02, 2006 5:24 PM Subject: [U2] Command that is the opposite of MATPARSE. I understand that in Unidata (6.x), MATPARSE will distribute the elements of a dynamic array into a dimensioned arr

[U2] Command that is the opposite of MATPARSE.

2006-10-02 Thread Gahan, Mick
I understand that in Unidata (6.x), MATPARSE will distribute the elements of a dynamic array into a dimensioned array. Just curious - Does anyone know if there is a command/function that will do just the opposite? Something that will distribute the contents of a dimensioned array to a dynamic arr

Re: [U2][UD] UniQuery SELECT WITH Limits

2006-10-02 Thread jjuser ud2
Update: Certainly! I have several hundred clients and I need to run a report using SB+ ReportWriter. I only need to run the report for 251 of those clients, but they don't have enough in common to select by any usable criteria. I remember reading that there is a limit to selection criteria in

[U2] IBM Conference travel tips

2006-10-02 Thread Stevenson, Charles
I've lived in Anaheim for almost three years so here's some travel tips based on experience. For domestic travellers, if you can avoid LAX and use Long Beach (LGB), John Wayne(SNA), or Ontario (ONT), do it. I find LGB convenient. I haven't used ONT. It's a bit further but a lot of people like i

Re: [U2] SSH on Windows Server

2006-10-02 Thread Symeon Breen
On 30/09/06, John Jenkins <[EMAIL PROTECTED]> wrote: > > Karen > > UniData and UniVerse both support SSL native via OpenSSL - and this works > with Dynamic Connect (if you don't have wIntegrate or SBClient). > > So unless you specifically want to use SSH? > > Regards > > JayJay > --- > u2-users