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...
-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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.