Attn Lee Peedin.....1107 (10/23/2003 8:57:28 PM) Lee, I looked at your OLE sample stuff (OLDEMO04.CMD specifically), and noticed something.... It seems to be inconsistant in that sometimes it opens a new instance of outlook, and sometimes it uses the existing... roger
Quick Test0106 (10/28/2003 4:51:23 PM) This is a test ... ME
HTML parser12141 (10/5/2003 10:42:07 AM) I didn't found any HTML parser written in Rexx using Google. Only Perl's ones. Do you know if a Rexx HTML parser exists? Thanks, cymago ... cymago
Failure in system service2109 (10/21/2003 1:57:22 PM) Hello, we are running REXX on an AIX 4.3.3 system. After a restore of a bootable system backup REXX doesn't funtion anymore correctly. I got the next error message: Error in line 0: Failure in system service... Dirkx
Polling USB Ports With Object Rexx (Win)5168 (9/25/2003 12:54:25 PM) Here’s a little Object Rexx script that will poll your USB ports and return the name(s) of any device found on a port. This may be useful if you need to determine if a USB device is attached before performing ... Lee
Closing an Excel file without the "Save Changes" Dialog box2213 (10/24/2003 3:03:48 AM) I have opened and modified an excel spreadsheet using OBJRexx. When I go to ~close the file, I get the "Save Changes" dialog box. I know there is a way to skip that message by setting SaveChanges to true or ... ToddJarman
memory not released in OS/2 Object Rexx029 (10/23/2003 7:14:25 PM) I am using OS/2 Warp 4 Fixpak 10 which includes both Classic Rexx and Object Rexx. I just discovered that if I Ctrl-C out of a running Rexx program the program's memory is released under Classic Rexx but is *n... pskye(1)
FQ short/longnamepaths (Win32, Regina)24128 (10/9/2003 5:43:30 PM) There may (or not) be a simple answer, but if there is, it escapes me. :-) W2K, SP4, Regina 3.2, ... Given a FQP in shortname format: C:\PROGRA~1\INSTAL~1\{1666F~1\setup.ilg how in REXX to resolve the lon... Mark
Exception woes2108 (10/17/2003 2:31:09 PM) I'll be damned if I ever find out how to use exceptions in Object Rexx... ;) Well, I thought I finally understood my earlier trouble (thanks to Rick McGuire): the trick was that exception handlers could not be... Mads
using rexxtrans with mingw097 (10/17/2003 4:57:01 PM) Hi, Does some of yu have ever used rexxtrans for windows ?? I try to compile but i receive "infinite loop ...." durin asembly code generation.. I was using it with lccwin32 without any trouble inside a C pro... ns