... <timer bit snipped> ... I'd also add that if you just call a FUNCTION as if it was a SUBROUTINE, the return isn't ignored - it's not asked for! So it's...
Using RapidQ, one could set a menu shortcut by using the character "&", (if I recall correctly) in the menu's caption. Such as: MyMenuItem.Caption =...
... IsNumeric?" <mid:001001c75b01$3aabc8e0$0100a8c0@mycomputer> ... IsNumeric?" <mid:001001c75b01$3aabc8e0$0100a8c0@mycomputer> ... Here's what I came up with...
... I tested this, it's not bad but not perfect: If (Len(Str$(Val(myNumber))) = Len(myNumber)) Then Print myNumber;" is a number" Else Print myNumber;" is...
... My solution is this (not tested intensively but...) Function IsNumeric(numValue As Variant) As Boolean Dim addVal As Integer, newValue As Double, vType As...
This is a good solution, Sorry I did not thank you Jacques. ... It is quite neat and can be very flexible, would make a good function. I have been still...
... Of course it is. http://warriant.xf.cz/files/qaboutxp.inc And don't forget to add a manifest to your application. Premysl Janouch aka. [W]arriant...
Hi all. I posted a new version (Build 2007.03.04) of QGridEx in the Custom Components folder. *** Added Sorting by Column -For Strings: I used OvalX's method....
Using RapidQ, one could set a menu shortcut by using the character "&", (if I recall correctly) in the menu's caption. Such as: MyMenuItem.Caption =...
... Hash: SHA1 man_id_unknown @ 2007-3-04 7:11:48 PM "[rapidq] How do I create menu shortcuts?" <mid:esfqok+sthq@eGroups.com> ... That is correct, at least on...
I run 12 Yahoo! groups, OK? I moderate all messages. No offense intended, Chris, ok? But Im just curious exactly how this SPAM manages to get into the group...
You have me in your corner Chris, in fact I'll hold your coat. It amazes me that some of my comments are allowed I don't know if my old mate Jacques always...
... SPAM ... you, ... about 2 ... of ... MOD ... don't ... sent ... change ... messages ... via ... about ... messages ... filter, but ... caught ... I also...
Hi all, I'm attempting to redirect out library's checkout software printer output to a RapidQ program. The checkout software prints plain text to a receipt...
... text ... RedMon ... program ... basically ... since ... message on ... Hi Ben, look in the RedMon help file, you will find info about RedRun.exe. ...
... I've successfully done some re-directing with DOS and the SHELL command; however, The current systems might not like the idea. Under DOS the default input...
... Ben Don't think Redmon prog is the answer! Or if it is, may be the long way round (usually my way) to fix a problem! What OS? Library prog is it Windows or...
New IDE with full auto-completion support : http://www.rqdev.com/_fichiers/_share/rqdevSetup.exe RQDEV Studio is a MDI Application with full Auto-completion...
Thanks for the advice so far everyone! We're running Sirsi Workflows on Windows XP Pro. Workflows can be configured to either print to the default printer, or...
... Ben The fact that CTL-C terminates, suggests that Redmon is still looking fot it's input ONLY from the keyboard (EOF fm keyboard) and your rapidq prog is...