Re: How am I supposed to answer a Post???

2007-08-22 Thread BILL HUMPHREY
I am in nabble for the first time and it is even better than gmail for observing threads and this is my first test reply. -- View this message in context: http://www.nabble.com/How-am-I-supposed-to-answer-a-Posttf4300818.html#a12282396 Sent from the Revolution - User mailing list archive at

Re: google calendar API

2007-08-22 Thread BILL HUMPHREY
Does anyone know how to post to a google calendar using RunRev on Mac OS X instead of Win XP? _ Thanks a lot, Mark! Using curl does the trick. However, I would appreciate if this worked without an external shell command. BTW, I have Rev 2.8.0 studio and the docs lack a hint to the missing

runrev 2.6

2005-06-14 Thread Bill Humphrey
Does anyone know if the download on the runrev page which says 2.6 is actually a newer version? ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: runrev 2.6

2005-06-14 Thread Bill Humphrey
Bill Humphrey wrote: Does anyone know if the download on the runrev page which says 2.6 is actually a newer version? ___ answering my own question. It is 2.6.5 108 while the released version was 2.6.5 91 so I guess that means there were 17

Re: text selection question

2005-06-12 Thread Bill Humphrey
Thank you. This wait for 1 tick solves the problem completely. Well, openField changes the focus sort of by definition. If you want a word auto-selected, you'll need to delay the selection until after openField is finished. Try this: on openField if target is not empty then send

Re: text selection question

2005-06-11 Thread Bill Humphrey
Robert Brenstein wrote: If the command select or focus on is run from and open fld or in the message box then the selection just flashes for a second. If it is run from a button on the card then it works as expected. version 2.6 - what am I doing wrong? Bill Humphrey wrote: Just what you

Database Query Buider

2005-06-10 Thread Bill Humphrey
Does anyone know how to get the database query builder to set the cursor to busy when it is working. Simple tasks like refresh or connect always take several seconds and everything just freezes with no indication that anything is happening. ___

text selection question

2005-06-09 Thread Bill Humphrey
How come when you do this: select word one of fld x_areacode1 The text just flashes for a second and doesn't remain selected? Is there some command: select word one of fld foolish coder and hold that selection *[EMAIL PROTECTED] ___

Re: text selection question

2005-06-09 Thread Bill Humphrey
If the command select or focus on is run from and open fld or in the message box then the selection just flashes for a second. If it is run from a button on the card then it works as expected. version 2.6 - what am I doing wrong? Bill Humphrey wrote: How come when you do this: select word

Re: Strange database connection behaviour under Linux

2005-06-09 Thread Bill Humphrey
Have you used YourSQL or similar utility to test the connections to other machines? Rishi Viner wrote: Hi All, Hoping for some help with this. I'm using Dreamcard 2.5.1 to put data into a MySQL database. I have developed the application on my laptop running SuSE 9.1 Pro and it works great.

Re: clear fields -- a faster way

2005-06-06 Thread Bill Humphrey
I want to clear fields like this: repeat for each field tField in card DocApplication of stack CustomForms put empty into tField end repeat but I keep getting the error bad terminator -- what am I doing wrong? Sarah Reichelt wrote: on mouseUp repeat with x = 1 to the number of flds

Database Query Builder -- errors

2005-06-06 Thread Bill Humphrey
In case anyone else wants to use this great thing extensively then when designing your databases always use unique names for every column even when in different tables because if you refer to a column as tablename1.shipID and another one as tablename2.shipID even though SQL is happy with this

Re: Database Query Builder -- errors

2005-06-06 Thread Bill Humphrey
Thank you, thank you. I didn't even think to try alias for the name and I was just checking out how I can make view's in SQLite and then swap those in and out easily. I'll try it now and see. Trevor DeVore wrote: On Jun 6, 2005, at 6:28 AM, Bill Humphrey wrote: In case anyone else wants

Re: Database Query Builder -- errors and aliases

2005-06-06 Thread Bill Humphrey
Boy did that crash RunRev fast! I don't even have to worry about changing anything back to the way it was ;) Trevor DeVore wrote: On Jun 6, 2005, at 6:28 AM, Bill Humphrey wrote: In case anyone else wants to use this great thing extensively then when designing your databases always use

Re: Uh-oh.... Anybody following WWDC?

2005-06-06 Thread Bill Humphrey
You left out the given for any computer platform that all your hardware has to be replaced every three years or so even though it still works perfectly because hardware advances are so great in such short cycles and tied with software advances that you have to (if you want to enjoy those

Using a card for printing reports

2004-04-16 Thread Bill Humphrey
If these are typical form elements, though - boxes, lines, and so on - I'd suggest trying them as graphics instead. You can draw graphics directly onto a card using the tools, and they will print at full resolution. -- jeanne a. e. devoto ~ [EMAIL PROTECTED] http://www.jaedworks.com

Building reports - NTF reports features wanted!

2004-04-10 Thread Bill Humphrey
The existing report builder in rev 2.2 is basically a label maker or card printer. It does not have any design tools. If you want to print a PDF form or even print some data on top of an existing form it would be very difficult (no positioning tools for field outputs). There is also no way to add

REPORTS USING PDF FORMAT

2004-04-06 Thread Bill Humphrey
Has anyone built an application that imports PDF's that can be used as backgrounds for reports and printed in the same quality? It would need to be easy to make a new report using a new or modified PDF. ___ use-revolution mailing list [EMAIL PROTECTED]