Re: Reading from MySqlTable?

2011-06-01 Thread Richard Emling
d you add the database in the ODBC control panel applet? Regards, Steve On 5/31/2011 8:59 AM, Richard Emling wrote: Dear Scripters, I am about to write a WE App wich uses stuff from a MySql Database. As far as i heard, I can make use of ADO to retrive this information. Sadly i get an Error i

Re: Reading from MySqlTable?

2011-06-01 Thread Richard Emling
he ODBC control panel applet? Regards, Steve On 5/31/2011 8:59 AM, Richard Emling wrote: Dear Scripters, I am about to write a WE App wich uses stuff from a MySql Database. As far as i heard, I can make use of ADO to retrive this information. Sadly i get an Error in Line 5, telling me that

Re: [Spamverdacht] Re: Reading from MySqlTable?

2011-06-01 Thread Richard Emling
ot;server" come from? I see you dim "myserver" but not "server." On Tue, May 31, 2011 at 02:59:47PM +0200, Richard Emling wrote: Dear Scripters, I am about to write a WE App wich uses stuff from a MySql Database. As far as i heard, I can make use of ADO to retrive this inf

Reading from MySqlTable?

2011-05-31 Thread Richard Emling
Dear Scripters, I am about to write a WE App wich uses stuff from a MySql Database. As far as i heard, I can make use of ADO to retrive this information. Sadly i get an Error in Line 5, telling me that variable isn't declared. Here my code: option explicit dim myserver, mydatabase, myconn, co

Re: read date picker correctly

2010-07-14 Thread Richard Emling
http://blindpodcast.mypodcast.com From: Richard Emling [mailto:rich...@dlinfo.de] Sent: Wednesday, July 14, 2010 11:26 AM To: gw-scripting@gwmicro.com Subject: read date picker correctly Hi Scripters. I have a problem with a script that is intended to read each single value of a

Re: release of script for Windows Speech Recognition

2010-06-22 Thread Richard Emling
Oobs, language is the word here. - Original Message - From: "Gary Metzler" To: Sent: Tuesday, June 22, 2010 2:50 AM Subject: RE: release of script for Windows Speech Recognition Hi Chip, I was wondering if this script will work in office 2007? I am using windows xp home. Thank

Re: release of script for Windows Speech Recognition

2010-06-22 Thread Richard Emling
Hi. I am wondering if the script could easyly be translated to work with the german languate? Regards Richard - Original Message - From: "Gary Metzler" To: Sent: Tuesday, June 22, 2010 2:50 AM Subject: RE: release of script for Windows Speech Recognition Hi Chip, I was wonde

Checking if sign under cursor is a character

2010-06-16 Thread Richard Emling
Hello. I am looking for a function that tells me, wether the sign under the writing cursor is a valid sign or just a blank. Hows that function called? Thx Richard

Re: Getting attributes from text under systemcursor?

2010-06-15 Thread Richard Emling
osition.screenpoint).FontStyle and fsBold Then : print "it is bold" : else : print "it is not bold" : end if Hope this helps. Doug Richard Emling wrote: Hello Scripters. Today i need to know how i can recaive the attributes of text under the systemcursor. I need the color

Getting attributes from text under systemcursor?

2010-06-14 Thread Richard Emling
Hello Scripters. Today i need to know how i can recaive the attributes of text under the systemcursor. I need the color, and if the text is fat or underlined. What do i have to type into Immed? By the way, where can i find a comprehensive reference for everything thats not listed in the WE scr

Burn to cd script question

2010-05-25 Thread Richard Emling
Hello List. I just tested the "Burn to cd" script. According to the description, it burns the contents of a folder to a cd when pressing Shift+windows+b This worked so far, but instead of the desired, in the explorer selected, folder, the maching burned my windoweyes default folder onto the dis

Generating Mail in Outlook Express

2010-04-21 Thread Richard Emling
Hello Scripters Today, i whant to create a Mail in Outlook express. Here is what i did in Microsoft Word, to open it, add a new Document and write something into it: Dim Wrd : Set wrd = CreateObject("Word.Application") wrd.visible = true wrd.application.documents.add wrd.Selection.Text = "

Freezing Braille cells in the middle

2010-03-31 Thread Richard Emling
Hello Listers I#ve just read about the braille.freeze method to use a desired part of the braille display to display information regardless of whats happening elsewhere on the display. This Method takes two params: 0 and 1, to set where the frozen area shall be, right or left. The other paramet

Re: TeamTalk

2010-03-22 Thread Richard Emling
Hi Chip Can you somehow please tell me, at wich time the team talk session will take place in Germany? regards Richard - Original Message - From: "Chip Orange" To: Sent: Monday, March 22, 2010 12:00 AM Subject: RE: TeamTalk Richard, TeamTalk has that capability, but I've never

Re: Code completion

2010-03-15 Thread Richard Emling
s capability. hth, Chip -Original Message- From: Richard Emling [mailto:rich...@dlinfo.de] Sent: Monday, March 15, 2010 10:03 AM To: gw-scripting@gwmicro.com Subject: Code completion Hello list is there a way to get something like code completion when typing in Imed? The problem is, that i

Re: Reading Text between two positions in Document

2010-03-15 Thread Richard Emling
oWord.Selection.End oDoc.Range(iStart, iEnd).Select End If iCount = iEnd - iStart sText = iCount & " character" If iCount <> 1 Then sText = sText & "s" Speak sText end function Ralf Kefferpuetz * Germany * MSN/Live: novalis7...@live.com * Aim: RalfKatEMC * Sky

Re: Reading Text between two positions in Document

2010-03-15 Thread Richard Emling
oo: rkefferpuetz7747 http://blindpodcast.mypodcast.com -Original Message- From: Richard Emling [mailto:rich...@dlinfo.de] Sent: Monday, March 15, 2010 9:27 AM To: gw-scripting@gwmicro.com Subject: Reading Text between two positions in Document Hi list. I am about to write a script for the voice