Search results

  1. Kalan

    Resolved Enable Browser with other objects on the form.

    Hi all, I am trying to display browser with other objects on the form. Its unix CHUI environment, not sure why only the browser gets displayed on the screen as I could not see Total: and its sum values under each column of the browser. Can someone pls suggest on this? - Thanks. The example...
  2. Kalan

    Display statement with when option

    Greetings, Is there any way to avoid blank line on the below example pls? ┌List Of Lines┐ │Text1 │Text2 │ │Text4 │Text5 └───────┘ def var lv_flag as logical no-undo init no. lv_flag = no. Disp 'Text1' skip 'Text2'...
  3. Kalan

    Break by on multiple fields

    Greetings, I am having a problem using "break by" feature to consolidate 9 columns on the report. My code is similar to below template, FOR EACH < Table Name> Break by Col1 by Col2 by Col3 by Col4 by Col5 by Col6 by Col7 By Col8 by Col9: IF First-of(Col1) AND ....First-of(Col9) THEN DO...
  4. Kalan

    Aspose.word.net Ctrl

    Hi, I'm trying to replace existing MS Word mail merge functionality by using Aspose Word .Net Ctrl. Not sure, how to render/print document without using Ms Word. My understanding is that Aspose.Word does not require Microsoft Office to be installed on the machine in order to work. In my...
  5. Kalan

    Error Memory Stomp

    The application works fine with other users - same code/OE & OS version. An issue occurs only on specific systems. System crashes with the following error. System Error when running event dispatcher Exception code: C0000005 ACCESS_VIOLATION Fault address: 6B£B61A4 01:001A51A4...
  6. Kalan

    Resolved Wait-for Statement Focus Issue.

    I'm getting "WAIT-FOR statement is not VISIBLE. WAIT-FOR terminated. (2910)" error only from OE11.6.3 version based application. Same code segment works fine on lower version(Ex. 10.2B). Debug message shows that frame is visible and sensitive. I assume somewhere it's losing focus and control...
  7. Kalan

    Question Deadlock

    Two different procedures are deadlocking each other by accessing the same record from two different sessions. Not sure if any other workaround to deal this type of scenario. Could someone pls suggest on this? - Thanks. For example, Proc-1.p Do Transaction: Access the record with...
  8. Kalan

    Question **handle Is Not A Settable Attribute For Stream Widget. (4052)

    Hi, I've the situation to get stream handle from global variable to use/refer the stream. Unfortunately, below logic doesn't work and raises an error "**HANDLE is not a settable attribute for STREAM widget. (4052)" (Progress KB - Can a static stream handle attribute be assigned to an existing...
  9. Kalan

    Answered € Stored As ? In Database

    Hi Everyone, OE 10.2B - when I enter €(euro) symbol in text field, it stored as ? in database. By looking into KB it something to do with codepage. But I have no idea to check current code page and convert into right one. Could you pls suggest on this? Thanks.
  10. Kalan

    Question Specified Activex Control Is Not Registered Or The .ocx File Was Moved From Where It Was Registered.

    Hi Friends, In order to resolve this issue, I am trying to register .OCX files, but I can't find these below .ocx files either in SYSWOW64 OR System32 location. I am using OE 11.4 with Windows 8.1 OS. I assume these .OCX files comes with windows OS. Could someone pls suggest on this? - Thanks...
  11. Kalan

    Answered Oe11.4 Control-frame Error

    Hi everyone, I'm using OE11.4 and receiving below error while running an application. By looking progressKB its something to do with OE11.4 32 bit/64 bit. My system is 64 bit but I afraid I am using OE11.4 32 bit and same configuration does not create any problem to others in my group. could...
  12. Kalan

    Resolved Server <name> Has Outstanding Asynchronous Requests. Cannot Run. (9004)

    Hello Everyone, I assume that before asynchronous calls get completes, if app server queued with synchronous call request then we get this error#9004. Progress KB - What is the Progress AppServer asynchronous request mechanism? Could someone pls shed some light what would be the possible...
  13. Kalan

    Resolved Odbc Database Configuration In Oe Developer Studio

    Hi Everyone, I've managed to setup ODBC System DSN to connect SQL server in remote machine and able to run an application successfully. However, trying to configure 11.4 Developer Studio - but I've no idea how to define parameters in Architect/Developer Studio. I mean Project -> Properties ->...
  14. Kalan

    Question 11.4 Sql Performance Issue

    Hi everyone, I've 11.4 OE with ODBC setup to access SQL server 2012 located at the remote server and Sql Server Native client in my local system. I'm experiencing very poor performance of running a query or retrieving records with this environment setup as it taking hell amount time to bring...
  15. Kalan

    Question Oe 11.4 Sql Reposition-to-rowid Fails In Sql Db When Number Of Buffers More Than 4

    As I am using OE 11.4 Sql server 2014, QueryHandle: REPOSITION-TO-ROWID (Arrayvariable) fails to navigate/reposition to record using REPOSITION-TO-ROWID(array varaible) - i.e. using dynamic nested queries with outer-join. This issue only occurs when dynamic query nested join composed with...
  16. Kalan

    Insufficient Disk Space Or Write Access Denied. (291)

    Insufficient disk space or Write access denied. (291) comes when an application tries to generate the file at n/w drive. I've check all these below criteria, everything looks all right - i.e. User has write access privilege and 3 GB space free space available. Could someone pls suggest any...
  17. Kalan

    X-document Load Function Returns Error

    Hi, Could someone please tell me how to debug when X-document load function returns error on below scenario, not sure why I get an error while loading valid XML file. May I know how load function validates/return error on this case. Thanks. pseudo code data/code: ================ Sample.xml...
  18. Kalan

    Resolved Openedge Architech Refresh Issue

    Hi everyone, Accidently I've overwritten my local drive files from remote server. My little hope is architect ask the question, Resouce is out of sync with the file system Press 'F5' or select File>Refresh to refresh the file - Is there anyway to recover my previous copy without refreshing? I...
  19. Kalan

    Resolved Application Screen Only Appears On Taskbar

    Hiya, I work on 10.2B GUI application. Not sure what I messed up if I trigger to call child screen from main screen child screen only appears on windows task bar, unable to view or make any entry. Any suggestions pls? Thanks.
  20. Kalan

    Cursor Focus While Displaying Message Box.

    Hi all, When multiple applications opened along with OE app, if I display any message alert system focus message alert with other application on background( i.e. not OE app). For ex, I have outlook opened, I loginto OE app to create any customer record if any user defined error raises, system...
Top