Search results

  1. P

    Is there any nice way to eliminate Tab in a Text

    Hi, We have a text editor field in a table. Users will do a copy and paste from the MS Word to that text. So the text contains 'Tab' -> (Word they used the tab format the text). It will not visible in the Text editor of Progress. Only a space is visisble. But it creates problem, while export...
  2. P

    Is there any way to do this in editable browser

    Hi, Progress ver 10.2B GUI We have three columns in a browser. They are ID, Type and Value. ID and Value are editable. If the user enter any ID value say A,B Or C then type can be decimal, Date , Integer , Percentage Or a characher for each type. How can I have a value field in the browser...
  3. P

    Tree View OCX error - .Net Framework

    Hi, In our product we are displaying the Bill of material in a Tree View. For tree View and Image List we are using OCX. For Grid we are using ComponetOne (a third party grid view) Please see the attached document. Now we are using .NET frame work (wrapper) for new look and feel. We are...
  4. P

    MSVCR80.dll has any issue with WIN7

    Hi, Any one face Progress Client CRASH due to MSVCR80. (Reason not known) If the client is running for more 10 days continues, it seems like some memory leakage happening. OS we are using is 2008 R2 64 -bit. Is there any compatibility issue with 64-bit OS and above mentioned dll. Regards...
  5. P

    Progress Crash

    Hi, In Line # 420 anything unusual. This Process Events can cause a Memory Leak? -Philip- 406 &ANALYZE-SUSPEND _UIB-CODE-BLOCK _PROCEDURE p_ReadQueue C-Win 407 PROCEDURE p_ReadQueue : 408 /*------------------------------------------------------------------------------...
  6. P

    Progress Crash

    Yes true . Thanks -Philip-
  7. P

    Progress Crash

    Hello Tom, Thanks a lot for your reply. As you mention on your reply "The trace files are telling you what line number blew up. So look at the source and see what it is doing at that point..." . I also had the same idea after I saw the Line# . What I did I compiled the .w with List option and...
  8. P

    Progress Crash

    Three of our customers reporting same issue of Progress CRASH. We have a procedure(.w file ) , running on a separate icon in the Server itself with -p param in the command line . This setup we used for Auto CAD interface. Customer is saying it crash after 3 days (Number of days may not be...
  9. P

    How to get a teamp tabe value in calling screen

    Hi, One of our existing screen x.w is calling y.w. In x.w we are defining a New shared temp table and y.w will populate that temp table since it is a shared temp table in y.w . Once the user Save and close y.w , temp table updated records gets displayed in a browser of x.w. Now we are in a...
  10. P

    How to close child window when Parent close - using Publish and Subscribe

    Hi, Can anyone help me for the following. I have a window x.w and a button which calls y.w persistently. When x.w close, I need to close the child y.w. Please tell me , how is it possible using Publish and Subcribe functions? Help me with some code snippet. TIA Regards Philip
  11. P

    ODBC-64 bit will improve the performance?

    Hi, Our Progress application has an interface with AutoCAD via a VB interface application. Here we are using ODBC-32 bit and Progress Database 32-bit. AutoCAD also 32-bit. OS is WIN-7 64 bit . This setup is working fine with out any performance issue. However rencently one of our customers...
  12. P

    9407 Error - while connecting to AppServer

    Great Informations. Thanks a lot. Now it is working. Regards Philip
  13. P

    9407 Error - while connecting to AppServer

    Thanks a lot for you reply. Please tell me , how can I add the port of the Name server in my connection string? Or you mean instead of the broker port do i have to use the NameServer port number in -S ? I used the NameServer port( -S 5162 instead -S 3091) in the connection string , that time I...
  14. P

    9407 Error - while connecting to AppServer

    Dear All, OS :- WIN7 - 64bit Progress :- OE 102B I started the AppServer and trying connect the client using the below code ASSIGN ret = servhd1:CONNECT("-H WS056DT0099PRD -S 3091 -AppService Test"). MESSAGE ret VIEW-AS ALERT-BOX INFO BUTTONS OK. I am getting an error as shown below...
  15. P

    Is there any way to Compare Two Databse schemas

    Hi, We are having situation as follows. Last 1 year we are working with a new version of our product(950).It involves lot of DB changes over the LAST released version(940). During the Db changes End of the day, we prepare the Delta and apply on 940 DB. End of the development , when we took...
  16. P

    _mprosrv processes accumulating memory

    Hi All, We noticed that in the window Task Manager _mprosrv processes is keep on accumulating in the list. It is not releasing the memory. Can anyone tell us why it is behaving like this? Any ways to release the memory. Is it a expected behavour? Any precation we have to take from our end...
  17. P

    Deploy and compile application code developed in 32 bit, to 64 bit

    Hi, Kindly throw some light on this below issue. I have a PL , Developed and compiled against 32-bit database . I am trying to deploy that PL with a 64-bit database. It is running fine however it is slow. Do i have to compile the source code with 64-bit database? Anyother thing I have to...
  18. P

    documents which tell me about the Parameters to set for 64-bit

    Dear All, Let me tell ypu what I have done so far:) I created a databse from a databse backup in 64-bit Progress DB environment. (This backup is from 32-bit db). I started the DB in 64-bit DB environment. (OS:- R2-2008 Windows Server) Then I connected a client (32-bit) to the above...
  19. P

    Can a 32 bit OpenEdge client connect to a 64 bit OpenEdge server

    Hi, OS: - R2 WIN 2008 Server 64-bit. Progress installed :- OE Enterprise RDBMS 10.2B 64-bit I started the Database in the above Server. Now I am trying to esablish a client connection from another PC, where I installed the open edge studio 10.2B 32-bit. Is it possible to connect to that...
  20. P

    Progress 64-bit 10.2B

    Thank you very much for your reply. One more doubt , to start the db in 64-bit mode , do I have to OE Development Server or any other component? Kindly advise. Philip
Back
Top