RE: [U2] uv pe

2005-02-18 Thread FFT2001
Richard wrote: Perhaps IBM could work with this group to establish a generally available knowledge-base within this community's web-space. I believe Richard, that on the www.u2ug.org website there is a place there somewhere to suggest enhancements. So this request doesn't get lost, maybe you

RE: [U2] Redback Startup

2005-02-18 Thread FFT2001
Brian wrote: RedBack will be straight forward. If not, the main thing is to find some training that covers as many of those bases as possible. RedBack is NOT difficult - none of these technologies are and you don't have to be an expert in any of them The problem here is that IBM is behind a

Re: [U2] uv pe

2005-02-18 Thread FFT2001
Charles wrote: (1) Please move this to U2-Community. (2) Please don't kill the messenger. Some of the comments to Leroy (who is taking his own time to respond to us) are bordering on rude. Your reply-to list is not community. Many people don't know *how* to take it to community. Will

Re: [U2] u2TechConnect

2005-02-18 Thread FFT2001
Gary wrote: To some degree I would like to know about a 64bit file Header corruption and how to run the tools to fix. Or how to find out if I have 32bit or 64bit files. But really I just need to know about UVADMIN, COPY and cpio, Named or Unnamed Common, indexes and @SELECT in a dictionary

Re: [U2] [UV] LIST.LOCKS - Unable to get process lock semaphore

2005-02-17 Thread FFT2001
Marco wrote: In addition to my message below, when I enter the UV command LIST.LOCKD I get the following: LIST.LOCKS Unable to get process lock semaphore. Well would this mean something like I can't access the LOCK table because some other process currently has it LOCKed ? You could try

RE: [U2] Embedded systems was uv pe

2005-02-17 Thread FFT2001
An embedded system in this context would be one where the programming language, query language, data structures, and operating system are all embedded within the application. The application completely encapsulates all of these functions, making this invisible to the operator. This is in

Re: [U2] UV to Web interface

2005-02-15 Thread FFT2001
Vance wrote: Will, In one of your responses you said you added username and pwd to the form. I hope this form is not web accessible, and if it is, you should atleast be serving it ssl. Way to easy to sniff in pure http Just my 2 cents... Vance not sure why you think it's insecure. It's not

Re: [U2] Looking to buy: Turning a quote into a sales order

2005-02-15 Thread FFT2001
I'm looking for software for a customer (already running Universe) that has quoting, pricing, customer, and sales order abilities. Basic bare-bones, cheapest beast :) or whatever. Throw me your ad with a price. Either buying the source code, or buying your support at a reasonable monthly

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 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] UV to Web interface

2005-02-15 Thread FFT2001
Vance: I'm looking forward to having the user type 'CLEAR-FILE DATA VOC' and clicking the submit button. Watch the fur fly. Ian the example is just that :) It's not really meant, at least as far as I go, to actually execute in that manner. It's just an example of how to talk to a session so

Re: [U2] UV to Web interface

2005-02-15 Thread FFT2001
You know I was going to add the caveat that .asp only works for people running IIS. My client uses IIS, I use Apache on my own machine. So it would be a pain to have to support these .asp pages remotely (i.e. as in couldn't). But I was just reading that Apache DOES have support for .asp ...

Re: [U2] UV to Web interface

2005-02-15 Thread FFT2001
Vance wrote: 'CLEAR-FILE DATA VOC' is exactly the reason it should be behind some kind of encryption, or even better yet (DOS /c 'FORMAT C: | y') or (SH -c 'rm -r'). I did'nt mean to give anything other than a clear cut example, but the example is like giving a hacker a back door to the

RE: [U2] UV to Web interface

2005-02-15 Thread FFT2001
Tony wrote: Please try again later. Glen is generously providing MV Dev Central and PickSource with his own personal network, server, and cash. But I wanted a pony!! Will --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Universe to Web interface

2005-02-15 Thread FFT2001
Tony: I have no objection to free exchange of information, but in forums like this we should be able to expect some base level of competence in the subject matter. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Universe to Web interface

2005-02-14 Thread FFT2001
Vance you sent some code that used asp to get information out of Universe, but is it missing something? When I load that page in my browser all I get is a blank page. You have a line that says TheCommand = request.form(uvcommand) but you don't have anywhere where you setup a form called

Re: [U2] Universe to Web interface

2005-02-14 Thread FFT2001
Vance your asp code is the simplest, most straightforward and easy to implement. After I realized that I also needed a form/form setting up what uvcommand was it worked perfectly. I then softcoded the username and password by asking for them in the form as well so now a malicious person

RE: [U2] Universe to Web interface

2005-02-14 Thread FFT2001
Wendy wrote: Careful you don't shoot yourself in the foot, there. Now that I have all these amazing webapps connecting to UniData through UOJ for free, nobody will even *consider* buying me any toys that cost real money. ;) Well see now that I'm a seasoned senior type programmer, I'm expected

Re: [U2] UV to Web interface

2005-02-14 Thread FFT2001
Provided you have UniDK and provided your web server will understand ASP pages, I've posted Vance's code to the pickwiki here http://www.pickwiki.com/cgi-bin/wiki.pl?SimpleASP with a few extra comments. Later on (within the month) I will post some other code to do various things, that build

RE: [U2] UV to Web interface

2005-02-14 Thread FFT2001
Does require each user to have UniObjects loaded on their PCs or is UniObjects only loaded on the web server? TIA Stewart Only on the web server Stewart. The asp pages serve up pure HTML to the remote browser and it's only by clicking something that the user requests a new asp page, which

Re: [U2] GE and LE question

2005-02-13 Thread FFT2001
Why '1N0N' and not just '1N' ? Will In a message dated 2/13/2005 1:16:49 AM Pacific Standard Time, [EMAIL PROTECTED] writes: CASE SEL MATCHES '1N0N' AND SEL = 1 AND SEL = MAX.VAL This forces each character of SEL to be an integer (0-9) and nothing else. Regards, Charlie Noah ---

Re: [U2] (ignore last email!) GE and LE question

2005-02-13 Thread FFT2001
Can you prove that? If you examine the opcode of a BASIC program the statement Print translates to 09FF 09 = Print and FF = end-of-string So Null in this case is nothing at all, no code whatsoever. Will In a message dated 2/13/2005 3:45:05 AM Pacific Standard Time, [EMAIL PROTECTED] writes:

Re: [U2] GE and LE question

2005-02-13 Thread FFT2001
OK I misread your statement to mean the integers from 0 to 9 as opposed to each char must be an integer from 0 to 9 Will In a message dated 2/13/2005 1:51:23 PM Pacific Standard Time, [EMAIL PROTECTED] writes: CASE SEL MATCHES '1N0N' AND SEL = 1 AND SEL = MAX.VAL This forces each

Re: [U2] (ignore last email!) GE and LE question

2005-02-12 Thread FFT2001
I mispoke -17 would not be allowed, but null and 5.6 would still be allowed with this code below. Will In a message dated 2/11/2005 7:36:04 PM Pacific Standard Time, [EMAIL PROTECTED] writes: CASE NUM(SEL) AND SEL GE 1 AND SEL LE MAX.VAL Brenda this fix that you put in will allow yours

Re: [U2] GE and LE question

2005-02-11 Thread FFT2001
In a message dated 2/11/2005 9:12:19 AM Pacific Standard Time, [EMAIL PROTECTED] writes: MX.VALS is always a number. The programs have been corrected, by the way. Can you share with us what correction you did? Thanks Will --- u2-users mailing list u2-users@listserver.u2ug.org To

[U2] Re: U2 Universe to Web Interface SALES

2005-02-10 Thread FFT2001
Please let me know if you'd like to see applications using PixieWeb or if you'd like to evaluate PixieWeb. Do you have a demo disk? Thanks Will --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

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] Universe to Web interface

2005-02-09 Thread FFT2001
In a message dated 2/9/2005 5:34:48 AM Pacific Standard Time, [EMAIL PROTECTED] writes: I still don't get why you want to use a BAT file to do this at all. IF you're using IIS, you should really be using ASP. I don't. Here is what I want From a web page, click on something, which in ANY

Re: [U2][UV] - Keeping subroutines in memory

2005-02-09 Thread FFT2001
In a message dated 2/9/2005 8:02:04 AM Pacific Standard Time, [EMAIL PROTECTED] writes: Yes, I had thought of doing this, but I was hoping there was some way to clear the subroutine from memory in the phantom, or force the phantom to pick the subroutine back up from the catalog space. There

Re: [U2] Universe to Web interface

2005-02-08 Thread FFT2001
I appreciate all the messages pointing me to this or that commercial product. However all I need is to know, how a .bat file (or any other type of file) running in Windows is able to log into Universe. I'm sure it can be done, but how is the question. Will --- u2-users mailing list

Re: [U2] Universe to Web interface

2005-02-08 Thread FFT2001
In a message dated 2/8/2005 9:33:25 AM Pacific Standard Time, [EMAIL PROTECTED] writes: It sounds like you want to visit a web page and see the output of a UV BASIC program, but I might be misunderstanding you. Yes Wendy that is exactly what I want to do. Now, how do I do it? All I want is a

Re: [U2] Universe to Web interface

2005-02-08 Thread FFT2001
In a message dated 2/8/2005 9:33:25 AM Pacific Standard Time, [EMAIL PROTECTED] writes: It sounds like you want to visit a web page and see the output of a UV BASIC program, but I might be misunderstanding you. Really it doesn't matter so much what I'm trying to do. I'm just looking for an

RE: [U2] Universe to Web interface

2005-02-08 Thread FFT2001
Colin Alfke wrote: The .bat file simple changes to the correct directory and then does a: CALL UD PHANTOM CALL is a Dos command ? I've never heard of it. Or did you leave something out ? Remembering that my problem is getting INTO the Uv environment in the first place. Thanks Will ---

Re: [U2] Universe to Web interface

2005-02-08 Thread FFT2001
Vance wrote: @REM Assuming this is a folder with a uv account @cd \ibm\uv @REM Execute the uv command @c:\ibm\uv\bin\uvsh LIST VOC I don't know what the @ signs do, but when I try this fromthe DOS command prompt window c:\something\uvsh LIST VOC it just kinda blinks and returns to the DOS

RE: [U2] Universe to Web interface

2005-02-08 Thread FFT2001
If I've pieced this together right, you're telling IIS to run a .bat file that runs a UV program. Now how do you intend to get the output back to the web browser? I have no idea. How ? That's what I'm asking. How do you run make a web page, run a UV program and output the results back to

RE: [U2] Universe to Web interface

2005-02-08 Thread FFT2001
Hold everything ... I just got output. Now to figure out what I did differnt. Will --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Universe to Web interface

2005-02-08 Thread FFT2001
In a message dated 2/8/2005 4:53:42 PM Pacific Standard Time, [EMAIL PROTECTED] writes: If you trying to do authentication, but don't want to store the universe user name and password in the ASP code, then look as Microsoft Single-Sign It's not really a question of not *wanting* to, but

RE: [U2] Universe to Web interface

2005-02-07 Thread FFT2001
Thanks George for responding. The link appears to do something because A) If I make it a .txt file it brings it up B) If I make it a .bat file it executes it. I can make it print Hello a hundred times in a DOS window (then die). What I can't make it do it seems is RUN a universe subroutine.

RE: [U2] Universe to Web interface

2005-02-04 Thread FFT2001
I have never done this before so I'm likely making some horrible blunder. I have IIS running and I have a Universe database on top of Windows XP. I have a Hello page in HTML with a form and the submit action a name that I have in the same directory as the Hello page is in. So the hello page

RE: [U2] Universe to Web interface

2005-02-04 Thread FFT2001
OK I did a search on my system for where the UNIRPC32.dll lives and figured out how to add a PATH variable to the .bat file. So now it doesn't complain about not being able to find the dll but it still doesn't run the universe routine. Now I get an error in the event log that says The

Re: [U2] UV - GROUP.STAT.DETAIL

2005-02-03 Thread FFT2001
In a message dated 2/3/2005 8:55:05 AM Pacific Standard Time, [EMAIL PROTECTED] writes: Is there a way (a command or logic) to determine which records resides in which bucket inside a hashed file, assuming we dont have the Hasing Algorithm. I just want to simulate the output of

Re: [U2] [AD]  Programmer needed in New Jersey

2005-01-27 Thread FFT2001
If you add U2 community to the reply, people will know how to take it there. -Will --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Ian McGowan's Perl solution for Pick-to-web interface

2005-01-27 Thread FFT2001
Has installed installed and used this? And maybe can comment on why he says kludgy in the header? The source is here http://www.pickwiki.com/cgi-bin/wiki.pl?PerlSource Thanks Will Johnson --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit

Re: [U2] How to exit out mulitple loops?

2005-01-22 Thread FFT2001
In a message dated 1/22/2005 8:54:56 AM Pacific Standard Time, [EMAIL PROTECTED] writes: The computer doesn't care either way, but, if abort.flag may contain one of several different values, as opposed to boolean (true or false), then abort.flag 0 would be a little more self

Re:[AD] [U2] Wintegrate ML-SEND

2005-01-21 Thread FFT2001
Tony you know as well as the rest of us that [AD] goes into the header. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] [UV] Time Output Conversion

2005-01-21 Thread FFT2001
In a message dated 1/21/2005 2:31:23 AM Pacific Standard Time, [EMAIL PROTECTED] writes: Nick Cipollina [EMAIL PROTECTED] wrote on 20.01.2005, 19:00:47: Is there an output conversion for time that will include the milliseconds? If I have a time that is 10:35:14 am and there are 35

Re: [U2] How to exit out mulitple loops?

2005-01-20 Thread FFT2001
In a message dated 1/20/2005 12:32:33 AM Pacific Standard Time, [EMAIL PROTECTED] writes: FOR T=1 TO 10 until abort.flag 0 FOR Q=1 TO 6 until abort.flag 0 You don't need the 0 part just say until abort.flag Will Johnson --- u2-users mailing list u2-users@listserver.u2ug.org To

Re: [U2] Passing parameters to a paragraph?

2005-01-13 Thread FFT2001
In a message dated 1/13/2005 8:38:47 AM Pacific Standard Time, [EMAIL PROTECTED] writes: Can you pass parameters to a paragraph the way you can with a UniBasic program (on the command line)? Wendy instead of all that heartache how about this solution: 1) Write a sentence item like

Re: [OT] was [U2] AD Universe/Unidata Programmer Wanted

2005-01-12 Thread FFT2001
In a message dated 1/12/2005 8:19:52 AM Pacific Standard Time, [EMAIL PROTECTED] writes: We don't know how to transfer phone calls in-house either -- Debster Dont even get me started on how to use the fax machine Will --- u2-users mailing list u2-users@listserver.u2ug.org To

Re: [U2] [UV]Strange But True

2005-01-12 Thread FFT2001
In a message dated 1/12/2005 8:45:48 AM Pacific Standard Time, [EMAIL PROTECTED] writes: VAL1 = 43008E-112: and VAL2 = 43008E-108: the program still fails. Hold on Matt :) This doesn't do what you think it does imho. NOW if you use a blank instead of a null then it might work. Will

RE: [U2] Taking threads to community

2004-12-30 Thread FFT2001
This thread is now officially ended. You have been instructed to take it to u2-community. Larry Hiscock Moderator It might be helpful to actually place the appropriate email addr in the reply-to listings so people know HOW to do this :) I have noted the attempt to end a certain thread at

RE: [U2] Pickwiki instructions?

2004-12-22 Thread FFT2001
Aaargh! I think I finally figured it out with multiple private emails from helpful individuals (you know who you are). Ian that's too complicated! [for my pea-sized brain] Anyway if you can't figure out how to login and gain editor priveledges, email me. Will Johnson

Re: [U2] The list format and usefulness

2004-12-20 Thread FFT2001
In a message dated 12/20/2004 7:40:32 PM Eastern Standard Time, Logan, David (SST - Adelaide) [EMAIL PROTECTED] writes: snip With a number of other groups, a different format is used, a question is asked, replies are sent directly to the person asking the question and this person then

Re: [U2] Pickwiki instructions?

2004-12-19 Thread FFT2001
Well I tried using a password of A riddle and still I just get read-only pages even ones I submitted myself. When I log in it says Password Changed. Not sure what I'm doing wrong. Will --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Data Corruption

2004-12-17 Thread FFT2001
Bob Woodward [EMAIL PROTECTED] wrote: As another option to try, write a program that uses the BASIC SELECT statement, not the TCL SELECT. This way the program will step through the group, grabbing each record ID one by one. After the READNEXT, test for a key length not equal zero. This will

RE: [U2] [UD]WRITESEQ quirkiness

2004-12-17 Thread FFT2001
Right I agree with Allen that you should maybe check whether the OPEN was successful. If it was NOT when the file SHOULD exist then you have some problem. Perhaps the file is not getting released by some process and so is not in an available state to be re-opened ? It might be a timing

Re: [U2] UniVerse Backup/Resizing Questions

2004-12-10 Thread FFT2001
In a message dated 12/10/2004 6:18:04 PM Eastern Standard Time, John Hester [EMAIL PROTECTED] writes: Of course you still have to start your backup at a point in time when no transactions are in mid-stream if you want to be able to restore everyting to a consistent state. -John -- John

Inhouse vs Outhouse was Re: [U2] Un-compiler/Un-Basic UniVerse Basic Code

2004-12-06 Thread FFT2001
In a message dated 12/6/2004 8:06:15 AM Pacific Standard Time, [EMAIL PROTECTED] writes: If there was a way I am sure some Var's would be very upset. We have a 'package' software and much of the very internal workings, such as printing, are only complied code, we do not have the source.

Re: [U2] Resizing All Files in a System

2004-11-25 Thread FFT2001
In a message dated 11/24/2004 8:01:36 AM Pacific Standard Time, [EMAIL PROTECTED] writes: There is alot to think about and I'd look long and hard at tools like FAST before using them as a cure all, may be a good tool, but I'd be prepared for alot of monitoring and manual intervention.

Re: [U2] OT MV-Base

2004-11-21 Thread FFT2001
In a message dated 11/21/2004 9:38:23 AM Pacific Standard Time, [EMAIL PROTECTED] writes: Yes, yes and yes. What I'm looking for is if someone actually knows it'a a bug or actually has run into this and acquired a solution. Post the code. It's hard to know what to recommend without seeing

Re: [U2] OT MV-Base

2004-11-20 Thread FFT2001
In a message dated 11/19/2004 8:55:57 PM Pacific Standard Time, [EMAIL PROTECTED] writes: Thank's mate. there is a UCLOSE but to no avail. The docs say something about 'until the file gets released' but gives no suggestion. RELEASE doesn't do anything. please post the COMPLETE source code :)

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

2004-11-18 Thread FFT2001
In a message dated 11/18/2004 5:25:03 PM Eastern Standard Time, Bob Woodward [EMAIL PROTECTED] writes: If the file has never been closed, just do a quick LIST on the file. If FILE.USAGE is on then when you end the list, you'll at LEAST get some read hits on it. Bob Woodward If person A has

Re: [U2] Monitoring file changes

2004-11-17 Thread FFT2001
Occasionally, records are disappearing from the file, but not from the index. Mike do you mean an internal, system-created index that you created with CREATE-INDEX and BUILD-INDEX ? If so can you also include the size information for that index here? One reason why an item would stay in the

Re: [U2] UV wish list

2004-11-17 Thread FFT2001
I'd really love to be able to use the ^ and v arrows to scroll through my command stack, like in bash. I keep hitting ^ instead of .x!! My TCL stacker can be modified in any way you wish including use of arrow keys. Will Johnson --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe

Re: [U2] and [U2C] U2UG Board minutes, actions, plans, etc.

2004-11-17 Thread FFT2001
To the U2 membership: As you may know, the U2 Users Group currently has an establishing board. The primary purpose is to get the group up and running with a charter, procedures, website and an elected board. Toward that goal we have been having board meetings every two weeks. In order to

[U2] [AD] Re: A better TCL stacker

2004-11-12 Thread FFT2001
Well not really an Ad since it's free, but I wrote a better TCL stacker, it's on my website http://members.aol.com/fft2001/prof/ I haven't worked on the download logic for a few years. And don't call me for support :) And all the code is Pick BASIC. Will --- u2-users mailing list [EMAIL

Re: [U2] PICK Assembler Language

2004-11-11 Thread FFT2001
In a message dated 11/11/2004 2:12:18 AM Pacific Standard Time, [EMAIL PROTECTED] writes: I'm puzzled. How do you run mvBase outside of Windows? I'm not questioning your answer, I'd just like to give it a try. MvBase can run on any platform that you write the appropriate interface for. It is

Re: [U2] [UV] Random number (RND()) help

2004-11-10 Thread FFT2001
UV 9.6.1.3 on NT. I needed to generate some random numbers between 0 and 370570, and just to check the distribution of numbers, I ran this snippet of code: FOR I = 1 TO 99 THIS.NUM = RND(370570) NEXT Add this line to the top PRECISION 0 and try it again. Will --- u2-users mailing list

Re: Unclassified RE: [U2] [UV] Random number (RND()) help

2004-11-10 Thread FFT2001
So, how could you generate random numbers larger than 32K? Call RND twice, multiply the first number by 32762 and add on the second number? Probably lousy mathematics, but it might work! Your idea works perfectly. The mathematics is correct. You could accomplish the same thing by something like

Re: [U2] Printing an RTF file from Universe

2004-11-10 Thread FFT2001
I know that if I imbed HP PCL code into the print job for different fonts etc that these will print fine. However, for this particular job, a couple of logos are part of the document as well and we would like to be able to print them. RTF is interpreted by the application not the printer. The

Re: Memo: Re: [U2] PICK Assembler Language

2004-11-09 Thread FFT2001
In a message dated 11/8/2004 7:57:08 AM Pacific Standard Time, [EMAIL PROTECTED] writes: Before there was this new fangled Universe and Unidata, PICK was a platform independent os/database. It used to run on a variety of platforms from big IBM mainframes all the way down to small

Re: [U2] PICK Assembler Language

2004-11-09 Thread FFT2001
In a message dated 11/8/2004 6:19:53 AM Pacific Standard Time, [EMAIL PROTECTED] writes: I'm not familiar with MvBase, but I meant when PICK was the ONLY O/S on the box, and the kernel was a PICK kernel .. I grew up on Ultimate (Tech-Support, actually), so you can understand my model ..

Re: [U2] Printing an RTF file from Universe

2004-11-09 Thread FFT2001
In a message dated 11/8/2004 2:08:44 PM Pacific Standard Time, [EMAIL PROTECTED] writes: however, we would like to be able to print it automatically from within a Universe program. Is there a way to this? When we use PRINTER ON and PRINT, the RTF info(eg. {\rtf1\ansi\ansicpg1252\uc1)

RE: [U2] MV/Internet was RE: [U2] UniVerse to Linux mySQL

2004-11-05 Thread FFT2001
You might want to check-out the MV/Internet product. Which is what? Will --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] PICK Assembler Language

2004-11-05 Thread FFT2001
Back when PICK ran native instead of under Unix (or whatever) .. Pick STILL runs native in the MvBase implementation. If you call it that. It uses the same concepts of workspace, modes, and ABS frames and I'm sure it's the same assembler, read pseudo-assembler. Doesn't actually compile to

Re: [U2][UV]telnet

2004-10-31 Thread FFT2001
In a message dated 10/30/2004 3:50:40 PM Pacific Standard Time, [EMAIL PROTECTED] writes: You are right however, that most windows telnet clients/terminal emulators allow session startup to be scripted. If the original user will be connected via a PC, then perhaps the solution is to try and

Re: [U2][UV]telnet

2004-10-30 Thread FFT2001
In a message dated 10/28/2004 7:10:40 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: Are you just trying to fire up a telnet session and get it logged in so a user can then start interacting with a system? If so, then you essentially have to write your own telnet client/terminal

Re: [U2] READU ... THEN _or_ ELSE but not both?

2004-10-30 Thread FFT2001
In a message dated 10/29/2004 2:24:37 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: READU R.XBWU FROM F.XBWU, X.ONE.ID LOCKED CRT 'XBWU RECORD IS LOCKED, IGNORE IT' END THEN X.LOCKED = '1' END ;*END READU IF X.LOCKED = '1' THEN CRT 'OBTAINED LOCK ON XBWU RECORD'

Re: [U2] READU ... THEN _or_ ELSE but not both?

2004-10-30 Thread FFT2001
In a message dated 10/29/2004 2:58:52 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: DONELOK = 0 LOOP UNTIL DONELOK = 1 DO READU LOKREC FROM CUSTOMERFILE,CUSTID LOCKED CRT TIMEDATE():\ port \:SYSTEM(18):\ file CUSTOMER item \:CUSTID:\locked!\ ; SLEEP 1 END THEN DONELOK = 1 ELSE

Re: [U2] connect to an access database

2004-10-25 Thread FFT2001
In a message dated 10/25/2004 6:44:30 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: Is anyone familiar with a way to connect an MVBasic app to an access database or datasource ? I need to be able to read/ write to/from a specifiac datasource. Is there a way I can connect from within

Re: [U2] [UD] running a subroutine

2004-10-23 Thread FFT2001
flame-on GOTO's are for the mentally challenged!!! flame-off Have a nice day. Will In a message dated 10/22/2004 8:17:50 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: Ditto: This could be replaced with my single PRINT statement. snip P.S. I'm surprised that this doesn't get flamed

Re: [U2] Accuterm

2004-10-23 Thread FFT2001
In a message dated 10/22/2004 10:15:42 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: EQU STX TO CHAR(2), CR TO CHAR(13), ESC TO CHAR(27) MESSAGE = \This is just a test\ SCRIPT = 'MsgBox(':MESSAGE:',vbOkCancel)' ECHO OFF PRINT ESC:STX:'P':SCRIPT:CR: INPUT ANS ECHO ON PRINT 'ANS =

RE: [U2] [UD] running a subroutine

2004-10-15 Thread FFT2001
Gosub parse.sentence Subr.name = parsed.sentence2 Gosub get.arguments Arg.count = dcount(arguments, @am) Begin case case arg.count = 0 ; call subr.name case arg.count = 1 ; call subr.name(arguments1) case arg.count = 2 ; call subr.name(arguments1, arguments2) case arg.count = 3 ; call

Re: [U2] Charter: Removing a member without cause

2004-09-28 Thread FFT2001
Brutzman, Bill [EMAIL PROTECTED] wrote: Section 5...Termination of Membership In the name of positive spin...This section would do better to appear at the end of the document. The Board may remove anyone...without cause. Why would the Board want to remove someone if there were no cause?

RE: [U2] U2 User's Group Charter

2004-09-27 Thread FFT2001
Finally, the Charter - and particularly the section about meetings - has been written assuming that everyone is easily able to attend meetings. When U2UG is fully under way, there may be board members from the four corners of the globe, so to speak. Perhaps some understanding of meeting and

[U2] RE: U2 User's Group Charter

2004-09-24 Thread FFT2001
Read over this charter. This is the version of the charter that you, if you are a member of the U2UG will be asked to vote on starting next week. If there is anything you wish to discuss about it, THIS is your opportunity. Discuss it publicly, that is the point, to open the process

RE: [U2] Comparison Unidata and Universe

2004-09-17 Thread FFT2001
Tony which of the below are freeware? As far as editors go, there are third-party products which have been ported cross-platform. In my opinion, anything is better than ED or AE once you've used a real editor. - My personal favorite for simple editing is wED, which is the Windows EDitor built

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] [UV] Processing a string

2004-09-15 Thread FFT2001
I've got a subroutine that takes an XML string and tries to convert it into a dynamic array. It does it byte by byte, and I'm just looking for a faster way to parse the XML. Nick, someone already alluded to this but you can probably make it faster by extracting information FIELD by FIELD

Re: [U2] Southern California presentation on DesignBais

2004-09-09 Thread FFT2001
In a message dated 9/7/2004 3:46:57 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: The pricing model is also very attractive for sites that want to get up and going quickly. $1000US for a developer license and end-user seats are $100 per year for license and support. See imho this is

Re: [U2] ODBC driver for VSG (Visual Schema Generator) Unidata

2004-09-09 Thread FFT2001
In a message dated 9/9/2004 7:19:49 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: Business Objects Data Integrator is an ETL tool. It has the ability to Use XML file formats on import, which has been working fine with file sizes under 100 Megabytes. I've been using XML, but thought I'd

Re: [U2] Correlative referencing multi-value field

2004-09-04 Thread FFT2001
In a message dated 9/4/2004 10:49:27 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: Not to start a deviated thread, but the value of '9' on 002 begs some opinions. Technically, the '9' on 002 contributes nothing to 008 as 008 gets all of its info by itself. Therefore what's on 002 is

Re: [U2] Correlative referencing multi-value field in another file

2004-09-02 Thread FFT2001
The problem is not with multivalues in F correlatives. The problem is with Translates TO multivalues in F correlatives. In an F-correlative it replaces the multivalues with spaces. In an I descriptor, in Universe, when you do a translate, it internally LOWERS all system delimiter's prior to

Re: [U2] [UV] The Learning Curve Continues!!

2004-08-24 Thread FFT2001
In a message dated 8/24/2004 9:36:20 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: I just found out the reason LIKE is misbehaving for me is that I'm 'Quoting' is and should not be The ellipses act like quotes... Got it... Not exactly. You can use quotes but you have to be

Re: [U2] Displaying '.jpg' images in Universe

2004-08-20 Thread FFT2001
In a message dated 8/20/2004 6:16:08 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: Depends on how you're accessing UV really. If you're using one of the intelligent emulators (wIntegrate, ViaDuct, Reflections etc) then it's quite easy and these products have demo programs. And

Re: [U2] Secure connex from outside world

2004-08-20 Thread FFT2001
In a message dated 8/20/2004 9:02:16 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: Dawn: AccuTerm has SSH and it works great. This is probably your best solution if the outside contractors are developing on UD. Hope this helps. Bill I have to agree with Bill. Accuterm offers

Re: [U2] Universe 10.1 and  WebSphere MQ Integration.

2004-08-20 Thread FFT2001
Someone mentioned about using XML envelops or fixed length ASCII file for data transfer. I wouldn't bother using XML if YOU are in control of the content of the source AND destination both. Just use comma delimited or fixed length fields. XML seems like overkill to me. Now if you were NOT

Re: [U2] Wintegrate

2004-08-17 Thread FFT2001
In a message dated 8/14/2004 10:43:31 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: Using AccuTerm, I wrote a script that does this - Uses Eudora - sits on a PC off to the side and just monitors my 'send this' file - used to do pages with it, now it does Email ... You can do this

<    1   2   3   4   5   >