RE: [U2] uvo.net

2005-04-27 Thread Brian Leach
Seems to work... Mind you I still recommend writing code in subroutines first and then calling it, rather than using the other objects, other than for smaller uses. It is so much easier to QA as you can test the routines on the server first, write test scripts and see any error messages

[U2] mvQuery

2005-04-27 Thread Bob Witney
Does anyone know if there is a user group for this product ? Bob Witney Sage and Seer EXPLORE! 1 Frederick Street Aldershot, Hampshire GU11 1LQ, UK Tel: 01252-760329 Fax: 01252 760001

[U2] ODBC text field

2005-04-27 Thread graham.forbes
I am having trouble importing a multivalued field into SQL via odbc. I would like to remove all control characters (including value marks) from the string. I have tried using an I-Type with OCONV but this failed. I would be grateful if anyone could share how they have done this. Thanks Graham

RE: [U2] ODBC text field

2005-04-27 Thread Adrian Matthews
If you're using ODBC won't the multivalue be normalised into a separate table? -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

RE: [U2] ODBC text field

2005-04-27 Thread Stuart . Boydell
Graham, From memory... have you set it up with M in attribute 6 and an association phrase name in 7. ED DICT MY.FILE MY.MV.FIELD 1 I an mv i-type field ... 6 M 7 MY.MV.PHRASE ED DICT MY.FILE MY.MV.PHRASE 1 PH Asssociated MV set phrase 2 MY.MV.FIELD [MY.ASSOCIATED.MV.FIELD ...] I

RE: [U2] ODBC text field

2005-04-27 Thread Brian Leach
Graham I'm assuming that you mean to return the multivalued field as a single valued text field. If your are on UniVerse (you don't say) try the following ITYPE expression: CONVERT(@VM:@SVM, , OCONV(@RECORDn,MCP)) Where 'n' is the field number of the field to return. Also make sure field 6

[U2] [UV][SB+] foreign character-set support

2005-04-27 Thread Mike Farrant
Has anyone any experience in setting up users in places where the language involves the use of extend characters such as i m a } x h h 9 l? I am currently using: Hostaccess terminal emulator or SB Client v4.5 HP-UX B.11.11 Universe 9.6.1.6 SB+ 3.4.0/7 Unix, Universe and SB+

RE: [U2] uvo.net

2005-04-27 Thread George Smith
I have not been able to find out how to do the SELECT FILE WITH BLA BLA BLA. I wonder if it is possible with the uvo.net ?. You are right we need it. George R Smith Programmer / Analyst 479.684.3382 direct 479.684.3403 fax www.budgetext.com CONFIDENTIALITY NOTICE: The materials in this

RE: [U2] ODBC text field

2005-04-27 Thread graham.forbes
Sorry, I am on Unidata and I am trying to return as a single value text field rather than normalise. Thanks Graham -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Leach Sent: Wednesday, April 27, 2005 1:08 PM To: u2-users@listserver.u2ug.org

RE: [U2] uvo.net

2005-04-27 Thread Brian Leach
George, You just use a command with a selectlist, sort of as you would at TCL. The UniSession CreateUniSelectList provides access to the regular numbered select lists. For example, assuming Sess is a UniSession: Dim ACmd As UniCommand Dim ASelect As UniSelectList Dim T As

RE: [U2] uvo.net

2005-04-27 Thread George Smith
Brian, Thanks much. George R Smith Programmer / Analyst 479.684.3382 direct 479.684.3403 fax www.budgetext.com CONFIDENTIALITY NOTICE: The materials in this electronic mail transmission (including all attachments) are private and confidential and are the property of the sender. The

Re: [U2] IBM to acquire Ascential Software

2005-04-27 Thread FFT2001
IBM to acquire Ascential Software http://www.ibm.com/isource/cgi-bin/goto?on=6AJJHQJRWM Any updates on this news? --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] uvo.net

2005-04-27 Thread Marc Harbeson
No. I'm comfortable in VB.NET. They (IBM) should have FINISHED the documentation. The Docs exist for the COM version Marc Harbeson ERP/Systems Administrator Brinly Hardy Company O - (812) 218-7206 F - (812) 218-6084 [EMAIL PROTECTED] www.brinly.com -Original Message- From:

[U2] Run a program in Silent mode

2005-04-27 Thread Burwell, Edward
Hello, Is there a simple UniBasic command (kinda like ECHO OFF) that would cause all PRINT @(x,y) statements to be suppressed? I have a program that prints to the screen that I want to run in an automatic mode and I want it to not print to the screen. We are on UniData 6 - aix. Thanks. Ed

Re: [U2] [UV][SB+] foreign character-set support

2005-04-27 Thread Manu Fernandes
Mike, Here in Europe we work with different kind of char set. There is two levels of check you need to do. You need to choose if you work with ANSI char set or OEM charset to store under UV - and never change ! At the client side, Emulators works with fonts; fonts usually work on ANSI charset;

RE: [U2] Run a program in Silent mode

2005-04-27 Thread Pingilley, Ron
Ed, Try HUSH. Here's the help for it: HUSH statement _

Re: [U2] Run a program in Silent mode

2005-04-27 Thread Manu Fernandes
Hello, The UniBasicHUSH command enables or disables terminal output Manu Fernandes Infodata S.`r.l. - Original Message - From: Burwell, Edward [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, April 27, 2005 7:21 PM Subject: [U2] Run a program in Silent mode Hello, Is

RE: [U2] Run a program in Silent mode

2005-04-27 Thread Burwell, Edward
Sweet! Thanks!!! :-) -Original Message- From: Pingilley, Ron [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 1:41 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Run a program in Silent mode Ed, Try HUSH. Here's the help for it: HUSH statement

Re: [U2] Run a program in Silent mode

2005-04-27 Thread karlp
How about HUSH ON (then HUSH OFF at the end) Karl quote who=Burwell, Edward Hello, Is there a simple UniBasic command (kinda like ECHO OFF) that would cause all PRINT @(x,y) statements to be suppressed? I have a program that prints to the screen that I want to run in an automatic mode and

Re: [U2] Run a program in Silent mode

2005-04-27 Thread Dianne Ackerman
You could try HUSH -Dianne Burwell, Edward wrote: Hello, Is there a simple UniBasic command (kinda like ECHO OFF) that would cause all PRINT @(x,y) statements to be suppressed? I have a program that prints to the screen that I want to run in an automatic mode and I want it to not print to the

RE: [U2] Run a program in Silent mode

2005-04-27 Thread Lance Jahnke
HUSH ON / HUSH OFF in universe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Burwell, Edward Sent: Wednesday, April 27, 2005 12:22 PM To: 'u2-users@listserver.u2ug.org' Subject: [U2] Run a program in Silent mode Hello, Is there a simple UniBasic

RE: [U2] Run a program in Silent mode

2005-04-27 Thread Ed Clark
You could use HUSH ON and HUSH OFF within the program, or you could execute the program from another BASIC program using the EXECUTE statement's CAPTURING clause. You could also run the program from unix using output redirection, i.e: udt progname /dev/null -Original Message-

Re: [U2] Run a program in Silent mode

2005-04-27 Thread Gordon J Glorfield
It's been a while since I worked on UniData but I believe you are looking for HUSH ON/OFF. Gordon J. Glorfield Sr. Applications Developer MAMSI (A UnitedHealth Company) 301-360-8839 [EMAIL PROTECTED] wrote on 04/27/2005 01:21:39 PM: Hello, Is there a simple UniBasic command (kinda like

RE: [U2] Run a program in Silent mode

2005-04-27 Thread Burwell, Edward
HUSH did the trick! Thanks to you all! -Original Message- From: Ed Clark [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 2:09 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Run a program in Silent mode You could use HUSH ON and HUSH OFF within the program, or you could

RE: [U2] uvo.net

2005-04-27 Thread George Smith
Marc, I know how you feel, when I see the examples only in vb.net I get upset. They should provide the examples in both vb.net and c#.net. Yes they are close but there are differences that drive you mad. George R Smith Programmer / Analyst 479.684.3382 direct 479.684.3403 fax

RE: [U2] Run a program in Silent mode

2005-04-27 Thread Brutzman, Bill
I change all of the PRINT @(x,y) to crt @(x,y). --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Burwell, Edward Sent: Wednesday, April 27, 2005 1:22 PM To: 'u2-users@listserver.u2ug.org' Subject: [U2] Run a program

RE: [U2] Run a program in Silent mode

2005-04-27 Thread Allen E. Elwood
You could also pass a parameter from the PROC and read the parameter in the program, like INPUT REALLY.PRINTING REALLY.PRINTING = (REALLY.PRINTING = Y) IF REALLY.PRINTING THEN GOSUB OPEN.PRINTER {rest of program} That way if the printer isn't opened, the output will scroll on the screen. And if

Re: [U2] uvo.net

2005-04-27 Thread John Kent
Is there any advantage of using C# to VB seeing that microsoft seem to be committed to supporting both. I should imagine its going to be easier to convert legacy vb to vb.net rather than vb to c# Anyone had any experience here jak - Original Message - From: Marc Harbeson [EMAIL

Re: [U2] Run a program in Silent mode

2005-04-27 Thread Joe Walter
I don't do Unidata, but if there are such things as procs in Unidata - which I take it there are from reading Allen Elwood's reply - you could also simply execute the program from a proc using the proc 'PH' command which hushes all output that would normally to the screen. Example proc: 001 PQ

RE: [U2] uvo.net

2005-04-27 Thread James Canale, Jr.
VB.NET or C#? This is the million dollar question that has been asked of Microsoft so often. The answers are pretty much the same. Both languages compile to the same MSIL (mostly). If you need to continually rely on some feature that the other language doesn't support (ex. unsigned integers),