... <big snip> ... About 10% faster ... I see your point, I hadn't thought of that. ... I know all this, I wanted a solution, not confirmation of the problem. ...
Simple problem, not so simple solution; I am working on a program that - among other things - has to print forms. So I use mv = printer.pageheight : w =...
... ... Hi Adrian, Change the line: rh = TextHeight("HqHq") to rh = Printer.TextHeight("HqHq") It seems it doesn't matter what chars you are using: "HqHq"...
Precis ... One thing about API-Guide that I cannot emphasize enough is that you can add your own Notes. If you find yourself consulting API-Guide and then ...
... Ok... the question still stands. Is there a way to paste text that's on the Clipboard into a RichEdit that has it's PlainText set to True? I thought I had...
... Hi David, You could use the clipboard.getastext method. example: sub PastefromCB dim lenInt as integer lenInt = len(clipboard.text) +1 richedit1.addstrings...
For entire message refer to... http://tech.groups.yahoo.com/group/rapidq/message/30155 ... Thank You Alain. :) I tried your solution and it "does work". But......
I'm under the assumption that... under Win98 a RichEdit is created by RapidQ with the RichEd DLL v1.0. How did I come to this assumption? If I make use of the...
Windows XP handles constants a but differently that previous windows. However, 1 things *does* remain contant...no pun intended: In your declarations area, you...
For my previous message regarding this, refer to... http://tech.groups.yahoo.com/group/rapidq/message/30157 ... Thank You Ron for your input but... I do have...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rapidq group. File :...
rapidq@yahoogroups.com
Nov 5, 2006 1:38 am
30161
I look forward to seeing this :) I started with RapidQ under Win98 and have since migrated to WinXP. I don't have any problems with QRichEdit on either...
Thanks for reply. I will do some research based on what you and Chris have surgested. I will be leaving Brisbane heading back home to Sydney so I am looking...
Can someone out there share with me how to set up the stringgrid to save a file as a .csv file. I know about setting the Seperator property to a comma and all...
... to ... it ... the ... $TYPECHECK ON $INCLUDE <RapidQ.inc> DECLARE SUB OpenSession DECLARE SUB SaveSession $DEFINE myMax 50 CREATE form as QForm 'our...
Just my 2 cents...but you *may* need to rename the new riched*.dll to whatever it is that RapidQ uses. If RQ is calling for something in RichEd32.dll...just an...
... Well... I've given up on trying to get it to work "correctly" under Win98. So... I've uploaded a demo that "does work" under WinXP, to my website. Read the...
... ok, i am almost certain it is. ... That could lead to disasterous results, see below: Turns out that Richedit uses COM interface, and not just simple ...
Hi! ... $INCLUDE "RAPIDQ.INC" $APPTYPE CONSOLE DIM MySQL AS QMYSQL MySQL.Connect("192.168.13.2", "root", "password") IF MySQL.Connected PRINT "Connected" ... ...
Has anyone else discovered that if... you create a QStringGrid with AddOptions(goEditing) and after you've loaded data into it and then select a cell... you...
... Yes... and so do hot keys ctrl-c, ctrl-v, ctrl-z, but my last option is Select all. I don't get those options. So it might have something to do with...
<snip> ... I see the API guide doesn't have win constants? If that format is all that is needed for the API guide then we can enter a LOT of win constants from...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rapidq group. File :...
rapidq@yahoogroups.com
Nov 7, 2006 6:52 am
30178
... I've uploaded a ".jpg" of a screen capture, of what the QStringGrid PopUp looks like on my computer. It's in the "Temp" folder. I'll delete it in a day or...
... A couple of years ago I tried altering the LIBs to use the newer RICHEDs and got mixed results. Indeed I found there were a whole load of new things I...
... I don't set the last set below the divider -- Using WinXP sp2, Latest fixed libs. ... No I was referring to just a simple on Click in a cell, no Ellipsis...