Hi Dale No this was not the book, it was something like "Orexx for OS/2" a sweet little book about three people who write programs for other componies, and it...
http://www.ercb.com/brief/brief.0021.html this is the book you are looking for...i have a copy Cosco Iberia Ship Agency, S.A. Enrique Britto Export Dept ... ...
wow britten that's the one, could you do me a favour and look what it says about placing Object Rexx classes\methods in vxrexx, please, and posting what you...
Hi Dale, the book you are looking for is/was available as download-pdf (sg244586.pdf) If it is no longer available I can send it as private email (6MB). MfG ...
... That's the IBM Redbook "OS/2 Object REXX" and yes it is still available and yes I have a copy, but I don't think that is the book in question, but it does...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the GuiObjectRexx group. File :...
GuiObjectRexx@yahoogr...
Dec 3, 2005 3:14 pm
482
Hi Dale Erwin I am sure you have seen the file I uploaded, its on hobbes so it seems to be Public Domain now, anyway I will make some sample object Rexx ...
Hi Dale Making slow progress here, and with a bit of hacking I think I am getting there, according to the book. OORexx , not the one you have one simple...
... I don't have that book yet. I have ordered it, but it will be mid to late January before I have it here. -- Dale Erwin Salamanca 116 Pueblo Libre Lima 21...
... I don't have that book yet. I have ordered it, but it will be mid to late January before I have it here. ... I hit enter too soon... I wanted to say that...
OK One more time... but I promise this is all of it. ... I don't have that book yet. I have ordered it, but it will be mid to late January before I have it...
Hi Dale Tanks, although I have lost the book I still had the cd that came with the book, what I could not understand is why the application from the book ran,...
... As you probably know, Object REXX is completely new to me. I did read in that book that the main trick with VX-REXX, and it is the same with Dr. Dialog...
Folks, a question regarding DrDialog: Does anyone around here successfully programmed a DnD-enabled dialog that WPS objects can be dropped on (either on the...
Hi Thomas Yes ther are some problems with drag and drop, basically drdialog dev stoped at warp 3, and changes made to Warp 4 seem to have broken drag and drop ...
Adrian, thanks a lot for the quick reply and the advise... I'll check it out later this evening when back home. Hmmm... seems that I'm approaching DrDialog's...
Hi Thomas, I tried rexx/DW with LINUX and Windows. The sample works but when you look at the code it is ugly. You have to do it all by hand. No d&d tools to...
Hi, I've created a database and use the ODBC driver, but I keep getting errors when trying to connect to it. Believe it's related to the "connection string"....
... I'm using Vispro 3.1 and used the "Vispro Database Designer" to create a small database for testing. Now I get "Connection error" when running the program....
Hi, try this snippet. Before this works you need two things: 1. A valid userid configured in DB2. 2. A created database. 3. You have do replace the ?????? with...
... Ran it and got no error message, however when I use run from the form I've created with Vispro I get the same error as earlier. Vispro creates the...
Hi, you did not told us yet, what database produkt you have installed. VISPRO/REXX asumes a DB2/2 installation on your PC. But DB2/2 is not included in...
... Vispro comes with both ODBC Driver Manager and Database Designer so I thought this was enough. Do I really need to install the whole DB2/2 package? Per...
Hi, yes sir. At minimum you need the client version of DB2/2. By the way, the code vispro generates is not odbc-code (I think it is called CLI). So if you like...
... Guess I have to install DB2/2, with my knowledge of writing code it's hard enough to get it right the first time, so rewriting sounds a bit too complex. ...
Hi, have a look at Lotus/Approach. But if you have DB2/2 installed you need only to create the database and then drag & drop the content of the Vispro Database...
... Hi The idea is to make a stand alone program and a database, to be used on another PC not having DB2/2 or Approach installed. Isn't it possible to create...