RE: Feedback on DBDialog script

2008-12-16 Thread Christo de Klerk
Hi Jamal Sorry about the previous message, I responded to the wrong one - finger trouble. About DBDialog: we're getting there. I've got the latest installed. In the Select dialog I can now select fields and rearrange there order and it works correctly. However, when I press the Sort button, I get

RE: New Interactive VBScript package

2008-12-16 Thread Christo de Klerk
Hi Jamal We're getting there. I've got the latest installed. In the Select dialog I can now select fields and rearrange there order and it works correctly. However, when I press the Sort button, I get the following error: HomerSharedObject.vbs - Microsoft VBScript runtime error Line 5350 Column 1

RE: msaa event source

2008-12-16 Thread Juan Hernandez
Thanks Aaron, I'm starting to get an idea of what I am going to do. One question, can I block all MSAA events in the app?i I see I can block 1 at a time. Because I'm having issue figuring out what event is causing my head aches. Or do I just block individually each msaa event? -Origina

Nod 32 Update Announcement Script

2008-12-16 Thread Pastor Gil Pries
Hi everybody, I just downloaded and installed the updated version of the nod 32 announcement script and it works great.Had a good conversation with Joe Renzi, the author of the script, in this update he fixed the installation bug that was in the previous versions. He will be monitoring the gw-

Re: Feedback on DBDialog script

2008-12-16 Thread Jamal Mazrui
I've just posted updates to Homer Shared Object and DbDialog that should fix the problems you reported. Remember to save a copy of your DbDialog.cfg file if you want to use settings you created. From now on, however, user settings are stored in DbDialog.ini, which is not overwritten during an upd

RE: Getting error on ConnectEvent call

2008-12-16 Thread Macarty, Jay {PBSG}
Doug, Thanks; that did the trick! -Original Message- From: Doug Lee [mailto:doug@ssbbartgroup.com] Sent: Tuesday, December 16, 2008 9:23 AM To: gw-scripting@gwmicro.com Subject: Re: Getting error on ConnectEvent call I believe you've been bitten by Javascript's case sensitivity. You

Re: Getting error on ConnectEvent call

2008-12-16 Thread Doug Lee
I believe you've been bitten by Javascript's case sensitivity. Your definition capitalized the N of On, but the connect line did not. On Tue, Dec 16, 2008 at 09:19:27AM -0600, Macarty, Jay {PBSG} wrote: Aaron, Yes, have the code: function Handle_ONShutdown() { Silence(); Speak("WE4Java shut

RE: Getting error on ConnectEvent call

2008-12-16 Thread Macarty, Jay {PBSG}
Aaron, Yes, have the code: function Handle_ONShutdown() { Silence(); Speak("WE4Java shutting down"); try { w4jObject.CloseConnection(); } catch (w4jDisconnectException) { Speak("Error on WE4Java.CloseConnection call: " + w4jDisconnectException); } return true; } // end fu

Re: Getting error on ConnectEvent call

2008-12-16 Thread Aaron Smith
Jay, I assume you have a Handle_OnShutdown function somewhere in your code? Aaron Macarty, Jay {PBSG} wrote: I am experimenting with associating WE4Java with only JAVA.we or JAVAW.we files. I want to capture the OnShutdown event so I can call the CloseConnect() method on the WE4Java COM objec

Re: Having returned-data from listBox?

2008-12-16 Thread Aaron Smith
I've not verified this, but I don't believe you can use strings as the data portion of a list box item. Aaron Ahmet wrote: Hi list, I'm trying to have a returned data from a list box which I created with GW Toolkit 7.3. To get the data, I used the example which is provided in the Toolkit m

RE: New Interactive VBScript package

2008-12-16 Thread Chip Orange
Thanks for the example of the Dir command; I was about to go out and try to find an ocx or com object browser, I'll try dir instead. Chip -- Chip Orange Database Administrator Florida Public Service Commission chip.ora...@psc.state.fl.us (850) 413-6314 (Any op

Re: VS2008 script

2008-12-16 Thread Aaron Smith
I think the only thing is does right now is reads the size and coordinates of controls in the form designer. Aaron Vic Beckley wrote: Aaron, The VS2008 script is not associated with the IDE in Visual Basic 2008 Express Edition. I had to add it. Exactly what is this script supposed to d

Re: msaa event source

2008-12-16 Thread Aaron Smith
Juan, You'll have to handle all the focus events yourself, and then decide which ones you want to speak, and which ones you want to throw away. Aaron Juan Hernandez wrote: Hi Aaron, So I loaded up the We Event script, and noticed, that on each OnObjectFocus msaaeventsource event fire, I get

Getting error on ConnectEvent call

2008-12-16 Thread Macarty, Jay {PBSG}
I am experimenting with associating WE4Java with only JAVA.we or JAVAW.we files. I want to capture the OnShutdown event so I can call the CloseConnect() method on the WE4Java COM object. I have the following line at line 36 in my script: ConnectEvent(ClientInformation, "OnShutdown", "Handle_OnS

RE: WE4Java.ini file

2008-12-16 Thread Vic Beckley
at 0 and have a keystroke that would bring up the window when you need it. Could this keystroke be added? Vic __ NOD32 3695 (20081216) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com

Feedback on DBDialog script

2008-12-16 Thread Christo de Klerk
Hi Jamal As reported earlier, I have created a table and I have captured some records. When I open the Select dialog by entering on its button, the multi selection list boxes from which I am to select fields, are both empty; none of the table's fields show. If I now press the Complete or the All b