Search results

  1. S

    Issue while Calling External Procedure

    Hi, I have written program which calls external procedure when a button is triggered. External procedure contains a registration form. When I execute external program independently, it is working fine. When it is called from Main program, all statements in external procedure are executed but...
  2. S

    Search For Spefic character in a string & Password Encryption

    Hi All, 1.Could you please let me know how to find a character in a string in Progress 4GL? I have email id screen field where user enters email id, I need to validate the same by searching for '@' and .com in the given input. Please let me know any built in function exists to find a char/string...
  3. S

    There is no Server for Database Sportsdb 1423

    Hi, I am new to Progress. I have installed Progress OE 11.2 on my PC WIN8(OS). I have written following procedure, when try to run the below code I am getting error, there is no server for Database Sportsdb 1423. CONNECT Sportsdb. RUN r-deletedata.p. Also I've tried to connect database...
Back
Top