Skip to search.
rapidq · Rapid-Q is a multiplatform GUI and CONSOLE BASIC compiler/interpreter

Group Information

  • Members: 1559
  • Category: Basic
  • Founded: May 13, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 27476 - 27505 of 37737   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27476 msca53 Offline Send Email Oct 1, 2005
5:08 pm
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...
27477 johnk20042001 Offline Send Email Oct 1, 2005
5:21 pm
... Look at UDTPTR in RapidQ2, a trick to get the address of a UDT. -JohnK...
27478 paul ludgate
snakedile Offline Send Email
Oct 1, 2005
7:09 pm
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,...
27479 paul ludgate
snakedile Offline Send Email
Oct 1, 2005
7:46 pm
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...
27480 johnk20042001 Offline Send Email Oct 1, 2005
11:24 pm
... 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...
27481 trillawneefrost Offline Send Email Oct 2, 2005
2:48 am
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...
27482 Slavko Kocjancic
slavkok Offline Send Email
Oct 2, 2005
11:09 am
Hello.. Is there somebody already try to capture image trought TWAIN driver? (Scaner/camera) Thanks....
27483 msca53 Offline Send Email Oct 2, 2005
3:18 pm
Maybe it's tricky, be could be usefull $typecheck on $include "rapidq.inc" $define rqIsNum 1 $define rqIsChar 2 $define rqIsUdt 3 dim buf as...
27484 johnk20042001 Offline Send Email Oct 2, 2005
8:28 pm
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...
27485 paulgwoolcock Offline Send Email Oct 2, 2005
10:00 pm
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...
27486 Chris
c45207 Offline Send Email
Oct 2, 2005
11:25 pm
... 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...
27487 msca53 Offline Send Email Oct 3, 2005
2:04 pm
... 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...
27488 man_id_unknown Offline Send Email Oct 3, 2005
5:03 pm
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...
27489 msca53 Offline Send Email Oct 4, 2005
1:16 am
... 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...
27490 MANY PIERRE
pierrotstudio Offline Send Email
Oct 4, 2005
5:33 am
... documentation Project Hello try this, 'disable treeview hints ' From: Lance (9/19/02 6:37:11 pm) Const GWL_STYLE=-16 Const TVS_NOTOOLTIPS=&H80 Declare...
27491 Andrew Shelkovenko
diakin2002 Offline Send Email
Oct 4, 2005
7:10 am
Hello, MANY! ... MP> Hello try this, [...] MP> SetWindowLong(Tree.Handle, GWL_STYLE, GetWindowLong(Tree.Handle, MP> GWL_STYLE) or TVS_NOTOOLTIPS) Thanks! It...
27492 MANY PIERRE
pierrotstudio Offline Send Email
Oct 4, 2005
8:05 am
... (Tree.Handle, ... Handle ... Project ... You have to uese the WindowFromPoint API in onshow routine Declare Function WindowFromPoint Lib "user32" _ Alias...
27493 paulgwoolcock Offline Send Email Oct 4, 2005
2:28 pm
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' ...
27494 charliepie117 Offline Send Email Oct 4, 2005
7:14 pm
Please can i have some help to connect to a firebird database. I don't know how. Thank you for answering me....
27495 csheppard91 Offline Send Email Oct 4, 2005
8:21 pm
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...
27496 Chris
c45207 Offline Send Email
Oct 5, 2005
12:36 am
... Hash: SHA1 paulgwoolcock @ 10/04/2005 8:23:03 AM "[rapidq] Search problem" <mid:dhtvnn+cr71@eGroups.com> ... I'm confused by form. Can you please rephrase...
27497 cklyons81520 Offline Send Email Oct 5, 2005
5:13 am
... 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...
27498 man_id_unknown Offline Send Email Oct 5, 2005
12:56 pm
Can anyone give an example of how to use VBScript in RapidQ? Please include an example of how to obtain the result of the "Eval" function....
27499 paulgwoolcock Offline Send Email Oct 5, 2005
2:04 pm
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...
27500 msca53 Offline Send Email Oct 5, 2005
2:30 pm
... Can you post the script..?! Manuel C....
27501 msca53 Offline Send Email Oct 5, 2005
2:48 pm
$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...
27502 msca53 Offline Send Email Oct 5, 2005
2:54 pm
The goal of this job are four functions 1- add(...) 'to end (pushback) 2- set item 'by item index 3- get item 'also 4- dima(...)...
27503 Chris
c45207 Offline Send Email
Oct 5, 2005
3:00 pm
... 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,...
27504 man_id_unknown Offline Send Email Oct 6, 2005
2:52 am
Yes, Manuel C. Here is an example: Dim VBScript As QOLEObject Dim Returned As Long With VBScript .CreateObject("ScriptControl") .Language="VBScript" ...
27505 msca53 Offline Send Email Oct 6, 2005
5:44 pm
... 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....
Messages 27476 - 27505 of 37737   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright Đ 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help