progress 4gl

  1. R

    How To Add Two Double Quotes Inside A Variable?

    i need to pass the variable to shell script fot ftp process. the password has some redirection () characters like T563()_g563. from command line i can use separator lke 't563\(\)_g563' and it works fine. But when i try to run using the script and .p i need to have value as "'t563\(\)_g563'" two...
  2. N

    Very Urgent Issue. Kindly Reply Asap

    We are trying to login into QADEE using a cim file. {mfdtitle.i} INPUT FROM "/Oa/users/123.cim" . OUTPUT TO "/Oa/users/iltscript.out". RUN mf.p . OUTPUT CLOSE. INPUT CLOSE. 123.cim contains the details of the users its password domain and the program to execute. "userid" "password" "domain"...
  3. N

    Support For Arabic Language For Data Server For Oracle

    I am using progress 10.2B and want to use Arabic language. I have created new schema and started it with parameters with UTF-8, when I connect to Oracle DB without using Ora-Broker then I am able to update data in Arabic, but when I use Ora-broker to execute same code, it is not working. Anybody...
  4. N

    Not Able To Open Qad From Putty

    When i am typing the startup script the following error occurs. Unable to open or create srtjaK4TI, error 13. (354) The filename srtjaK4TI keeps on changing each time i try to login. Could any one try to help me figure out what the issue is?? i have even tried restoring the DB as well...
  5. J

    Reg Expressions In Progress

    Hi, Is Progress 9.1e support regular expressions. Actually i need to divide the Account Number in different parts based on regular expression pattern, how can i do this in progress 9.1e? if progress supoorts reg expressions, please give me the guidance to use reg expression in sql query. Thanx.
  6. R

    Not able to compile code which updates the database.

    I am getting the below eror. Error (490) running 4GL / ABL source code using a query version of Progress / OpenEdge Error when compiling ABL/4GL program. You may not compile programs that update the database in this version. (490) As per Kb, it uses query license which wont allow compile query...
  7. R

    Administration module not avalialble in the menu in RESULTS tool.

    Please suggest why Administration module is not available in the menu in results tool.is it due to some installation error.? openedge 11.3 unix environment chui
  8. A

    Month/Year Variable

    Here's the problem, i need to create a date range for the variable below. define variable s_date as character format "99/9999" no-undo. There is a start_date column in my db (format "99/99/9999"(dd/mm/yyyy)) the date when a customer sales order was entered. What i need to do is set the...
  9. R

    Does promon have option to find db table size and free spaces?

    i would like to find each table size in progress db.Is there any options in promon or in VST Tables?
  10. R

    How to exclude multiple records from a table

    i am reading a config file and getting the exclusion list with space separator like conv custreq payment etc. i am using the below code to loop through each exclusion list. do i = 1 to num-entries(tt-process.reason, " "): v-reasonexc = entry(i,tt-process.reason, " "). for each...
  11. R

    how to get next line of a particular line while reading a text file?

    i am reading a text file line by line with unformatted. i am able to get the particular line which contains some string "comply" in the line.i need to get next line followed by particular string "comply". def var vrow as char no-undo. def var v-comply as char format "x(15)" no-undo. input from...
  12. R

    how to rollback the records when system failure in progress 4GL

    I want to update the records for a scenario. If i want to update a 100 records ,while updating at 97 record the system crash occurred ,will it be do UNDO operation or And how i can rollback the records ,can any one send the code to me
Top