Search results

  1. R

    Error SonicMQ Adapter OutOfMemoryError

    Hi, I posted the same thread on PSDN but hope someone here can shed some light on it as well. We have a problem in sending a large xml message (40M) to Sonic broker/container. Our client's application is running on Progress 9.1E and SonicMQ 7.5, I found that the default memory limit for MQ...
  2. R

    record scope and lock question

    Hi, To my understanding, if a record is being updated with an exclusive-lock, the record lock will not be released until either the transaction or the record buffer is out of scope the last. Looking at the following two listing files, both customer buffers are scoped to the entire procedure...
  3. R

    AI Roll Forward and Recid

    Hi, Does AI roll forward re-calculates the Recid for each row? Thanks
  4. R

    Data Binding Microsoft .NET Chart Control

    Hi, Have anyone used MS Chart control for .NET. I tried to use it on my 10.2B forms but was unable to get the chart displayed, it throwed an error (pls see attachment). Here is the simple code I tried: DEFINE PRIVATE VARIABLE chart1 AS System.Windows.Forms.DataVisualization.Charting.Chart...
  5. R

    Crystal report printing problem

    Hi progresstalker, I am in a frustrating situation in troubleshooting a crystal report printing problem: I run the following code in the production eviroment, where a lot of shared printers are accessible, through remote desktop. However, after I select the printer, crystal report doesn't...
  6. R

    Printing Issue via IE API

    Hi Guys Our application has a procedure using the following code to do file printing. Before we call this procedure, we output the file to html format. This routine has been working for years. But lately, our main application hangs when our users try to print the document. It doesn't happen...
  7. R

    Windows Ribbon Framework

    Has anyone tried the Windows Ribbon Framework APIs to create Ribbon style menu and toolbars in Progress, say 10.2B? I know the APIs require callback functions that Progress doesnt' support. Would like to know if it's possible to make such an attempt (implement the APIs in Progress). Thanks
  8. R

    printing on shared receipt printer in Win 7 doesn't work

    Hello Guys, I have encountered a problem with printing on windows 7 from 4gl code. we have two computers(till_01 and till_02) just upgraded to Win7, and a receipt printer is installed and shared in till_01, When we tried to print a cash receipt from till_02 using the following code, we...
  9. R

    Progress10.1B Debugger in Unix

    Has anyone used progress debugger in Unix? I entered the proDebugger command and it gave me this message: OpenEdge Release 10.1B03 as of Fri Nov 2 22:11:46 EDT 2007 You must set the DISPLAY variable before running the Debugger. How do I set the DISPLAY variable, Any ideas. Thanks in...
Top