Re: Witango-Talk: Suffix

2008-03-18 Thread David Mark Weiss
Thanks Bill, I will take a look. Hopefully I get it. Mark On Mar 17, 2008, at 4:27 PM, William M Conlon wrote: Start with the docs: http://httpd.apache.org/ You need the mime module (probably installed by default) to use AddHandler: http://httpd.apache.org/docs/2.0/mod/

Re: Witango-Talk: Suffix

2008-03-18 Thread William M Conlon
And test in a directory using .htaccess, so you don't have to hup the server each change. See the AllowOverride directive, and the .htaccess article. On Mar 17, 2008, at 11:55 PM, David Mark Weiss wrote: Thanks Bill, I will take a look. Hopefully I get it. Mark On Mar 17, 2008, at 4:27

Re: Witango-Talk: Apple Events: Can I get more debugging info?

2008-03-18 Thread Kent Swisher
We are not being very helpful. I will re-state that I used to do witango/filemaker under MacOS 9. Never tried in OSX. On Daniel's question Apple Events: Can I get more debugging info?. I don't remember if you can. Never needed to. Can you see apple events if you increase logging level in

Witango-Talk: Using an array for In Search

2008-03-18 Thread Dan Stein
I want to use an array of ID¹s to do an in search. I am trying to figure out how to take the array and return it as a comma delimited string without the trailing comma that shows up with csuffix=²,² Is there a simple way way assign this to a variable and lose that comma? Seems there should be --

RE: Witango-Talk: Using an array for In Search

2008-03-18 Thread Walker, Buddy
Dan Not sure if this what you are talking about but this is what I've done in a search action Column Oper.Value MasterVisitID.CourseID Is in @VAR uDeptCourses SCOPE=USER [*,1] UDeptCourses is a one column array. Buddy

Re: Witango-Talk: Using an array for In Search

2008-03-18 Thread Alan Wolfe
Ive tried this before by building an sql query as a string then putting it in a direct DBMS. We hit problems though when the string got too long, our DB didn't accept the query anymore. So, if you go this way you might want to check the maximum length query your DB supports and make sure that's

Re: SPAM-MED: Witango-Talk: Using an array for In Search

2008-03-18 Thread Stefan Gonick
If you are using a search action, then you can use a one column or one row array directly without converting it first to a comma delimited string. Witango will handle that automatically. Cool. Stefan At 07:27 PM 3/18/2008, you wrote: I want to use an array of ID's to do an in search. I am

Re: Witango-Talk: Using an array for In Search

2008-03-18 Thread Dan Stein
Thanks guess I was over thinking it I had that but didn't try it. As usually witango does the hard work. -- Dan Stein FileMaker 7 Certified Developer Digital Software Solutions 799 Evergreen Circle Telford PA 18969 Land: 215-799-0192 Cell: 610-256-2843 Fax 215-799-0192 ( Call 1st) FMP, WiTango,

RE: Witango-Talk: Curiuos

2008-03-18 Thread Fogelson, Steve
HI, Just thought I would resurrect this thread. A few developers mentioned they are seeing the same thing. I was looking at a Witango log and discovered the following. 18/03/2008 22:22:04 [EMAIL PROTECTED]://www.insanechicken.com//phpMyAdmin/libraries/ludeme/gakacag/ mailto:[EMAIL

RE: Witango-Talk: Curiuos

2008-03-18 Thread Fogelson, Steve
I looked around a bit and discovered some legacy code assigning userreference, That's the culprit. Steve _ From: Fogelson, Steve [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2008 10:41 PM To: witango-talk@witango.com Subject: RE: Witango-Talk: Curiuos HI, Just