python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is it possible to give scope defined value for handle? - PROGRESS 4GL
Is it possible to give something like below?
&SCOPED-DEFINE Tablename "Customer".
DEFINE VARIABLE hFieldBufferHandle AS HANDLE NO-UNDO.
DEFINE VARIABLE icount AS INTEGER NO-UNDO.
hFi...
Bharat
Votes: 0
Answers: 2
How to validate a file input path? - PROGRESS 4GL
Below query helps to validate when I keep invalid path. The problem is its failing when I enter " \ " or "." or any special characters. How to validate them?
FILE-INFO:FILENAME = &...
Bharat
Votes: 0
Answers: 1
How can I force an Oracle Heterogeneous query to send the where clause to the ODBC driver?
I am using Oracle 21c XE for testing. I have installed a Progress Openedge ODBC driver, and created everything including a DB link needed for Heterogeneous Services. When I execute a simple "sele...
Paul Stearns
Votes: 0
Answers: 1
How to hide form fields data? - PROGRESS 4GL?
Below query is giving results as expected but it fails to hide form field value when the variable lvl_select is set to Yes or No after updating the form fields.
Expected Results:
When lvl_select = Yes...
Bharat
Votes: 0
Answers: 2