How to know if app run distributed or not from forteworkshop ?

1507 byte By at 2007-11-25 5:03:15
Hello Forte Users.I'd like to know if there is a way to know, when an application has beenlaunched from the Forte Workshop, if it runs in standard or distributedmode.Here are some informations about what I want to do :- I've got an Environment Visibility SO that connects to a service on ...

Array manipulation

1089 byte By at 2007-11-25 5:03:16
Hello everyone,I've got a quick question, Is there any method in the array type that letsyou scan an array to findif one of the attribute of the contained objects in the array is equal to avalue.A method that could let me do something like this :TestArray : array of someobject = new();... some ...

unsuscribe

319 byte By at 2007-11-25 5:03:17
unsuscribe -To unsubscribe, email 'majordomo@sageit.com' with'unsubscribe forte-users' as the body of the message.Searchable thread archive <URL:<a href=" http://pinehurst.sageit.com/listarchive/"> http://pinehurst.sageit.com/lista rchive/</a>> ...

AIX C-Compiler Syntax Error osmm.h

1313 byte By at 2007-11-25 5:03:18
Hello Forte-Users,i have a problem on AIX 4.2 using the C/C++ Compiler.I got the error:"/forte/install/inc/cmn/osmm.h", line 4.1: 1506-166 (S) Definition offunction class requires parentheses."/forte/install/inc/cmn/osmm.h", line 4.25: 1506-276 (S) Syntax error:possiblemissing ...

Firewall problem

1096 byte By at 2007-11-25 5:03:19
A security officer complaints that our Forte application sends datato the server through one client port and receives the answer through adifferent client port. Thus violating their firewall policy.Can this be possible?I thought Forte establishes a TCP connection and maintains it forboth the ...

An event handler for several subclasses.

2982 byte By at 2007-11-25 5:03:20
I've been trying to write an event handler that is parameterized by a windowbeing passed to it. The event handler is intended to handle the exception eventthat occurs when the window completes. I have had problems trying to write this.The scenario is as follows.I have a task that listens to ...

iscript - no user feedback

1915 byte By at 2007-11-25 5:03:21
When Iscript runs, or when ftcmd is downloading an application, the userreceives no feedback that Forte is actually doing anything. I know thatit reports an error fairly well, but doesn't say anything along thelines of downloading an application or presenting a status of how far itis in the ...

Problem with Telnet and Escript/Fscript

485 byte By at 2007-11-25 5:03:22
I have a lot a problems using Telnet and Escript/Fscript with Forte 3.0.G.2.Does anyone has the same trouble or any experience about that.Thanks for your answers.-To unsubscribe, email 'majordomo@sageit.com' with'unsubscribe forte-users' as the body of the message.Searchable thread archive ...

multiple instances of agent in partition

1143 byte By at 2007-11-25 5:03:23
I have a partition which has multiple Service Objects of the same class,e.g.Partition1Cache1SO of class CacheServiceCache2SO of class CacheServiceCache3SO of class CacheServiceI have created an agent which manages the CacheService class, e.g.CacheAgentHitsInstrumentMissesInstrumentI would like ...

Dynamic partition replication at peak hour

1296 byte By at 2007-11-25 5:03:24
Hi,Following is the problem, I have in my application.I have a load balanced replicated SQLMgr Service Object which is overwhelmed every day at peak time by an increasing number ofrequest from client partitions to access the database.I know that Forte enables to kick off dynamically new ...

How to relate the offset with the line number?

1019 byte By at 2007-11-25 5:03:25
Hi,Following is the a classic "Nil object" error from an interpreted deployed application.Does anybody know how to relate the offset number with the line number of the method? SYSTEM ERROR: Trying to invoke a method on a NIL object (qqsp_Data, 2).Traceback: TMTM01P1S1.ProcessStep at offset 3173 ...

Screen scraper

698 byte By at 2007-11-25 5:03:26
I am looking for a screen scraper software that works with Forte in themiddle tier. I've only come across a product called Expresso fromConextions. My questions are:1. Are there other tools out there that works well with Forte in the middletier ?2. For people who've used Expresso, are there ...

PrintDocument formatting problem

998 byte By at 2007-11-25 5:03:27
Hi everyone,When I try to print a userwindow using the PrintDocument class methods, Idon't get the data formatted as I see it when I display the userwindow. Theuserwindow is basically a form with some textgraphic widgets interspersedwith datafield and textfield widgets. Forte seems to ...

Environment Variables VMS (logicals)

630 byte By at 2007-11-25 5:03:28
I am looking for a way to run a .com stream from Forte and have thelogicals it sets visible to the Forte process. I can do a set environmentcall and get environment call and it works fine. But when I do anoperating system run command of a .com stream none of logicals are visibleafter the run. ...

FloatOverText for Elements in DropList

414 byte By at 2007-11-25 5:03:29
Hi,has anybody a solution for a FloatOverText on the Elements of a DropList?My Problem is, that i have short names and long names. If the DropList isnot open, i want to display the short name but if the droplist drops open, iwant to display the long names or a FloatOverText for every Item in ...

Non-Secure Repositories

1292 byte By at 2007-11-25 5:03:30
I started out with a standard non-secure repository. Later, Ireceived a request tosecure the repository. Thus, I used an rpcopy with the"-secure" flag. It workedsuccessfully and prompt me for the various passwords, which Iset. About a day or two later, I was requested to remove the securityfrom ...

Forte literature

929 byte By at 2007-11-25 5:03:31
Hello Forte users,Does anyone of you know about any existing book related to Forte ?I'm not looking for a "Forte for Dummies" style of book but more something around architecture and performance.Now that the product exist since a few years and that a lot of applications have been developped ...

Which is most performant?

1072 byte By at 2007-11-25 5:03:32
Hello.One of our developers has to implement a hierarchy on screen. There aretwo options for building up this object constellation in memory:1. Select all the nodes at a particular level from the database, thenselect the children. That is, do multiple Select statements, but alwaysfrom the DB ...

Evaluation of Web Enterprise Please

1347 byte By at 2007-11-25 5:03:33
Hi,I am currently investigating the the robustness and usefulness of Forte WebEnterprise in an environment that has already been using the Forte ApplicationFramework. I have already read the information present on the web site and mostof the white papers available through there. What I would ...

Connecting to Informix with Forte

698 byte By at 2007-11-25 5:03:34
We are trying use a DBResourceMgr Service Object to Connect to an Informixdatabase on NT using the DBConnect method. We are getting an Informix -461error. When I use Informix's tools to access the database I do not have anyproblems. Does anybody know how to fix this?Informix 7.23.TC9Forte ...

Accessing Request Queue

1000 byte By at 2007-11-25 5:03:35
Hi all,Is there a way to access the queued requests when a partition isblocked because of a DBSession?What I mean is, since a DBSession is inherently single threaded,all other requests for database access will be queued and onlyone will be served at a time. I want to be able to access thisqueue ...

Text Editor

784 byte By at 2007-11-25 5:03:36
In reply to Franck RASSAU:I think you are looking for a text editor?>> I'm looking for a product for Edition whick can be used with Forte. What >> do you use in your project. I am looking for a not expensive product >> like an Xactive one's or otherAnd I take it that ...

Business Objects.

346 byte By at 2007-11-25 5:03:37
Has anyone used Business Objects with Forte.-To unsubscribe, email 'majordomo@sageit.com' with'unsubscribe forte-users' as the body of the message.Searchable thread archive <URL:<a href=" http://pinehurst.sageit.com/listarchive/"> http://pinehurst.sageit.com/lista ...

accessing vertical scroll bar in an array field

922 byte By at 2007-11-25 5:03:38
Does anyone know how to access the vertical scroll bar in an arrayfield? We have window in which an array field is used to display a listof information. When the window is initially displayed, we want thevertical scroll bar of the array field to have the focus, so the usercan scroll through ...

Date Format problem...

1725 byte By at 2007-11-25 5:03:39
Hi users,Forte version : 2.e.2 and ForteWebSDKDatacase : OracleWe have a problem with a simple HTML text field which accceptsa date. When we try to update the record with some date, the following exception occurs:24-Jun-1998 04:32:28 : XV01086 : Execute failed for SQL statement in project ...

longer than 8 characters

1419 byte By at 2007-11-25 5:03:40
Hello all,We have upgraded from Conductor 3.0F to 3.0G and got the following error message whenrunning a DCE service object. Anyone know how to find out *which* directory componentis longer than 8 characters?Loading partition mcMCService_cl0_Part1 built on 24-Jun-1998 10:16:37.aud Wed Jun 24 ...

sql SELECT

1719 byte By at 2007-11-25 5:03:41
Hello to all,This is a nasty little thing I found out. Using "sql SELECT INTO:LargeArrayOfObject"to retrieve a large amount of data, In my case 3205 records, can take forever :( .( I have the time to go to the bathroom, eat a bagel and drink a cup ofcofee ).But using :for ( a: MyObject ) in sql ...

Return Status from RunCommand

1419 byte By 709327 at 2007-11-25 5:03:42
I am creating an operating system print command string on a Sun Unix boxusing enscript. When I submit the print string using RunCommand it worksfine. However, if I specify a non-existant printer the RunCommand doesnot seem to provide any feedback to the TOOL code. I am using theExitStatus ...

Callback in java mode (fwd)

2369 byte By at 2007-11-25 5:03:43
- Forwarded message -Date: Thu, 14 May 1998 16:22:56 -0400 (EDT)From: Ramamurthy Krishna Kumar <rkrishna@venus.ibcweb.com>To: barbara@forte.comCc: francis@forte.comSubject: Callback in java modeHiI am developing an application using webenterprise 1.0.B . I am using java mode. I want to ...

Tab Sequencing

1180 byte By at 2007-11-25 5:03:44
Hi All,Just a quick question. I have a window which has two arrays of data. The data in the 2nd array directly corresponds to the current row in the 1st array. What I am trying to do is to move to this second array of data automatically when the user clicks the <Tab> button on the last ...

Mapping a DropList

1321 byte By at 2007-11-25 5:03:45
Dear Forte Users,I want to map a panel( with a group of widgets ) to a TOOL classattribute in the same way we map an array field to an array of correspondingobjects. At run time I want to be able to can simply reference theattributes of the mapped object to get the widget values. The problem - ...

Worming up for Env. for Env-Mgr failover.

1680 byte By kamran.amin at 2007-11-25 5:03:46
Hello world. I have a basic question about environment manager failover.Worming up for Env. for Env-Mgr failover. I have two Forte Envs.Home env. hasA , B and C server partitions with SO.Second env. has E and F server partitions with SO. If the home env-mgr is shutdown , I expect to be ...

web

712 byte By at 2007-11-25 5:03:47
Hi forte users,Are there any good web sites on forte technical information.Is there any other material which is worthful. We(my team) are interested to develop add-ins to forte environment.welcome to your suggestions.thanks in advance...praveen Get Your Private, Free Email at <a ...

Shut down of forte'

597 byte By at 2007-11-25 5:03:48
Is there a way to programmatically shut down a Forte' application with a batch file?During a fail over of a Digital cluster, the Oracle connection is not getting resolved correctly unless we stop and reload the application.Any ideas?ThanksJohn Sawicky -To unsubscribe, email ...

add-in

722 byte By at 2007-11-25 5:03:49
How can add my own command button to forte project workshop toolbar?i want to add my customized application to the forte enironment?Is there any internal architecute to the forte which allows developersto interact with it?Please help methank you praveen. Get Your Private, Free Email at <a ...

IEEE Floating point format converstion to ForteDouble

884 byte By at 2007-11-25 5:03:50
Question:Given that I have 4 bytes of binary data which represents a number inIEEE floating point format,and I wish to convert it to a Forte DoubleData, will the following codegive me the correct answerin Value?(Assume that file is correctly set up, etc...) Value : DoubleData = new;FPoint : ...

Selective State change of ArrayField Cell

6254 byte By at 2007-11-25 5:03:51
> I don't know about Forte 2 but version 3.0.G.2 does not ignore the> state change. As someone already mentioned, you need to referesh the> array field on 'AfterFieldScrolled' event and again change the state. > We have written a class (called ArrayFieldManipulator) which can> ...

ArrayField

1242 byte By at 2007-11-25 5:03:52
Hi,I need to make a window with a time table on it which look like this : |00|01|02|03|-+--+--+--+--+Monday| | | | |-+--+--+--+--+Tuesday| | | | |-+--+--+--+--+Wednesday | | | | |-+--+--+--+--+On each cell of the spead sheet a color can be affected indicating justbe clicking in it. Multicell ...

Workflow Management

659 byte By 709322 at 2007-11-25 5:03:53
Hi folks,Is there any generic Workflow Management Framework that is pretty much onits own and can hook well into Forte other than Forte Conductor. We areaware of Conductor and its capabilities.ThanksVenkat KodumudiPrice Waterhouse LLPInternet: vkodumud@dsams.comInternet2: ...

Oracle Multi-threaded libraries and Forte R3

894 byte By at 2007-11-25 5:03:54
Hello all, I heard through the grapevine that it would be possibleto use Oracle 7.3 multi-threaded support with Forte 3.0G.(thus making Load-Balancing obsolete in this case)Has anyone given a try at this assumption ?If yes, on what platform and what versions ? Thanks,Vincent Figari You don't ...

Hlp Generator

553 byte By at 2007-11-25 5:03:55
Is there a Utility/Tool which will go thru the Forte code and generate Helpakin toForte's online help from the workspace?(a.k.a fortedoc.. :-)) Any help (no pun intended) is appreciated. Thanks much. -senthil -To unsubscribe, email 'majordomo@sageit.com' with'unsubscribe forte-users' as ...

ActiveX and Repository Problems

2169 byte By at 2007-11-25 5:03:56
Our setup:Clients:NT 4, Forte 3.0.F.2Server: Unix, Forte 3.0.F.2Central repository is located on the server, we are using ATTACHED shadows.Our clients employ the use of an ActiveX control that is a spreadsheet-likegrid. As far as we know, it is the only spreadsheet-like grid that iscompatible ...

Collection classes for Forte

731 byte By at 2007-11-25 5:03:57
Has anyone out there used a good set of collection classes for Forté?I know about the Brahma Fortify product (very good, very expensive!) and Ihave heard of a product from Born, but I can't get hold of it yet.I'd love to hear from anyone who has a) used the Born collection classesorb) ...

Expanding a treeview node.

1420 byte By at 2007-11-25 5:03:58
Hi,When I open the window, the top level nodes are displayed. I am dynamically loading the nodes into a folder of a tree view on request. When I click on the '+' symbol I expect the ususal. However, there are occasions when I have opened one of the nodes & the RequestFolderOpen event is ...

Interface problem with compiled libraries

630 byte By at 2007-11-25 5:03:59
Hello againWe have a problem with compiled libraries:Sometime we have an error that says that we try to use an interface with an object of a class that does not implement it, but in fact this class does implement the interface.We do not have the problem in interpreted mode...François ...

Nodes in environment

518 byte By at 2007-11-25 5:04:00
HelloDoes anybody knows how to get info on the nodes defined in an environment, even if they are not running?(From code, i mean, from econsole it's obvious!)ThanksFrançois BOUCHARD-To unsubscribe, email 'majordomo@sageit.com' with'unsubscribe forte-users' as the body of the ...

Corrupt Environment

1289 byte By at 2007-11-25 5:04:01
Hi all,This is a problem that keeps popping up now an again.When you look at the contents of a node in the envi-ronment, you will see a "Forte executor". If you openthis, it contains a number of partitions. Some of thesemay be "none", meaning the processes are still alive,but they are not in ...

multiples selection in listview

565 byte By at 2007-11-25 5:04:02
hi, Somebody know who i can implemented multiply selection in a list view ?RegardsBruno Munozbruno908@yahoo.com Get Your Private, Free Email at <a href=" http://www.hotmail.com"> http://www.hotmail.com</a>-To unsubscribe, email 'majordomo@sageit.com' with'unsubscribe forte-users' ...

EnvMgr out of memory

1237 byte By kamran.amin at 2007-11-25 5:04:03
Hello all, Has anyone experienced their EnvMgr dying due to an out of memory ?If yes, do you have any clue about what is eating themost the EnvMgr memory :- Number of registered partitions ? (server and client)- Number of simultaneous queries to the Name Server ?- Number of applications having ...

Small trouble when I use Word.

919 byte By at 2007-11-25 5:04:04
Hello everybody.When I want to Print some document, I use Word with OLE. If Word is alreadyopen, Forté open the same intance of Word and run the process. That theproblem. When Forté run a process and, at the same time, the user willchange something in the previous document or want ...