openedge abl

  1. M

    Question how to display browser fields dynamically

    I'm displaying temp-table fields in a browser using free form query. i have 10 fields in my temp table but i want to hide and show some fields based on a condition i have tried this below code on row display of browse trigger , but i'm getting the error as you can see in the picture. DO...
  2. M

    Question How to add fields to a temp table by using its handle (it can be either temp-table:handle or temp-table:default-buffer-handle)

    -this is the method in my class -either i can get temp-table:handle or temp-table:default-buffer-handle -is it possible to create field in both cases if not how do i can approach in other way METHOD PUBLIC VOID loadFilesFromDir(INPUT cipDir AS CHARACTER , INPUT iphbufhandle AS...
  3. M

    Question How do i know its a valid directory and how i can know the handle belongs to a temp table

    METHOD PUBLIC VOID loadFilesFromDir(INPUT cipDir AS CHARACTER , INPUT iphbufhandle AS HANDLE ): DEFINE VARIABLE cFile AS CHARACTER NO-UNDO. DEFINE VARIABLE cFilePath AS CHARACTER NO-UNDO. DEFINE VARIABLE cFormat AS CHARACTER NO-UNDO. INPUT...
  4. P

    Using Datadirect to connect remotely ms sql hosted in win platform to the progress d/b in linux platform

    I am trying to connect ms sql database remotely to the linux environment. In linux machine i created datasource which is successfully connected when i try to run sample example provided by datadirect. But when I try to make schemaholder to connect ms sql databse to progress in linux, it pop up...
  5. A

    Question .NET delegates in progress 4GL/openedge

    We have seen in the documentation that .NET delegates are not supported in progress. Source: OpenEdge 11.7 Documentation But is there another possible way to convert this line of C# code to working progress code ? C# code: ldapConnection.SessionOptions.VerifyServerCertificate = new...
  6. G

    Question Implementing Session Timeout In Gui

    Hi All, I was looking for was to implement session timeout in GUI and followed the link and its working but have side effects where all the click events (like buttons) needs to be double clicked before it executes action. Progress KB - How to programmatically timeout an ABL session? Checking...
  7. Hikmet_Alemdaroglu

    Get External Ip with msxml2 1.0

    Progress 4gl msxml2 example. Read external ip address with msxml2.
Top