SCOUG Logo


Next Meeting: Sat, TBD
Meeting Directions


Be a Member
Join SCOUG

Navigation:


Help with Searching

20 Most Recent Documents
Search Archives
Index by date, title, author, category.


Features:

Mr. Know-It-All
Ink
Download!










SCOUG:

Home

Email Lists

SIGs (Internet, General Interest, Programming, Network, more..)

Online Chats

Business

Past Presentations

Credits

Submissions

Contact SCOUG

Copyright SCOUG



warp expowest
Pictures from Sept. 1999

The views expressed in articles on this site are those of their authors.

warptech
SCOUG was there!


Copyright 1998-2024, Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.

The Southern California OS/2 User Group
USA

SCOUG-Programming Mailing List Archives

Return to [ 01 | October | 2005 ]


Date: Sat, 1 Oct 2005 10:56:09 PDT7
From: "Harry Motin" <hmotin@sbcglobal.net >
Reply-To: scoug-programming@scoug.com
To: "SCOUG Programming" <scoug-programming@scoug.com >
Subject: SCOUG-Programming: REXX and WPS programming

Content Type: text/plain

Hi,
I'm still trying to use Object REXX to perform some WPS programming. I'm having the
following problem and any help here would be appreciated:

I'm trying to list various properties of the objects on my desktop. Therefore, I've used
the "wpPopulate(0, Folder~wpQueryTitle, .FALSE)" method to create an array
containing all of the objects on my desktop.

Now, I can list all of the objects contained in the resulting array (I use the ~STRING)
method to lists the objects in the array. However, when I try to use the "~wpQueryTitle"
or "~wpQueryStyle" method to get the title or the style of the various objects, the result is
that my REXX program hangs on that particular line without going any further. That is, it
reads that line and STOPS. There are no error messages or anything else. For
example, DeskTopArray is the name of the array that lists/contains the desktop
objects. I then enumerate over the array, using:

DeskTopArray[Index]~STRING

to list the objects in the array. That works well. But when I attempt to enumerate over the
array, using:

DeskTopArray[Index]~wpQueryTitle

or

DeskTopArray[Index]~wpQueryStyle,

Nothing happens. The program simply stops.

Thank you for any help on this.
HCM


=====================================================

To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-programming".

For problems, contact the list owner at
"postmaster@scoug.com".

=====================================================


Return to [ 01 | October | 2005 ]



The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA

Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.