Search results

  1. C

    Browser return

    Hi, I am using a browse in a loop and the browse is enabled no proble in that. I have written a trigger "on enter of browse" it updates a field and after entering the value the control return to the same browse and not the next browser in the loop. Pls consider the below one for the exact...
  2. C

    Passing variable name instead of table name in for each statement

    Hi All, Is there any possible to get the table name in a variable and pass the variable name in for each statement as follows. DEFINE VARIABLE m_table AS CHARACTER NO-UNDO. m_table = "pt_mstr". FOR EACH m_table NO-LOCK. DISPLAY m_table. END. Help me out. Thanks in advance.:confused:
  3. C

    Assigning one key action to another key press

    Hi all, Is there any way to assign a key press function to be happened for the another key press. (i.e.) if ENTER key is pressed then i want to perform the action which will happen when F1 key is pressed. i used trigger and assigned if enter is pressed then assigning LASTKEY = f1 , but it...
  4. C

    count of "/*" and "*/"

    Hi all, In a line i want to compare "/*" is equal to "*/". I used num-entries but it checks correct for single character only. anybody as any idea to do this. Thanks in Advance. Bala :(
  5. C

    Update with alertbox

    hi all, I want to update a variable with alert-box. Can any one help me out. Thanks in Advance. confidentbala
  6. C

    Certified Program Recommend

    Dear All, Now i am joined in an ERP Consulting company as software Engineer. We are working in MFG/PRO and PROGRESS. I want to brighten my future by doing any certified program side by side. So i request you to give some suggestions like what course can i choose and advantages of that...
Top