Re: Constructing tables from output
This is kinda of a classic rows to columns view? On Feb 22, 2012, at 4:31 PM, Johan Solve wrote: > Not pivot table output. > > 2012/2/22 Jonathan Guthrie <Jono@lassosoft.com>: >> Doesn't Kn...
8
in thread
Re: Constructing tables from output
Not because you don't want it or the example? On Feb 22, 2012, at 4:31 PM, Johan Solve wrote: > Not pivot table output. > > 2012/2/22 Jonathan Guthrie <Jono@lassosoft.com>: >> Doesn't Kno...
8
in thread
Re: Constructing tables from output
Must have been a tag I saw on tagswap? On 2012-02-22, at 6:14 PM, Steve Piercy - Web Site Builder wrote: > kNope. Not automatically. Jono Jonathan Guthrie j...
8
in thread
Re: Constructing tables from output
Not pivot table output. 2012/2/22 Jonathan Guthrie <Jono@lassosoft.com>: > Doesn't Knop do something like this automatically? > > On 2012-02-22, at 5:07 PM, Rick Dwyer wrote: > >> I need to ha...
8
in thread
Re: Constructing tables from output
kNope. Not automatically. The difficulty of doing this with Knop or a plain old Lasso inline is the same. Here is an example of how to manipulate news articles under a given year, with uniq...
8
in thread
Re: Constructing tables from output
Doesn't Knop do something like this automatically? On 2012-02-22, at 5:07 PM, Rick Dwyer wrote: > I need to have the result dynamically build an HTML table with each column being headed by the c...
8
in thread
Re: Constructing tables from output
Yes, you should look at to doing an SQL pivot. here is an excellent link http://www.artfulsoftware.com/infotree/queries.php Look for pivot tables. It should give you what you need to construc...
8
in thread
Constructing tables from output
Hello all. I return results from a SQL statement through lasso via the following: SELECT cartypes.cartypes_name, car.name FROM car LEFT JOIN cartypes ON car.cartypes_id=cartypes.id where cart...
8
in thread
Re: zip archive tag
On Feb 22, 2012, at 10:11 AM, Tim Taplin wrote: > yep, this particular need was for a lasso8 solution, and instead of dealing with lots of os_process code floating around, we decided to organize it...
8
in thread
Re: zip archive tag
tagswap it. :) Thanks Steffan - T E L 6 0 2 . 7 9 3 . 0 0 1 4 | F A X 6 0 2 . 9 7 1 . 1 6 9 4 Steffan A. Cline Steffan@...
8
in thread
Re: zip archive tag
yep, this particular need was for a lasso8 solution, and instead of dealing with lots of os_process code floating around, we decided to organize it into a tag to make it easier to use. I'd assumed it...
8
in thread
RE: zip archive tag
Hi Tim, We use zip via sys_process (Lasso 9) to consolidate different report documents (excel, pdf, etc.) and have been doing so for 18 months or so. I think this gives us more control Jolle woul...
8
in thread
Re: zip archive tag
You can find the type in : /Applications/Lasso\ Professional\ 8/Documentation/3\ -\ Language\ Guide/Examples/LJAPI/Tags/ZipType/ZipType.java I can build it for you if you want to try the java v...
8
in thread
Re: zip archive tag
hmm, no idea, I did not find any reference to that zip tag when I searched the reference database, maybe I just missed it. I'll have to take a look to see if I just duplicated efforts. Thanks for...
8
in thread
Re: zip archive tag
How is it different than the LJAPI zip tag that is included in Lasso but not installed by default? Since it's all Java, it does not rely on OS_Process. Thanks Steffan...
8
in thread
zip archive tag
so, Todd Vainisi and I have created a fairly basic Lasso8 tag for using os_process to create a zip archive by appending files from various locations into a single archive which can then be saved to a...
8
in thread
Re: OS Process osascript and 10.7.3
I've come across a few odd permission issues with AppleScripts in 10.7.3 (not related to Lasso). I'm suspecting sandboxing but I haven't been able to track it down yet. 2012/2/21 Paul Fabris <pau...
7
in thread
Re: OS Process osascript and 10.7.3
On Feb 18, 2012, at 5:20 PM, Brad Lindsay wrote: > > I've not used 8.6, so I'm not sure how it starts up, but if you could get it to startup under the user you are logged in as, that should do the...
7
in thread
Re: Getting the HTTP Request Method
On Feb 21, 2012, at 5:26 AM, Brad Lindsay wrote: > From my experience, all browsers only support GET and POST, even if you try to use on of the other methods. I believe that if you submit the data...
7
in thread
Re: Getting the HTTP Request Method
On Feb 21, 2012, at 8:26 AM, Brad Lindsay wrote: > On Feb 21, 2012, at 12:25 AM, Douglas Burchard <douglas.burchard@douglasburchard.com> wrote: > >> On Feb 20, 2012, at 6:19 PM, Kyle Jessup wrot...
7
in thread
Re: Getting the HTTP Request Method
On 2/21/12 at 8:26 AM, blindsay@ncha.org (Brad Lindsay) pronounced: >On Feb 21, 2012, at 12:25 AM, Douglas Burchard ><douglas.burchard@douglasburchard.com> wrote: > >>On Feb 20, 2012, at 6:19 P...
7
in thread
Re: Getting the HTTP Request Method
On Feb 21, 2012, at 12:25 AM, Douglas Burchard <douglas.burchard@douglasburchard.com> wrote: > On Feb 20, 2012, at 6:19 PM, Kyle Jessup wrote: > >> On Feb 20, 2012, at 8:52 PM, Douglas Burchard...
7
in thread
Re: Getting the HTTP Request Method
On Feb 20, 2012, at 6:19 PM, Kyle Jessup wrote: > On Feb 20, 2012, at 8:52 PM, Douglas Burchard wrote: > >> I notice that 'web_request->requestMethod' returns either 'GET' or 'POST'. Is there a...
7
in thread
Re: Getting the HTTP Request Method
On Feb 20, 2012, at 8:52 PM, Douglas Burchard wrote: > I notice that 'web_request->requestMethod' returns either 'GET' or 'POST'. Is there a means to return 'PUT', 'DELETE', or 'HEAD', if the actua...
7
in thread
Getting the HTTP Request Method
I notice that 'web_request->requestMethod' returns either 'GET' or 'POST'. Is there a means to return 'PUT', 'DELETE', or 'HEAD', if the actual HTTP method in use happens to be one of those?...
7
in thread
Re: restricting lasso's reach
File permissions in Lasso 9 are handled at the OS level. The advantage of running via instance manager (keeping in context of my earlier post) is that you can easily set the OS user the instance run...
2
in thread
restricting lasso's reach
Is there a way to limit Lasso 9's reach as to jail lasso to only have access to specific folders, etc? Similar to how in LP8 could set available file paths for different sites, users & groups?...
2
in thread
Re: instance manager error
On 2012-02-19, at 3:39 PM, Trevor Borgmeier wrote: > So can one do instances with the svn, just not with the instance manager? are there instructions on this out there? Or what is the recommended...
9
in thread
Re: instance manager error
on 2/19/12 2:05 PM Trevor Borgmeier wrote: > Thanks, my config was based off of this file > /Applications/lasso9/Installers/lasso9.apache2.conf which doesn't seem > to have anything for the insta...
9
in thread
Re: instance manager error
Yes, I'm still in the getting my feet wet stages with lasso 9, so I'm not well versed in many of the areas yet. SVN vs regular install etc. Basically, I think in the end I'm looking to have a se...
9
in thread
Re: instance manager error
Thanks, my config was based off of this file /Applications/lasso9/Installers/lasso9.apache2.conf which doesn't seem to have anything for the instancemanager. I basically just followed the direc...
9
in thread
Re: instance manager error
On Feb 19, 2012, at 10:48 AM, Trevor Borgmeier wrote: > I have Lasso 9 installed via SVN on OS X Lion... Well, I see that you are using SVN. I doubt you even have the instance manager running....
9
in thread
Re: instance manager error
On Feb 19, 2012, at 2:26 PM, Trevor Borgmeier wrote: > Thanks I'll dig around. Does it make sense that this http://127.0.0.1/lasso9/instancemanager wouldn't work when http://127.0.0.1/lasso9/Ad...
9
in thread
Re: instance manager error
Thanks I'll dig around. Does it make sense that this http://127.0.0.1/lasso9/instancemanager wouldn't work when http://127.0.0.1/lasso9/Admin does work? Just trying to figure our what I'd h...
9
in thread
Re: instance manager error
On Feb 19, 2012, at 10:48 AM, Trevor Borgmeier wrote: > I have Lasso 9 installed via SVN on OS X Lion... > > getting this error: > > An unhandled failure during a web request > Error Code: -...
9
in thread
instance manager error
I have Lasso 9 installed via SVN on OS X Lion... getting this error: An unhandled failure during a web request Error Code: -9945 Error Msg: The path '/instancemanager.html' was not found Erro...
9
in thread
Re: LP9 compat layer / encode_url
WWVzLCB0aGF0J3Mgd2hhdCBJJ20gZ3Vlc3NpbmcgdG8gLS0gaXQncyBtb3JlIHRoZSBlbmNvZGVf dXJsIG9uIAppbnRlZ2Vycy9kZWNpbWFscyB0aGF0IHRocmV3IG1lLiAgT2YgY291cnNlLCB0aG9z ZSBkb24ndCByZWFsbHkgbmVlZCBVUkwgCmVuY29kaW5n...
3
in thread
Re: What is better than asso?
I'm in the process of converting a rather large Lasso application to CodeIgniter. It's going faster than I thought it would. You may want to give that a look. There is plenty of documentation as wel...
11
in thread
Re: LP9 compat layer / encode_url
It may be better for compatibility =97 but not for the language as a whole. The current behaviour is strong =97 it's far more useful, encourages tighter programming and in the long run saves time...
3
in thread
Re: regexp->input(string) in LP9? [backwards compatibility bug?]
Any reason not to add this into LP9 if not just in the compat layer so it will work with LP8.x syntax? define regexp->input(input::string)=>{.input=#input} Currently LP8 uses this: $_card->in...
4
in thread
LP9 compat layer / encode_url
In LP8.x encode_url would basically take any type that was thrown at it and return a value whether the input type made sense or not... give it a map, array, integer, decimal etc. and it returned a...
3
in thread
Re: RSS datasource on LP9
There's also this: http://tagswap.net/rss2/ But that's 8.5/6 only and requires xml_tree. steve On 2/18/12 at 8:37 PM, trevor@pounce.com (Trevor Borgmeier) pronounced: >Is there a LP9...
2
in thread
RSS datasource on LP9
Is there a LP9 version of the RSS datasource from Fletcher's ToTW from LP8.5 or has anyone updated it to work with LP9 http://www.lassosoft.com/RSS-Data-Source-and-Parser or here for download:...
2
in thread
Re: send 404 file not found response code
I think I guessed the answer my own question... looks like this works: web_response->setStatus(404, 'File Not Found') -Trevor on 2/18/12 5:40 PM Trevor Borgmeier wrote: > How do I send a...
2
in thread
send 404 file not found response code
How do I send a 404 header response code in lasso 9? I'm guessing it is via a method in the web_response type, but not sure... in LP8.5 I was using this: > $__http_header__ = string_replacerege...
2
in thread
Re: OS Process osascript and 10.7.3
On Feb 14, 2012, at 2:32 PM, Paul Fabris <paul@marketconnections.com> wrote: > I foolishly upgraded my working OSX Server 10.7.2 (Lasso 8.6) web server to 10.7.3 over the weekend. Apart from a bunc...
7
in thread
Re: OS Process osascript and 10.7.3
Hi, If this is on a server, I think it won't work. It will only work if FM can be accessed via a driver, which does not need any interactivity. Many tools only work when you are logged in via remot...
7
in thread
Re: OS Process osascript and 10.7.3
Hi Kyle, I've tried some other basic stuff like: tell App "Finder" to activate, and am getting the same results. I know you can reference an app in a tell block by using the full path, but I'm t...
7
in thread
Re: What is better than asso?
On Feb 18, 2012, at 2:04 AM, Ke Carlton wrote: > Let me know if you need a hand moving your $200,000,000 / Year > business over to Lasso 9... ;) I'll add you to the list. There are already a...
11
in thread
Re: having a brain fade on references in custom types
On Feb 18, 2012, at 6:04 AM, Kyle Jessup wrote: > Clearly, we add and fix more compatibility issue with each revision, so this is something getting better and better. Thanks for taking the time...
12
in thread
To find out more about this list or how to subscribe - choose the 'i' next to the list name on the right, or click here for more information about LassoTalk