Hello, As you may know, CodePtr is a rather Buggy thing once you use more than one callback/CodePtr command in a code ! A CodePtr Statement is "Overwritten" by...
... A bit too fast ! Sorry this was a may fool :)... one cannot reset the callback function each time an external function want to call it :) Forget it ! ...
Hello, blu_rq! You wrote to <rapidq@yahoogroups.com> on Fri, 29 Apr 2005 22:55:05 -0000: br> --- In rapidq@yahoogroups.com, "Andrew Shelkovenko" <diakin@n...> ...
... Hash: SHA1 === RapidQ List Guidelines === A. Use English, please. This list is an English list. Please try to use English when communicating on this list....
Thanks a lot for your help. Everything works fine and with a bit of luck I shan't be bothering the group for a while with my rather basic questions. Paul...
... Hash: SHA1 tocthecat @ 2005-May-1 9:08:56 PM "[rapidq] File dialogs?" <mid:d53uj8+8ii9@eGroups.com> ... Take a look at the documentation and examples for...
Ah, so simple.....The last couople of things I had looked at, copying a file and getting text thru an input box, were not part of the standard components so I...
Hello I'm trying to pass a variable to the "SUB DrawCell" using QStringGrid. The Variable is "Tst as String". I'm trying to pass "A", "B", "C", etc I have...
... Hash: SHA1 w253034 @ 2005-May-2 12:17:31 AM "[rapidq] Passing Variable in QStringGrid" <mid:d549kr+g6gf@eGroups.com> ... There is no QSTRINGGRID method...
I have a Club Mailing list with members in 5 different levels. I want to show a colored cell in last column of grid depending on the level, ie - "A" = red, "B"...
Hello, w253034! You wrote to <rapidq@yahoogroups.com> on Mon, 02 May 2005 04:56:49 -0000: w> I have a Club Mailing list with members in 5 different levels. ...
... depending on ... green, "E" ... it ... QStringGrid) ... Rect.Top+.RowHeights(Row%), clRL) ... Hi, You may use a global variable as shown by Andrew, or you...
... Thanks for responding ! As stated before, I am using "Dim Tst as String" at top of program, so I assume that it is "Global", but it is still not being...
... Rect.Top+.RowHeights(Row%), clRL) ... documentation Project snippet.... Dim Tst as String ... GridCheck(lCount) = -1 lCount = lCount + 1 End If Next Count ...
Hello, Jim! You wrote to <rapidq@yahoogroups.com> on Mon, 02 May 2005 19:57:21 -0000: [...] w> snippet.... w> Dim Tst as String Where you set Tst value? i.e....
Hello, Jim! You wrote to <rapidq@yahoogroups.com> on Mon, 02 May 2005 19:57:21 -0000: This works fine ... $INCLUDE "RAPIDQ.INC" Dim Tst as String Tst="A" ...
... I am setting Tst by reading a byte from an address file using [ Tst = Mid$(X(Count),67, 1) ] If I "Showmessage" in the line previous to "GridCheck(lCount)...
... The colored Cell problem is more trouble than it is worth, so i will not pursue it any further. I still have the "A", "B", "C", etc in Cells(7,1), (7,2),...
... Hash: SHA1 w253034 @ 2005-May-2 11:20:29 PM "[rapidq] Re: Passing Variable in QStringGrid" <mid:d56qlt+ct3j@eGroups.com> ... It looks like you can just...
Hello, Jim! You wrote to <rapidq@yahoogroups.com> on Tue, 03 May 2005 03:20:29 -0000: w> The colored Cell problem is more trouble than it is worth, so i will ...
Hello All, Is there some way using RapidQ to programatically register / unregister a DLL? I have an app that has a DLL that must be registered in order to use...
... Hash: SHA1 lb_johndavis @ 2005-May-3 12:49:08 PM "[rapidq] Register DLL programatically using RQ" <mid:d58a24+kunp@eGroups.com> ... You can use the command...
Hello, Jacques! You wrote to <rapidq@yahoogroups.com> on Tue, 03 May 2005 22:07:01 +0000: JP> This returns an runtime error ! "Exception EInvalid Operation ......
... Control '' has no parent window" ... I have no idea why, but it's the color property that doesn't work. The code below works though. ' ---- RQODE START...