... I have a quick and dirty method that works for me: the = and < and > work for alphas. abc > aaa abc = abc and bbb < aaaaa given an array N$(n) of...
Happy new year :) I have a program that produces graphs based on data; it shows the target value, lowest value and highest value. When it gets close to some...
Adrian: I have a similar application where frequency info is displayed on top of a spectrum analysis. I use a text background color if -1& which seems to tell...
Hello, All! Happy New Year! I'm think a good idea is to add links to sowtware, created in Rapid-Q basic, to links section. It's very interesting to look at the...
It works great! Thank you very much indeed! < makes a note in his "undocumented features" list > I use a text background color if -1& which seems to tell...
... the an IE-window in a correspondig RQBasic-control and how it should be done? ... Here is an IE simulator in RQ... From examples. Add your own code for...
Since udts are multi-item object, coulbe be usefull to figure out a general way to access them when we sort an array of udts by one of its items. This snippet...
... out a ... of ... couple of days. ... I think that a utility about sorting udt objects IT'S NEEDED..! Some database manipulations rest over the capacity of...
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
Jan 3, 2006 12:57 am
28074
... Hi Paul, I just uploaded an example of how I sort a QStringGrid, to the Files section. If it needs explanation... let me know and I walk you thru it. ...
... one ... Generaly speaking, there are two types (the main two anyway) of sorts for data. The "bubble sort" and the "shell sort". Wich one you use should...
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 : /$RapidQ2/ReadMe...
rapidq@yahoogroups.com
Jan 3, 2006 6:01 am
28079
... (something like ... Two ways,take your pick: DECLARE FUNCTION SetFocus LIB "User32" ALIAS "SetFocus" (hwnd AS LONG) AS LONG DIM myEdit as QEdit <code...> ...
Yeah..! We must select the sort method first - it's accepted that quicksort is the best of all-. Shell sort it's also fast. But, interesting as all this stuff...
... the ... can "read" ... Ahhh... I see what your doing now. Just a, what should I call this, feature request? I dont know. But one thing you might want to...
... in one ... What would be nice is to be able to select the Column and/or Row that QStringGrid sorts by. So if you hade a vertical list of City: State: Zip:,...
hi Cklions, you wrote.... What would be nice is to be able to select the Column and/or Row that QStringGrid sorts by. So if you hade a vertical list of City:...
Yes, I have done it before, the hard way. What I was I suggesting was extending QStringGrid so that I don't have to write one everytime I need it. I think I'll...
I have 3 problems in the look of my applications... Is there any way to have : - Icon over 16 colors and greater than 32x32 pixel - Bold for the font of Menu...
... The icon limitation is only for the one that gets compiled as the default icon for the .exe. You can specify any icon of any color depth for the actual...
... I have a ledger program that does that sort of thing. ... dim Ledger as Qstringgrid Ledger.OnSelectCell (col%,Row%,CanSelect%) ' clicking my column selects...
... client ... search the ... Alias "ioctlsocket" (S As LONG,cmd As LONG,arg As LONG) As LONG ... I worry about the Rsocket component as there are some poor ...
... depth For XP Look at Paul's XP manifest tutorial in the files section ... there is a QMENUeX component in rapidq2.inc that is the easiest one I know to...