Hi all. Is there any way to write a predicate into a text file to read it later and construct the original predicate again? Thanks Aitor Santamaría Consultor...
You might try breaking it up using: sel << a_table.select( preddicate.on(:location, <my_geom> )) sel << sel.select( predicate.eq(:address_number, "N/A")) ... ...
Joe, I've experienced this slowness too. I've also tried your suggested approach and it had no impact on the speed in my cases. The only way I found to speed...
Bruce Morehouse
BruceM@...
Feb 2, 2004 5:05 pm
12769
I also had similar problem with a SW query. I ended up executing the fastest via a browser_engine and "parse" the result afterwards in a loop (in you case...
Whenever I export from the Query Browser to Excel I generate this odd OLE Automation error below. This error seems to be a recent problem. Could it be a MS...
quince.lunde@...
Feb 3, 2004 12:06 am
12771
I would guess at a minimum, the maximum number of points would be 512x512. I'm saying this because a sector can have 512 coordinates, and I'm guessing a sector...
Quince, I suspect you are trying to export more than 26 columns. The problem is with the way the range_string is calculated. It does not take account of the...
Gwyn, I think you're correct here. I exported smaller tables and everything worked fine. I contacted GENS for a patch as you suggested. Thanks for your...
quince.lunde@...
Feb 3, 2004 4:00 pm
12774
Hello Everyone, I've been asked to check when was the last time a user accessed SW and I am hoping that someone can point me in the right direction. I think...
Hello Douglas, This is what we had been following. As the user logs into the Smallworld environment, we collect the user name using the global function...
Our DXF dataset is getting rather large. It's currently about 30GB. We were already splitting them out into smaller sections by alternative to send to our...
Hi all, Anybody know what means this message? "lost descriptor for carga_trafo - an extdb_collection" After a case apply in top, when i go to child alternative...
lvmendes@...
Feb 4, 2004 12:41 am
12778
hi! who can tell something about the different between action_grs and graphics_sytem? thanks!...
HI maybe you can : change_menu.define_shared_variable(:method_name,:methodond,:public) $ .. the_menu_buttom << button_item.new(pd,"string" ,_self,{:perform|() ...
Dear all, We have a able team who is currently converting the engineering drawing to DWG or any requested format of your requirement. The objectives are 1. To...
laxmi narayanan a
laxmiace@...
Feb 4, 2004 12:29 pm
12781
Is it possible to plot the network trace results in SIAS? I have a style style for the network trace results but the results are not plotted. Thanks, Jason...
I sorry, but my experience with a mistake of broken block header was that after doing several types of ds.transfer, the only thing that I solve the problem was...
We're using the EAI Toolkit (3.61) to provide TIBCO Rendezvous messaging capability. Everything works, although I am unable to specify a different TIBCO port,...
This is actually an authorization system error. It is caused by the fact that \you do not have privileges to create alternatives under **top** in this DXF...
Dear all, We had a team who is currently converting the Maps,Architectural,Civil,Machinical Engineering drawing to DWG or any requested format of your...
What does this error mean? !!!! Impossible error At line 1233 of file 'method.c' Type 3 oop 20424891 out of range !!!! Impossible error At line 1233 of file...
Hi Group, I'm in SW 3.2.1 and I wonder what class of subwindow I should use instead of progress_bar, because I know this class is deprecated now. I would like...
Eric You mention that the port is changed from 7500 to 7502, which suggests that it is Rendezvous Daemon (RVD) which is being used, rather than Rendezvous...
Hi Groups, How can I find out thru magik the associations of an object. For instance, an address is associated to pole, drop, house count , street etc. Is...
Robbie, You can use: <object>.related_items_list to get a rope of all objects associated. That should work for most Model.it type objects such as poles,...
Robbie, You can use: <object>.related_items_list to get a rope of all objects associated. That should work for most Model.it type objects such as poles,...
Hi Christian, I think you got my question wrong. I wanted all the list of objects that it must get associated not retrieving the list of objects after...
Robbie, have you tried? rwo.descriptor.join_fields Bruce Bruce Morehouse GIS Application Developer Integrated Mapping Services, Inc. Camden, Maine (207)...