Hi I am having trouble with the edit_choice_item object. I would like to type in a value that contains 120 characters. But my edit_choice_items width or...
8790
rvangeene2001
Aug 1, 2002 3:24 pm
Hi, I'm using SW 3.3 and I'm having problems loading magikc files. That is I have two different images (image 1 and image 2) and one magikc file (for instance...
8791
Robert Schweikert
robert.schweikert@...
Aug 1, 2002 3:41 pm
This does not really answer your question, but I have seen that pre-3.3 magikc files result in the message you mention ("test.magik does not exist") but magikc...
8792
sshivaprasad
Aug 1, 2002 5:17 pm
Hi, I am trying to update some fields on the intermediate table to create relationship between two tables based some exisitng Relationship. The following...
8793
adasarp
Aug 1, 2002 7:06 pm
Hi, I have a table with m:n relationship. At present it's using the parent table using default editor and the DBset_filed_editor is appearing for the data...
8794
kay harris
sw_guy66
Aug 1, 2002 9:22 pm
Hi, Is there any means to export a particular table into a file and later import it in other database file. There is a table sw_gis!coordinate_system in gdb.ds...
8795
gwyngesw
Aug 1, 2002 10:28 pm
There is a global variable that can be set to ignore magikc files. You might find this variable is set in one image, but not in the other, especially if you...
8796
Pieter Minnaar
pieter_minnaar@...
Aug 2, 2002 6:16 am
Look at the variable !ignore_magikc?! in the 2 images. Pieter ... _________________________________________________________________ MSN Photos is the easiest...
8797
robert_skowronek
robert_skowr...
Aug 2, 2002 6:41 am
Hi All, I think, you have to set !ignore_magikc?! to false. By default its true and I guess the same is in image 2 so load_file() always ignores magikc files....
8798
Mr bo yang
mailyangbo
Aug 2, 2002 8:39 am
hi,everybody, Has anyone done use Smallworld on MSCS(Microsoft Cluster Server)? We are going to use Smallworld on MSCS in a project. I have some test today and...
8799
R.Putters@...
Aug 2, 2002 11:27 am
Switch you GIS alternative to writable.. ... De informatie verzonden met dit e-mail bericht is uitsluitend bestemd voor de geadresseerde. Gebruik van deze...
8800
Bruening, Urban
urbanbruening
Aug 2, 2002 11:37 am
Check if these readonly field is part of the key of these table. If yes then YOu couldn't update these values! Urban ... From: sshivaprasad...
8801
mwitt_user
Aug 2, 2002 2:42 pm
Hi all, I am looking for a way to strip a string_buffer which is filled with a value like this "M24". I need to strip the M from the string and use the 24 as...
8802
jaidev dubey
jaidubey
Aug 2, 2002 2:51 pm
hi, This will work str << "M24" str.slice(str.rindex_of(%M)+1,str.size).as_integer() Jaidev. ... __________________________________________________ Do You...
8803
skhapre
Aug 2, 2002 3:51 pm
hi all i have created new database. i am not able to get the tool bar activated. The menus are activated but the option of toolbar in system-configuration is...
8804
mwitt_user
Aug 2, 2002 3:53 pm
Thanks Jaidev!!...
8805
jgriffiths_gis
Aug 2, 2002 7:26 pm
We are running several Smallworld 3.1SP2 PowerOn 2.5 processes on separate Logins of a Windows 2000 terminal server. For those familiar with PowerOn, they are...
8806
SW Guy
sw_guy66
Aug 2, 2002 7:42 pm
hi, g.menu_bar.make_toolbar(g.top_frame,g.ace) might work..... let me know please Jaidev. skhapre wrote:hi all i have created new database. i am not able to...
8807
smallworldguy
Aug 2, 2002 8:36 pm
I wrote some code in version 3.1 and now I get a trace back in 3.2.1 but is still works. It is more of a pain. What I am doing is trying to build a query menu...
8808
Alex pe
alex_pe_2002
Aug 3, 2002 2:18 am
I have to create temporary objects with transactions. ok? << v.start_lwt() ..... create objects .. ..... v.end_lwt(ok?,_true) after that : v.undo_lwt() the...
8809
Robert Schweikert
robert.schweikert@...
Aug 3, 2002 10:42 am
Jason, The fact that a comparison operation leads to the traceback may indicate that the problem is in the compare procedure of the sorted_collection, but this...
8810
skhapre
Aug 3, 2002 1:42 pm
hi all how to create objects in case tool using magik. say i want to create object "Emp" (i.e. standard emp table of oracle). i can create using the editor but...
8811
swnewcomer
Aug 5, 2002 8:23 am
My program using Smallworld Automation works well usually,but sometimes it will lose the connection unexpectedly and the Delphi exe cannot access Smallworld no...
8812
vatli@...
Aug 5, 2002 11:28 am
Hello! we are trying to add new items to a combo box we dont have the items directly as strings so we cannot use ... we are getting them from a rope we built...
8813
Charles White
ctimothywhite
Aug 5, 2002 1:55 pm
I am trying to do a ds transfer on a 14 gig datastore file. The traceback seems to lead me to believe that it could be due to the fact that I have a few...
8814
smallworldguy
Aug 5, 2002 2:47 pm
Robert, Here is the complete traceback at the souce code. The unser(unset) cf integer(93)...the 93 is the number of objects I am trying to put in the list...
8815
smallworldguy
Aug 5, 2002 3:11 pm
You could try this... Afte you create the rope, type... .items[:il].options << ro.as_simple_vector() ... (i.write_string) _...
8816
Sarfaraz Dawoodi
Sarfaraz.Dawoodi@...
Aug 5, 2002 4:04 pm
One reason this may have failed is that there is a limit on how much you can do within an lwt. Unfortunately, Smallworld doesn't tell you how big this limit is...
8817
vatli@...
Aug 6, 2002 7:09 am
I tried but it doesnt work we decided to use simple_list_item Thanks!...
8818
Jaco Badenhorst
Jacob@...
Aug 6, 2002 11:05 am
Hi All Is is possible to write a nested query in the Object Browser? I want to select all the Pole insides a non-political boundary where the name of the...