Search the web
Sign In
New User? Sign Up
rapidq · Rapid-Q is a multiplatform GUI and CONSOLE BASIC compiler/interpreter
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 27476 - 27505 of 35531   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27476
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...
msca53
Offline Send Email
Oct 1, 2005
5:08 pm
27477
... Look at UDTPTR in RapidQ2, a trick to get the address of a UDT. -JohnK...
johnk20042001
Offline Send Email
Oct 1, 2005
5:21 pm
27478
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,...
paul ludgate
snakedile
Offline Send Email
Oct 1, 2005
7:09 pm
27479
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...
paul ludgate
snakedile
Offline Send Email
Oct 1, 2005
7:46 pm
27480
... 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...
johnk20042001
Offline Send Email
Oct 1, 2005
11:24 pm
27481
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...
trillawneefrost
Offline Send Email
Oct 2, 2005
2:48 am
27482
Hello.. Is there somebody already try to capture image trought TWAIN driver? (Scaner/camera) Thanks....
Slavko Kocjancic
slavkok
Offline Send Email
Oct 2, 2005
11:09 am
27483
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...
msca53
Offline Send Email
Oct 2, 2005
3:18 pm
27484
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...
johnk20042001
Offline Send Email
Oct 2, 2005
8:28 pm
27485
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...
paulgwoolcock
Offline Send Email
Oct 2, 2005
10:00 pm
27486
... 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...
Chris
c45207
Offline Send Email
Oct 2, 2005
11:25 pm
27487
... 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...
msca53
Offline Send Email
Oct 3, 2005
2:04 pm
27488
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...
man_id_unknown
Offline Send Email
Oct 3, 2005
5:03 pm
27489
... 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...
msca53
Offline Send Email
Oct 4, 2005
1:16 am
27490
... 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...
MANY PIERRE
pierrotstudio
Offline Send Email
Oct 4, 2005
5:33 am
27491
Hello, MANY! ... MP> Hello try this, [...] MP> SetWindowLong(Tree.Handle, GWL_STYLE, GetWindowLong(Tree.Handle, MP> GWL_STYLE) or TVS_NOTOOLTIPS) Thanks! It...
Andrew Shelkovenko
diakin2002
Offline Send Email
Oct 4, 2005
7:10 am
27492
... (Tree.Handle, ... Handle ... Project ... You have to uese the WindowFromPoint API in onshow routine Declare Function WindowFromPoint Lib "user32" _ Alias...
MANY PIERRE
pierrotstudio
Offline Send Email
Oct 4, 2005
8:05 am
27493
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' ...
paulgwoolcock
Offline Send Email
Oct 4, 2005
2:28 pm
27494
Please can i have some help to connect to a firebird database. I don't know how. Thank you for answering me....
charliepie117
Offline Send Email
Oct 4, 2005
7:14 pm
27495
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...
csheppard91
Offline Send Email
Oct 4, 2005
8:21 pm
27496
... 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...
Chris
c45207
Offline Send Email
Oct 5, 2005
12:36 am
27497
... 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...
cklyons81520
Offline Send Email
Oct 5, 2005
5:13 am
27498
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....
man_id_unknown
Offline Send Email
Oct 5, 2005
12:56 pm
27499
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...
paulgwoolcock
Offline Send Email
Oct 5, 2005
2:04 pm
27500
... Can you post the script..?! Manuel C....
msca53
Offline Send Email
Oct 5, 2005
2:30 pm
27501
$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...
msca53
Offline Send Email
Oct 5, 2005
2:48 pm
27502
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(...)...
msca53
Offline Send Email
Oct 5, 2005
2:54 pm
27503
... 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,...
Chris
c45207
Offline Send Email
Oct 5, 2005
3:00 pm
27504
Yes, Manuel C. Here is an example: Dim VBScript As QOLEObject Dim Returned As Long With VBScript .CreateObject("ScriptControl") .Language="VBScript" ...
man_id_unknown
Offline Send Email
Oct 6, 2005
2:52 am
27505
... 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....
msca53
Offline Send Email
Oct 6, 2005
5:44 pm
Messages 27476 - 27505 of 35531   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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