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 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
What happens if we don't delete object handle? How it affects? How do we see that? - PROGRESS 4GL
I am using below query which has handle but I can see nothing happens even if I delete/not delete the object of the handle. But everyone says always delete the object finally. Why we need to delete th...
Bharat
Votes: 0
Answers: 1