827 byte By
at 2007-11-25 5:07:25
Hi Forte Users,We are currently working on the feasibility of developing OLE interfacefor our existing Forte services. In that process we are wondering about thereliability these Forte OLE servers as compared to any other normal ForteServers. Has anyone have any experience of using them or any ...
936 byte By
at 2007-11-25 5:07:26
Has anyone used FTP to transfer a file from a forte application on oneserver to another application on a different server. For example, I want toFTP a file from our forte app on a sun Unix server or from a windows NTserver to a mainframe server. The forte books say the external connectionclass ...
810 byte By
709330 at 2007-11-25 5:07:27
When using File class I could not find any attributeor method saying if the file is opened or closed. Itseems to me that the only way is to call a methodexpecting that file to be opened and catch theexception if not. May be I overlooked something. Ifnot I would appreciate any ...
14 byte By
at 2007-11-25 5:07:28
2579 byte By
at 2007-11-25 5:07:30
Hi Everybody,This is what my code for printing a window looks like. I am using this codeasa generic code for printing any window (including the child windows) from mysupermost window. beginif (self.window.printdialog(printoptions = self.window.windowsystem.defaultprintoptions,showsetupdialog = ...
Hello Forte Users,Our company has acquired a software product called Maestro. It's aproduction scheduling facility that manages tasks for batch mode execution.We would like to know if anyone out there has had any experience using thisproduct with Forte. One recommendation that we discussed was ...
903 byte By
at 2007-11-25 5:07:32
Hi,Can anyone tell me how to turn Forte's autostart on or offfor all partitions on a node or for partitions individually.Pascal RottierSTP - MSS Support & Coordination GroupPhilip Morris Europee-mail: Rottier.Pascal@pmintl.chPhone: +49 ...
3424 byte By
at 2007-11-25 5:07:33
I have just ventured into the world of interfaces and dynamic classloading hoping that I would be able to use them to solve a design issuethat we have. The basics seem to be working, and I think that I'm realclose to what I want, but I've encountered a problem that I can't figureout how to ...
601 byte By
at 2007-11-25 5:07:34
Hi,While forte interpreter traps such exceptions, they generate core dump when compiled partitions are run.Is there a specific text pattern or logic that could be analized in the pex source files to identify suchsituations ?Thanks,J-Paul GabrielliDTS -To unsubscribe, email ...
1208 byte By
at 2007-11-25 5:07:35
I have a question with regards to supplier plan overhead. One of the things theForte Immersion Program taught us was to look for the Display project in nonwindow projects. Seems like common sense why have it there if it is notrequired. I think the reason goes beyond that though and has ...
14 byte By
at 2007-11-25 5:07:36
1268 byte By
at 2007-11-25 5:07:37
Hello all,We have a situation where we have 3 Forte testing environments installed ona Unix box and a development environment on a Windows NT box. For our errorhandling, we write messages to a custom log file. If an error occurs on aservice object, the error message is written to a copy of this ...
14 byte By
at 2007-11-25 5:07:38
1187 byte By
at 2007-11-25 5:07:39
Hi folks!What's the best way to store graphic images for use in dynamic widgets on a window.What I want to do is have an outline field with ticks and crosses in various columns to visually denote their boolean values. I've got it working by creating invisible pictureGraphic widgets at the ...
626 byte By
at 2007-11-25 5:07:40
Has anybody integrated crystal report using forte event : (1) we have created a report using crystal (2) I want to display report when : a) Forte event is triggeredand allow user to view the report on screen and print if needed appreciate your assistance thanksJason Uppal -To unsubscribe, ...
3422 byte By
at 2007-11-25 5:07:41
Hi,Is there any process that removes the 'IDs' information from pex files ?For a diff between two plans, one with ID and the other without for example ?Thanks,J-Paul Gabriellibegin 600 WINMAIL.DATM>)\^(@P-`0:0" `$```````!``$``0>0!@`(````Y 0```````#H``$(@ <`M& ...
14 byte By
709328 at 2007-11-25 5:07:42
737 byte By
at 2007-11-25 5:07:43
Hi John,I missed the database part. Our database resides on a differentmachine. All the partitions are on another machine. Both of themare Unix boxes though. Every time we do db access, we have to goto the other machine where db is resident to get the data.-Rajeev Talwar Get Free Email and Do ...
609 byte By
at 2007-11-25 5:07:44
I know this question has been asked before but I had no luck looking in thearchives.I am looking for a way to automate keystrokes into a VT100 terminal sessionwith some control from the Forte world any general ideas on this subjectwould be appreciated. Thanks -To unsubscribe, email ...
668 byte By
at 2007-11-25 5:07:45
Hello ! Context :You can register for an instance with a name in the object locationmanager.Later, you can obtain a proxy on it with the bind method of theobjLocMgr.You need the name of the instance you want to bind.The name is structured with / (like directory on hard disk).Inside an ...
1192 byte By
at 2007-11-25 5:07:46
Hi,I have the following problem: when I am trying to run the following code:lEnvironmentAgend.executeCommand('LoadApplication myApp');I am getting the following exception:USER ERROR: One of the parameters given does not match its expected type.Class: qqsp_UsageExceptionError #: [1201, ...
427 byte By
at 2007-11-25 5:07:47
Has anybody tried to send/return arrays of scalars (such as array of string)with COM & Forte?-Martin -To unsubscribe, email 'majordomo@sageit.com' with'unsubscribe forte-users' as the body of the message.Searchable thread archive <URL:<a ...
2289 byte By
at 2007-11-25 5:07:48
Hi all,We have a small problem with autostart.We have an application with a number of serviceobjects and 5 partitions.Two of these service objects need a contextthat is not supplied by the nodemanager. Theyare both in one of the 5 partitions without anyother service objects.The nameservice has ...
2430 byte By
at 2007-11-25 5:07:49
Hi there, I have a number of table manager classes, each of which saves data totheir respective table in the database. With these tables it is likelythat they may be locked by other users on occasion so I have put inexception handlers on the managers to cater for this. The user has theoption to ...
1361 byte By
at 2007-11-25 5:07:50
Hello,We are facing to a problem of building a shared library (C++ Api) Via aforte application. We want to use this API in Windows Nt Plateform in orderto interface with a c++ Application.The steps we follows are :We make the distribution of our Forte Application under unix (aixplatform). When ...
1390 byte By
709332 at 2007-11-25 5:07:51
In our Forte application, so far, we had single instance of PersitenceMgrSO. Now we have replicated (replication count is 3) it for load balancing.W.r.t. the replication, I have a question here.When we make a call to PersitenceMgrSO, it will go to any one of thesePersitenceMgrSO's (selected by ...
I was wondering if FORTE provides functions that allow a user to haveright-mouse click functionality. For example say that I want my users tohave ability to highlight some text in my FORTE application then right clickand select 'copy'.Thanks.--Reserve your name now at <a ...
312 byte By
at 2007-11-25 5:07:53
It seems that the first row in a arrayfield is not draggable. We havetried several approaches that seem to make things worse.For example, we tried <aArray>.state = FS_DRAG; This made the first rowdragable but the vertical scroll bar disabled.Any clues to this one. ...
1807 byte By
at 2007-11-25 5:07:54
Dear Forte Jedi's;I have been charged with the task of Architecting a DCE / Forte Security System.Ultimately, what we would like is for our users to be able to logon to their PCor a server with one userid and password combination and have this systemcontrol what they can and can not access. We ...
535 byte By
at 2007-11-25 5:07:55
Does anyone know how to implement a droplist that does not require an item to be selected? I would like to be able to have a drop list for a query window where the user can optionally select something from the list or leave it "blank". In other words, I don't always want an item selected on a ...
1207 byte By
709338 at 2007-11-25 5:07:56
All forte users,I have a problem related to the SystemCloseWindow mechanism.>From my main window, I create, opening it with 'start task' Forte statement, some sub-windows themselves having sub-windows and I would like to close all the sub-windows depending on the parent window by closing ...
854 byte By
at 2007-11-25 5:07:57
Hello, I would like to have a datafield which is empty (blank) if no value wasspecified and which displays the value if there is one. The value cannot exceed a maximum value.So I want to use a domain field to avoid N/Aand to check maximum valueI defined a domain class with superClass= ...
1169 byte By
at 2007-11-25 5:07:58
Hi,I seem to recall there is an event you can listen forwhen the communication manager terminates aconnection to a service. This way, you don't haveto wait until you actually access the service todiscover it's gone.However, I can't remember what this event is andI can't find any ...
I have to develop an application with the following architecture:1 SOcentral in Central_Environment in application_server132 Department_Environment with a SOdepartment that references SOcentral,each environment in his own application server.My question is, how reliable is this architecture, ...
1435 byte By
at 2007-11-25 5:08:00
Hi happy users... i have to change the Forte development machine from AIX to NT, and i face some problems with the batch scripts :we have a korn shell script on Aix wich Rpstop the repositories, Shutdown and save the environment, save Forte directories, Rpclean the repositories, restart the ...
584 byte By
at 2007-11-25 5:08:01
Dear Forte Users,I am a new Forte user.Can u please tell me the differenc between ftcmd and ftexc.Thanks in advance.Sreekan 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 ...
1228 byte By
709319 at 2007-11-25 5:08:02
Hi,we found some problems in using Express 2.0.G and Microsoft Access (Office95 and Office97).When we use optional link in Business Model, these are translated in outerjoin and Access can't process them correctly.Did anybody found something like that?The only workaround we found was to use ...
2487 byte By
at 2007-11-25 5:08:03
Forte Folks,I have run across a supplier plan problem that I think I can explain, butwould like confirmation and maybe further explanation on.The scenario:I have three plans (PlanClasses, PlanSO, and PlanTester).PlanClasses has classes that PlanSO and PlanTester use, including aninterface ...
All,I'm getting a strange error when running our app after a make distribution:SYSTEM ERROR: Can't get scope 20027.Class: qqsp_ImplementationExceptionError #: [201, 5]Detected at: getScopeClass at 1Last TOOL statement: method TopsStarter.StartMethodError Time: Tue Apr 20 18:18:59Exception ...
1196 byte By
at 2007-11-25 5:08:05
When I instantiate a class using the new() method and pass a value for oneof the attributes of that class as a parameter to the new() method, doesForte assign the value to the attribute before executing the init() methodor after executing the init() method?For example, if I do the following ...
475 byte By
at 2007-11-25 5:08:06
If you are "running distributed" out of the repository,the partitions will start up in numerical order, butthis no longer happens when you make a distribution.-To unsubscribe, email 'majordomo@sageit.com' with'unsubscribe forte-users' as the body of the message.Searchable thread archive ...
1592 byte By
at 2007-11-25 5:08:07
Hi,in our project we have two server applications (lets call them ServApp1 andServApp2): ServApp2 partitions are compiled, installed on an Unix box andare configured as reference partitions to ServApp1 (which in turn isinstalled on an NT box); in ServApp2 we access C wrapped libraries and theDB ...
806 byte By
709330 at 2007-11-25 5:08:08
Hi,Does anyone know if there is a way to re-raise an event in Forte.I have some nested event loops (event handlers registered from withinother event handlers) and want all registrations to recieve the event.Is this possible without having to have seperate threads for each nestedevent ...
1526 byte By
at 2007-11-25 5:08:09
Hi,Just wondering if anyone out there has had any success running a (interpreted) forte application from a Windows NT service.Things seem to work okay when I run the program from the command line, but NT services are a whole 'nother kettle of fish.For starters, if I use the SRVCINST utility, ...
698 byte By
at 2007-11-25 5:08:10
I am building a radio list dynamically in TOOL code based upon certaincriteria. I can get the list built no problem. But, I want to "select" acertain element based on an attribute I check on the object. So the elementI want to appear selected may be element 2 or element 5 or element x. ...
1140 byte By
at 2007-11-25 5:08:11
Hi,I would like to find out my partition agent from my active partition agent using system agents facilities. I have tried navigating through the agents and the parentAgent attribut. Unfortunately, it seems that the navigation uses the Node View Hierarchy.It means that ...
849 byte By
at 2007-11-25 5:08:12
After upgrading to Win NT 4.0 service pack 4, one of our application users is having problem in starting the application. Forte launcher is started, but the application window never shows up. But the e-console shows the user node entry. Anybody has experienced this problem with Win NT 4.0 ...
2537 byte By
at 2007-11-25 5:08:13
Software: Forte 3.0.J.Server Platform: HPUX 10.2Database: OracleProblem Description: During the course of development, I ran into aproblem using multiple columns in an sql UPDATE/SET statement. I was tryingto update a.COLUMN_1 and a.COLUMN_2, which constitute part of the primarykey of ...
706 byte By
at 2007-11-25 5:08:14
Hi,we are looking for printing tools on Aix server interfacing with Forteand Oracle (batch print for billing).What are you using and have u something to tell about ?Thanks. Cordialement.Patrice BourdonAlliance Sante FranceTel : (33) 02.54.60.26.27Fax : (33) 02.54.60.25.00e-M@il : ...