Re: ODBC - Can use file DSN in Rev?

2009-05-16 Thread viktoras d.
Hi Scott, The simplest way is using SQLite files, then you even do not need ODBC, and this will be 100% crossplatform and works out of the box. Best regards Viktoras Scott Pepperdine wrote: Hi, Will Revolution work with a FileDSN to make an ODBC connection to a database? I've tried a

Re: Mac OS X Icon not being copied to Standalone

2009-05-16 Thread Thierry
Hi, dealing with icons not showing up properly in the finder, it happens that all tricks you gave DID NOT worked for me... In fact, all the bundles files where seen as a normal folder plus some Rev file on the Desktop lost their icons too. So, here is the trick I founded today on the

test

2009-05-16 Thread jim sims
yo... just testing. sims ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

Newbie question

2009-05-16 Thread John Hunter
Hi All, I'm looking at Rev and RB and was wondering if there are any samples / demo stacks that show how to use sqlite databse without using buttons to create or connect to. It would be really helpful to see how to create / connect to sqlite databases using code as opposed to buttons.

Re: Newbie question

2009-05-16 Thread Joe Lewis Wilkins
Hi John, Were it not the weekend, I'd pass on this and let someone with first hand experience and sqlite databases, but You may do just about anything via an on openStack or even a on preOpenStack handler that would be run as soon as or even before your stack is opened. This allows

RE: Newbie question

2009-05-16 Thread Jim Bufalini
John Hunter wrote: I'm looking at Rev and RB and was wondering if there are any samples / demo stacks that show how to use sqlite databse without using buttons to create or connect to. It would be really helpful to see how to create / connect to sqlite databases using code as opposed to

OT: Gender and spam

2009-05-16 Thread Jan Schenkel
Lovely - I'm away for a few days, and I seem to have undergone a gender re-alignment and my quartam.com spam-filter has gone berserk :-) For those who are wondering about my first name, it's the Dutch/Flemish equivalent of John and the English word I can find that matches the pronunciation is

SortDataByKey

2009-05-16 Thread Yves COPPE
Hi list, I'm trying to sort a form data grid on a system date type I use the SortDataByKey command but I have no success with ...! Can someone help me ? Thanks. Greetings. Yves COPPE yvesco...@skynet.be ___ use-revolution mailing list

Re: Gender [was: Re: Cancel a repeat with a button]

2009-05-16 Thread Dom
J. Landman Gay jac...@hyperactivesw.com wrote: http://jacque.on-rev.com/jacque/jacque.html I do like the flowers slideshow on your on-rev home page :-) ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Re: Sort by a column in a form DataGrid

2009-05-16 Thread Trevor DeVore
On May 14, 2009, at 4:31 PM, Yves COPPE wrote: I have a form with a date column I'd like a handler to sort the form by the date column, dateTime and using the usesystemDate to true How can I perfomr that ? Here you go Yves. How Do I Sort Records By A Specific Key's Values?

Re: Data grid

2009-05-16 Thread Trevor DeVore
On May 15, 2009, at 6:00 PM, Hershel Fisch wrote: Thanks, is there a way to have data in a row without showing or in a hidden fld that I should be able to access? If you are using a data grid form then whether or not you show all of the array keys that are passed to FillInData is up to

Re: Gender [was: Re: Cancel a repeat with a button]

2009-05-16 Thread J. Landman Gay
Dom wrote: J. Landman Gay jac...@hyperactivesw.com wrote: http://jacque.on-rev.com/jacque/jacque.html I do like the flowers slideshow on your on-rev home page :-) Thank you. They are all from my gardens. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software

RE: Rev suport user defined events?

2009-05-16 Thread Randall Reetz
No answer? Maybe i should make my question more clear... I would like to write code that reacts dynamically to any changes made to objects in any stack. I would like to do this without polling (without running a constant backround loop that checks every property of every object). In order