Search results

  1. R

    Answered System tables (_table, _field, etc.)

    Hi, I am looking for Log changes at some particular tables and before develop some Log system for each table I am trying to see if OpenEdge does not have anything embedded. Do we have any chance to track changes made at any record/table using System tables? Or does OpenEdge have any...
  2. R

    Answered Can we have more than one trigger program for the same event?

    Hi, We have a system from a Third Part. At the dictionary, for a particular table there is already a program for WRITE event. We can't amend that existing program and also we don't want that. Is there any way to put a second trigger program for the same event, please? Regards, ROlguin
  3. R

    Smartpanel - SmartBrowser & Smartviewer

    Hi, OpenEdge 10.2B Does anyone would know how to work on this, please? I have an SmartFolder where in the page(1) has an SmartBrowser and in page(2) has a SmartViewer. I managed to display the same record in both objects no problem. I mean, I am able to see the details of...
  4. R

    How to bring 2 decimal number in the Dec function

    Hi, I am having problems to convert two strings, one representing integer and another the decimals. When I have 10, 20, 30, ...., 60, 70 as decimal - like: 1.10 or 1.30 I am getting 1.1 , 1.2, 1.3 ....etc.. DEC(STRING(stock.curr-stock) + "." + STRING(stock-in,">>9")). Thank...
  5. R

    When would be possible to add new Extension Files into OE 102B02 ONLINE database?

    Hi, Does someones knows if it is possible to add new extension data files in an ONLINE database? Open Edge 102B02 64 bits. Operation System: Redhat 5 Thanks in advance.
  6. R

    How to make the Columns from SmartDB sorteable by clicking in it?

    Hi, I have added this code on the event START-SEARCH event of the SmartBrowser. I did that because I have the same code into another program which runs perfectly - ordering acend and descend for any column for the Browser. What do I missing here? DEFINE VARIABLE hCol AS HANDLE...
  7. R

    Assigning a Query Selection with more that one field

    Hi, Can anyone give a help on this what am I doing as wrong, please? This assignment does not make any effect - The Query keeps showing all records of the table. /***************************************************************/ DEF VAR c-fieldname AS CHAR NO-UNDO. DEF VAR...
  8. R

    Dynamic Filter OpenEdge 10.2B02

    Hi, How I would get the value of fields from a Dynamic Filter? I mean I have create an instance of a Dynamic Filter (h_dynfilter) in my GUI Application and it works perfectly but I want to have another button just to take what values the user have typed in in two fields of...
  9. R

    Which one is safer: Proxigen (DLLs) or WebService?

    Hi, Which one is safer: Proxigen (DLLs) or WebService? Regards,
  10. R

    Images from WebSpeed Tools are not showing up

    Hi, The WebSpeed (102B) it is running perferct apart of the images which are not showing up and IIS is version 5.1. I have already try to change the permission (Read/Write/Scripts and executable) for that Virtual folder into the IIS but non of them has made any difference to show up...
  11. R

    How many users can I cover with WebSpeed-Appserver 5 Licenses?

    Hi, How many users can I cover with WebSpeed-Appserver License - 5 users? I need to know more or less: 50 users, 100 users , a thousand. I know the Web users will do only requests but is it real the costs might increases depending of how many users are connecting? Regards,
  12. R

    WebSpeed Settings - cgiip.exe error message

    Hi, I am trying to setup WebSpeed in a Windows XP and IIS5 - I have setup WebSpeed 3.1A in this platform before BUT I have issues with OE102B now. I have: - copied the cgiip.exe and cgiip.wsc from C:\PROGRESS\OpenEdge\bin to C:\Inetpub\Scripts ; - Given permissions to Read & Write and...
  13. R

    Web Application Renting

    Hi, Our vendor is offering us an option of Renting a Web Application (Sales Order Inputing). He is saying the Anual fee will cover the Application Cost and Progress Licenses (OE 102B). My question: Do we need to pay Progress License costs for this as our Database is already...
  14. R

    Function invoked dynamically not found

    Hi, I have started to use dinamics, but I think I missing some step: Error message: "User-defined function 'removeQuerySelection' invoked dinamically but could not be found. (5639)" "User-defined function 'openQuery' invoked dinamically but could not be found. (5639)" I have created...
  15. R

    Licenses Costs 2011

    Hi, I work for a company which deals with a Progress Developer Partner. We are in process of renewing our OpenEdge 10.2B licenses for 2011. And we see the costs for this going a bit unreal. How do we know if they are applying the fair costs? I saw costs for Progress Licenses in...
  16. R

    WebSpeed Agent Settings - NOT succeeding to connect in a database in Linux Server

    Hi, I am getting NOT Conection to the database when I try to add the pf file name at the Broker Settings in a new Broker or even using the default wsbroker1: - Properties; - Agent; - General: Agent Startup parameters: -p web/objects/web-disp.p -pf...
  17. R

    WebSpeed Windows License - Control broker connections between 31A and OpenEdge 102B

    Hi, Is there any difference with licenses between WebSpeed 31A and OpenEdge 102B? I mean, as far as I remember 31A - if you have 5 users connection that would give you 25 users doing requesting. Is that the same in Open Edge 102B? Thanks in advance for your attention on this. Kind...
  18. R

    Releasing a GUI program with ADM2 Objects

    Hi, I have created a new GUI Program, it is working fine when I run from AppBuilder. But when I go for release it I am having problems with SmartDataBrowser and SmartToolBar, more especifically - adm2\dyntoolbar.w I have brought the entire folder to ADM2 to the Library .pl...
  19. R

    How can i do some validation before I save using dyntoolbar Object?

    Hi, Can someone give some examples how can I do validation before the Save Button it is pressed on dyntoolbar? Thanks in advance for any examples. Regards,
  20. R

    How can I enable (view) and disable (hide) a Smart Data Browser?

    Hi, I have create a simple SDB (Linked to a SDO) from Appbuilder. In the SDB's properties I have unflagged the properties: Enable and View. How can I enable the: Enable and View properties on fly now depending on a event, a button, for example? Any example will be...
Top