Re: Match Regex

2016-10-01 Thread David Adams
Great list of resources, I tried them out and love a couple. Just as a side note, for those of you working on regex for mod_rewrite, it's handy to remember that you can have multiple rules. Sometimes it's hard to cram everything you need into one rule and with mod_rewrite, you can have the URL

Re: Parameter Passing - $N or Objects ?

2016-10-01 Thread G-Mail
Keith: I agree with you on the frustration with debugging an issue when you cannot really see within the object - especially when there is an object within an object. Just like with the great ObjectTools product one needs to build a object viewer dialog from the programmers so you can see all

Re: Parameter Passing - $N or Objects ?

2016-10-01 Thread Douglas von Roeder
Keith: Very interesting points that you raise. On Sat, Oct 1, 2016 at 3:07 PM, Keith Goebel wrote: > Several people have said that passing a 4D object as a parameter is easy > to debug. > Using 4D v15.2, I think I must be missing some new feature of 4D as I > don’t

Document List

2016-10-01 Thread Peter Mew
This has me stumped. As part of a small app I'm writing for a friend, I have need display some pictures that belong to a particular record. I have a button on a detail form belonging to the record. when the button is pressed, I collect all the documents in a folder, filter them so only valid

Re: Parameter Passing - $N or Objects ?

2016-10-01 Thread Keith Goebel
> On 2/10/2016, at 8:00 am, Olivier Deschanels wrote: >> So, informal poll - who’s using objects for parameter passing ? > > Me ! And I’ve change all my approach of the code development thanks to the > objects. It’s so easy and it’s really efficient, especially if you want > polymorphe

Re: Parameter Passing - $N or Objects ?

2016-10-01 Thread Olivier Deschanels
Hello > So, informal poll - who’s using objects for parameter passing ? Me ! And I’ve change all my approach of the code development thanks to the objects. It’s so easy and it’s really efficient, especially if you want polymorphe parameters. I’ve replace in my own framework dozen of variables