Search results

  1. S

    Issue while Calling External Procedure

    Hi, This issue is corrected. I have changed form definition in sub program as below . WITH FRAME sign-frm SIZE 80 BY 25 SIDE-LABELS. Old Code: WITH FRAME sign-frm SIZE 80 BY 25 WITH 1 DOWN NO-BOX KEEP-TAB-ORDER OVERLAY SIDE-LABELS NO-UNDERLINE THREE-D AT COL 1 ROW 1 SCROLLABLE .
  2. S

    Issue while Calling External Procedure

    Thank You Cringer. I tried running procedure persistently. I have attached code for main program and subprograms. Please review. Please find below details as well Progress Version: Open Edge 11.2.0 OS : Windows 8
  3. 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...
  4. S

    Search For Spefic character in a string & Password Encryption

    TomBascom, Thank you for your reply. Post was really helpful to me.
  5. 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...
  6. 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