It's the first time I try to set up a IAS40, please forgive.. I have installed everything as described, when entering http://localhost/ias/index.html I get...
Hi Robert, 1. The variable MAX_PARAMS is defined in globals.js. Take a look and verify if this script (globals.js) is loaded when you start the page (see...
Ih, I've a problem with SW. I use emacs. I launch a method, and after a few hours this message appear : The extension area is getting rather full. There are...
You would test using the .reversed? method on geom_section. reversed? IN sw:geom_section B ## True if _self runs in opposite direction to the line ##...
Hello Sébastien, Try increasing the parameter -Mext. It specifies the size of the extension area that you can direct to a directory using -Mextdir. Bye, ...
Thanks Edro, it turned out that I had some corrupted files, reinstalling did help. Robert ... From: sw-gis@yahoogroups.com [mailto:sw-gis@yahoogroups.com]On...
My requirement is to programmatically create new gas pipes (RWO with chain geometry and having a manifold which is different from the road network manifold). ...
My requirement is to programmatically create new gas pipes (RWO with chain geometry and having a manifold which is different from the road network manifold). ...
Hello, I want to load a coloured raster with the me method raster_loading_acp.load_classifying() (Using rasters in applications: 3.3.6 Protocols for loading...
How do I resolve a stale error traceback? I was running a differential integrity checker and encountered a bad segment length record, which I deleted with the...
Ih everybody, I just want to know if its possible to create a "view" from 2 tables. Such as : Table1 field11 field12 field13 Table2 field21 field22 And the...
CREATE VIEW v_tab1_tab2 AS SELECT field11,field21, field13 FROM table1,table2 WHERE field11=field21 You just need to have relational key between the two...
Offcourse, this is in SQL but, i want to have a view in SW. In reality i've used the "cross dataset join" to link table1 (in dataset1) to table2 (in dataset2)...
Sébastien, One way to achieve this is to simply write methods on table1 that look like fields on table2 _method table1.field1_from_table2 other_rec <<...
Bruce Morehouse
BruceM@...
Jun 8, 2007 11:56 am
17717
Look at sql2_parser. ... _________________________________________________________________ Windows Live Hotmail. Even hotter than before. Get a better look...
Hi, just wondering if anyone has ever embedded text within a chain type style. For example: I have a request to embed a text letter into my chain style. ... ...
I think a "view_collection" should be the best solution... The elements of this collection are constructed from related records in two or more joined tables ...
Hi Everyone: The SW-GIS raises many issues that are discussed at the GeoWeb - a great forum for networking and discussion of all kinds. GeoWeb 2007 is almost...
I suggest you get a copy of the Line Maker module from Smallworld - it is pretty close to what you are after. The module was originally part of the Smallworld...
I need to load many ortofotos, and have realized a program of automatic load of "Raster Loader", but not as(like) by means of Magik to realize that the target...
I did a basic upgrade of this component to SW 3.3 some time ago. I can post it if you like. It may be overkill for simple text-in-line rendering. From:...
Hi! Here you have a very simple example for Excel application (for CST 4.0): excel_test << _proc () _local excel, workbook, sheet, cell, sheets _try _with...
Hi Luc, Try to do this: _block ole_client.init() word << ole_client.createobject("Word.Application") word.documents().open("c:\test.doc") word.visible << _true...
Thanks Edro and Tonmasz , I think I solved it Regards, Hi Luc, Try to do this: _block ole_client.init() word << ole_client.createobject("Word.Application") ...
... Of course it is an example for saving, not for reading :-) best regards, Tomasz Laczkowski -- Magik Development Tools www.mdt-project.com www.astec.com.pl...