Search results

  1. Marco Mendoza

    [OpenEdge] Failure getting record lock on a record from table

    what are the table index?
  2. Marco Mendoza

    Question What is the difference between After image and Incremental backup?

    After Image: Progress KB - Basic guide to After-Imaging Incremental backups: OpenEdge 11.7 Documentation
  3. Marco Mendoza

    Question Does progress need any code changes when web service call changes from Http to Https

    I changed the socket CONNECT port number and added -ssl parameter.
  4. Marco Mendoza

    4GL triggers - DELETE

    I would use local vars or temp-tables.
  5. Marco Mendoza

    Question Sending POST requests from Progress 4gl

    Take a look at Progress KB - How to send a POST to a REST service using ABL Sockets? Progress KB - Sample code to access a web site via HTTP with ABL Sockets
  6. Marco Mendoza

    Limit User connection

    If you are on UNIX yo can modify the ".profile" and limit the user connections. COUNT=`who | grep ${LOGNAME} | wc -l` if test [ $COUNT -gt 4 ] then echo " " echo " You have 4 open sessions" echo "" echo " Close one and try again" sleep 6...
  7. Marco Mendoza

    extract import

    IMPORT
  8. Marco Mendoza

    Question Status Default In Windows Vs Tty

    try STATUS INPUT "F1:Continue".
  9. Marco Mendoza

    Question Display Zero @ Decimal Datatype

    what is your code?
  10. Marco Mendoza

    Question Read File (img) Binary

    Here an useful site Labelary Online ZPL Viewer You can paste your ZPL code and see the label on the screen. What is the best part? You can upload an image and the app will show the ZPL code.
  11. Marco Mendoza

    Question Please Help Me To Understand This Line - If Recid(pckc_mstr) = -1 Then.

    And from Qad Knowledge database: glt_det is use by "" on tty ? Wait or press CTRL-C to stop. (121) Author: Tomasz Bladkowski Article ID: AA-46251 Views: 115 Created: 09-01-2009 11:46 AMLast Updated: 09-01-2009 12:13 PM fact: eB2.1 SP7 and below fact: woworc.p fact: 16.11 Work Order Receipt...
  12. Marco Mendoza

    Question Please Help Me To Understand This Line - If Recid(pckc_mstr) = -1 Then.

    From 2012 peg email: If my memory serves me right, I believe that is coding logic needed when you are running against an Oracle database instead of Progress. QAD's applications, written in Progress, can be run as-is against an Oracle database. However, Oracle and Progress behave differently...
  13. Marco Mendoza

    Getting Error >>>>please Do Needful

    Progress KB - Error 724 running .r code with a Runtime license Cause While the necessary Progress licenses are installed to run .r code, the -rx parmeter cannot be used to run compiled r-code. The -rx parameter (Encrypted Compiler Mode) should only be used to enable query or run-time Progress...
  14. Marco Mendoza

    Question How To Know Database Server Hour

    It worked too Tom! Thank you.
  15. Marco Mendoza

    Question How To Know Database Server Hour

    It worked like a charm, thank you!
  16. Marco Mendoza

    Question How To Know Database Server Hour

    On AIX I have the transactions (materials transfers); and on webspeed I need to display (like an ANDON system) the ellapsed time since the transaction to Now; the problem was "Now" is not the same hour on Webspeed. Ideally both servers should have the exactly same hour .. ideally.
  17. Marco Mendoza

    Question How To Know Database Server Hour

    Team, I have a question about how to get the database server Time. My OE database is on a AIXSever (OE 10.1C04). I have a Webspeed application, runs on a Windows Server (IIS 6.0), the AIX database is connected. The time between both servers is different, by 7 minutes more or less. Example, If...
  18. Marco Mendoza

    Bom Extract

    Or 13.8.18 Simulated Picklist Report
Back
Top