Hy John, perhaps you have a ds-file in your dataset that is not version managed (dd_extensions.ds?). Check all entries for mode=frozen for this (manage_soc())....
Hello Simon, in sw-gis 3.1 SP4 there was a raster-tool by isys that easyly could create tif-files with tfw-reference out of the database. Call your local...
The in_place_multiple_join_field_editor can be used to display multiple child records of the same (rwo) type. Is there a join field editor that can display...
What version of SW? ... From: sw-gis@yahoogroups.com [mailto:sw-gis@yahoogroups.com] On Behalf Of John Boere Sent: Thursday, June 01, 2006 9:51 AM To:...
Does anyone know how to write data to a table in a Word document using ole_client ? I can open a document find the table and get a handle on specific rows and...
The simplest way I found to do this is to record a Macro in Word to do exactly what you want and then to move/adapt the Visual Basic code to Magik. Robert ...
The in_place_field_editors do not support viewing records from multiple tables. We have developed a plugin for the Object Editors for viewing an manipulating...
hi if anyone have smallworld version (4) crack please send it to me thanks __________________________________________________ Do You Yahoo!? Tired of spam?...
Dear sir , I face a small problem with smallworled in data modeling , after I made an object and applay it to database , I can find it in the application in...
You haven't configured the object from the ACE... Try it and you will not have problem ... modeling , ... can find it in the application in the suitable...
Hello, Does anyone knows a tool for create a visual object and it properties without using the cad tool from smallword... A magic code way for example?? thanks...
The default will be the locale language of the windows machine + en_gb. ie my machine is running german windows so I get "de_de;en_gb" by default. Any entry...
Lupton, Colin (GE Inf...
colin.lupton@...
Jun 7, 2006 5:48 am
16573
Hi, A friend in remote places asked me how to find a small world 4 tutorial on the internet. Does anybody here know where to find one? Thanks, derong ...
Derong Gu
guderong@...
Jun 7, 2006 3:13 pm
16574
Hello, I am looking into insyncing a table called road_name, but it is causing considerable difficulty since it has 4 key fields in SW. An example of the...
You need to have the local access path for the files in the superfile index as seen by the swmfs process serving the data. So on server 10.201.169.127, if the...
Ok, thanks, so it's not the superfiles. I'll keep on searching.. Robert ... From: sw-gis@yahoogroups.com [mailto:sw-gis@yahoogroups.com]On Behalf Of Charles...
Hi John, Your key fields prefix and suffix are enumerated key fields? The problem isn't caused by multiple key fields but by enumerated key fields. Smallworld...
Dear All, we are pleased to announce our new site http://www.shorturl.co.nr. you can convert your long urls in to short form. This is a free service.hope you...
Still trying to figure this out. How can I make sure that the swfms security does not deny access? I put the following into the authorisation file, it should...
Hi Robert, Have you checked the NTFS-Security settings of the Datastorefiles? What version of SWMFS are you using? Is a firewall enabled on the server? Henk...
Hi group I have a network trace whit a very long stop predicate. When I do the trace_out I get a warning / traceback that the max_stack_depth of the thread is...
This is a Workgroup Setup with two machines being part of the network. I'm logged in as Administrator on both machines. The swmfs version is the one of...
Can you do a ping using the computername from computer 1 to computer 2 and vice versa? Henk ________________________________ Von: sw-gis@yahoogroups.com...
You need to increase the depth on the thread. I used this within the method that was causing me problems. _thisthread.vm_max_depth << 15000 Rich ... better ...