Recent content by rolguin

  1. R

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

    Ok, I was only checking the possibility to see if it was doable. I gave it a try. So, I put our trigger at the event WRITE for a certain table and then at the end of the code (our trigger) I just simply did a Run their trigger. Now, I am getting the following errors...
  2. 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...
  3. R

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

    Ok, Do we have any chance to make both running, without one calling the another? Regards,
  4. R

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

    Sorry, Just the first one in the Propath. Right? ROlguin
  5. R

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

    Hi Cringer, Thanks for your quick reply. If I leave my trigger program with the same name as the vendor's. Does the event runs both trigger programs? Or just the first one that it finds? Regards, ROlguin
  6. 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
  7. R

    Smartpanel - SmartBrowser & Smartviewer

    Hi Sergio, No problem. I have defined a Smartlink the way as you've said betweem the browser b-customer.w and the window. But I failing to Publish "Doble-Click-CustomerBrowser". In reality, I don't know how to do it. Thanks, Regards,
  8. R

    Smartpanel - SmartBrowser & Smartviewer

    Hi Sergio, In your ZIP file was missing the browser b-customer, Maybe the trick is there. Thanks, Rgds, ROlguin
  9. R

    Smartpanel - SmartBrowser & Smartviewer

    Re: SmartFolderl - SmartBrowser & Smartviewer Hi Sergio, Thanks very much for the sample. But I am not sure if we got the correct idea. How can I make the double-click trigger from the browser call your procedure "Double-Click-CustomerBrowser" which is in the Window? I have just...
  10. R

    Smartpanel - SmartBrowser & Smartviewer

    Re: SmartFolderl - SmartBrowser & Smartviewer Hi Sergio, Sorry, yes I made a confusion here. It is a SmartFolder. So: How can I make the changing programatically from Page(1) to Page(2) - using the double-click into a SmartBrowser which is instanced into Page(1)? If I move all the...
  11. 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...
  12. 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...
  13. 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.
  14. 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...
  15. 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...
Top