hi friends, we have the below immediate requirement with our client. applicants with the relevant SKILLSETS, EXPERIENCE LEVEL & QUALIFICATION will only be...
If all you said is correct, the trouble will be in the dialog class. Look the name of the message_accessor slot of an object. Debug into slots. Is the name of ...
Hy group, In smallworld 3.3, when set SW_LANGUAGE to es_es i dont see messages in spanish language. The menu in the graphics system still displays text in ...
I am out of the office the week of August 2nd and I will return August 9th. I will process your request at that time. If you need imediate assistance, please...
Hi all, One simple question. When try to make a Oracle connection and this follow error occurs: Oracle error calling [OCILogon] ORA-01017: invalid...
lvmendes
lvmendes@...
Aug 3, 2004 12:58 am
13718
Hi, I think there is no way at the moment. I wanted to run two different applications with two different style groups from the same session. I didn't find a...
# I don't know of any way to access the name of the file from the external_text_input_stream (or output stream) once it has been created. I usually create...
Harris, Ronnie
rharris@...
Aug 4, 2004 3:10 pm
13721
Hi group On SIAS 2.0 version a sample java client was coming with the product. That java client was discontinued by SW ? Regards Diego...
The first three tests below return a MSXML2_IXMLDOMElement as expected on the following OS and SW versions: Windows 2000 - SW 3.3 Windows 2000 - SW 4.0 Windows...
Since you're using a property list anyway, make full use of it. Put the filename in the "key" for each entry... pl << property_list.new() p1[:xyz] <<...
Hi, I m working with the joins fields of an object. I want to know if the object joined to a given object is the child or a parent. How do I do that. Does any...
Hello, ... I m working with the joins fields of an object. I want to know if the object joined to a given object is the child or a parent. How do I do that....
Hi, Thanks for the previous query. I have one more question which I m unable to resolve. I have the unset value of the date field converted into a string...
Hello Manasa ... I want to execute this string value to obtain the date value . Its like this - dd << "date.new_from_days_and_milliseconds(-25567, 43200000)" ...
It all depends on what you consider a parent or child. Some objects are "siblings". I would say that these terms are loosely defined as: parent - an object...
Diego, The sample Java client was discontinued at 2.1. It was superceded by the HTML Client Framework (HCF). Of course, they are in no way similiar. I believe...
Hy group, I need to display a message like this.... write("aString " + aNumber) How is the correct way to concatenate a char16_vector and an integer? Other...
Hola Damian: Me imagino que hablas español, digo, por tu nombre deduzco que eres latino. Intenta esto: write("aString ", aNumber) No necesitas concatenar,...
Hi, I was wondering if anyone could tell me what would be the best way to display only splice closures that have more than two pieces of sheath attached. I was...
Hi Andy, When using PNI3.1, you would just use sc.get_connected_sheaths() to get an equality_set of sheath objects connected to the splice closure. If you want...
Joseph, I agree with you but, based on my research on this problem, I found that there is a method, a_record.descriptor.field(a_field).join_aspect which...
Quisieramos contactar con usuarios de SmallWorld dentro de Latinoamérica. Queremos implementar un Gis Corporativo en nuestra empresa y queremos intercambiar...
Hello. This shouldn't be a hard one to figure out but i've tried everything i know how. I am trying to move a text file to the SW editor and having problems...
Your reading in the date as a string... You need to convert that string to a date before getting the day_number from it. Eric Kappmeier Modesto Irrigation...
Andy, Did you find an answer for you question yet? Not sure the exact functionality that you are trying for here, but splice closures know a few things that...
Hy group, is there an easy way to replace some character in a char16_vector. Example: "The file # is open in # directory" where # is the character to replace...