Lasso Soft Inc. > Home

LassoTalk


options
From: To: Select a List: Reset
Showing 1 - 50 of 106,750

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...

by deco rior on 2012-02-22 18:30:56 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...

by deco rior on 2012-02-22 17:04:01 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...

by Jonathan Guthrie on 2012-02-22 18:56:08 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...

by Johan Solve on 2012-02-23 00:31:06 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...

by Steve Piercy - Web Site Builder on 2012-02-22 15:14:47 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...

by Jonathan Guthrie on 2012-02-22 17:56:27 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...

by deco rior on 2012-02-22 15:12:55 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...

by Rick Dwyer on 2012-02-22 17:07:11 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...

by Douglas Burchard on 2012-02-22 10:23:40 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@...

by Steffan A. Cline on 2012-02-22 11:14:00 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...

by Tim Taplin on 2012-02-22 11:11:57 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...

by Rick Draper on 2012-02-23 03:58:35 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...

by Steffan A. Cline on 2012-02-22 08:53:57 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...

by Tim Taplin on 2012-02-22 08:43:23 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...

by Steffan A. Cline on 2012-02-22 08:26:30 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...

by Tim Taplin on 2012-02-22 08:16:08 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...

by Johan Solve on 2012-02-21 23:43:50 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...

by Paul Fabris on 2012-02-21 11:27:27 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...

by Douglas Burchard on 2012-02-21 07:52:01 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...

by Kyle Jessup on 2012-02-21 10:08:39 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...

by Steve Piercy - Web Site Builder on 2012-02-21 05:53:33 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...

by Brad Lindsay on 2012-02-21 08:26:44 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...

by Douglas Burchard on 2012-02-20 21:25:13 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...

by Kyle Jessup on 2012-02-20 21:19:21 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?...

by Douglas Burchard on 2012-02-20 17:52:17 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...

by Jonathan Guthrie on 2012-02-19 16:13:57 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?...

by Trevor Borgmeier on 2012-02-19 15:06:01 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...

by Jonathan Guthrie on 2012-02-19 15:48:49 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...

by Trevor Borgmeier on 2012-02-19 14:39:01 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...

by Trevor Borgmeier on 2012-02-19 14:16:05 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...

by Trevor Borgmeier on 2012-02-19 14:05:05 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....

by Kyle Jessup on 2012-02-19 15:03:08 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...

by Kyle Jessup on 2012-02-19 14:34:39 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...

by Trevor Borgmeier on 2012-02-19 13:26:43 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: -...

by Kyle Jessup on 2012-02-19 11:57:01 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...

by Trevor Borgmeier on 2012-02-19 09:48:42 9
in thread

Re: LP9 compat layer / encode_url

WWVzLCB0aGF0J3Mgd2hhdCBJJ20gZ3Vlc3NpbmcgdG8gLS0gaXQncyBtb3JlIHRoZSBlbmNvZGVf dXJsIG9uIAppbnRlZ2Vycy9kZWNpbWFscyB0aGF0IHRocmV3IG1lLiAgT2YgY291cnNlLCB0aG9z ZSBkb24ndCByZWFsbHkgbmVlZCBVUkwgCmVuY29kaW5n...

by Trevor Borgmeier on 2012-02-19 09:17:58 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...

by Randy Phillips on 2012-02-19 08:45:21 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...

by Ke Carlton on 2012-02-19 09:57:37 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...

by Trevor Borgmeier on 2012-02-19 02:04:05 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...

by Trevor Borgmeier on 2012-02-19 00:41:01 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...

by Steve Piercy - Web Site Builder on 2012-02-18 19:54:35 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:...

by Trevor Borgmeier on 2012-02-18 20:37:21 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...

by Trevor Borgmeier on 2012-02-18 18:07:52 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...

by Trevor Borgmeier on 2012-02-18 17:40:55 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...

by Brad Lindsay on 2012-02-18 17:20:46 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...

by Marc Vos on 2012-02-18 21:26:49 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...

by Paul Fabris on 2012-02-18 14:46:37 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...

by Brian K. Middendorf on 2012-02-18 08:15:01 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...

by Brian K. Middendorf on 2012-02-18 08:13:20 12
in thread

Showing 1 - 50 of 106,750

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

LassoSoft Inc. > Home