It's known that: type control key as integer text as string*64 end type dim instance as control varptr(instance) returns 0.0000000000 If we try: dim buf as...
I wrote> I don't know where you got that from but it's simply untrue. Okay, I should have checked further before going up against MicroSoft. XP is a bit kind,...
While this subject still remains O.K to talk about can I ask has anyone got a practical situation where you'd want to use this with anything other than...
... anyone got a practical situation where you'd want to use this with anything other than WndProc/DlgHook/EnumCallback which all use 4 parameters? ... The...
I am looking for some help when it comes to printing. Does anyone know how to change the default page size (Printer. PageWidth and Printer.PageHeight)? I would...
SUB MySub (MyArray () AS INTEGER) addr = VARPTR(MyArray(0)) ' doesn't recognize MyArray ! END SUB Therefore, if you want to fast copy data to your array using...
I wonder if someone could explain this error message to me. Line 43: WARNING: Scope of variable SQL_CMD is shadowed by a parameter name Line 56: WARNING: Scope...
... Hash: SHA1 paulgwoolcock @ 10/02/2005 4:59:14 PM "[rapidq] Error message in database" <mid:dhpl7i+kbtt@eGroups.com> ... Random shot in the dark: You are...
... Yes..!. However, before i had tried it with a subi(...), but i didnīt can to retrieve the udt sucessfully, so i thinked the value passed to the add subi...
I have been successful in creating a VBScript object ("ScriptControl"). I have never, though, been able to retrieve the result of the "Eval" function. I know...
... Hello.. The variant data type in rapidQ only supports numbers and strings. That is to say: you cannot manage complex objects with a variant data type..! If...
... (Tree.Handle, ... Handle ... Project ... You have to uese the WindowFromPoint API in onshow routine Declare Function WindowFromPoint Lib "user32" _ Alias...
How would I get a search to look for instances of a word at the left of the form only? At the moment for example I am finding all instances of the verb 'get' ...
Forum communication is much easier than usergroups, so I've started a new forum not to long ago and invite all of you to join: www.wizardsolutionsusa.com...
... While I have never used a FireBird DB, I found this website: http://firebird.sourceforge.net/index.php?op=doc&id=userdoc If this is the correct DB, then...
For someone who works with natural language all the time (translator) I seem to be singularly incapable of making myself understood. I do, of course, mean...
$typecheck on $include "rapidq.inc" $define ISMIX 3 $define ISNUM 1 $define ISCHAR 2 dim buf as QMemoryStream 'For udts functioni ptr(...) as long if...
... Hash: SHA1 paulgwoolcock @ 10/05/2005 8:59:14 AM "[rapidq] Re Search DB" <mid:di0m7i+6m3p@eGroups.com> ... Here's something I just came up with (therefore,...
Yes, Manuel C. Here is an example: Dim VBScript As QOLEObject Dim Returned As Long With VBScript .CreateObject("ScriptControl") .Language="VBScript" ...
... an ... It seems to me , at first glance, that the .eval() function is a property of QOLEObject. AT this moment i don't remember if RQ has a similar object....