Search results

  1. R

    Question Not Able To Delete The Last Browser Record?

    This works ... Tnxs What I did is: RUN remove_browse_records. {Browse-name}:Refresh(). RUN remove_browse_records. This is working ...
  2. R

    Question Not Able To Delete The Last Browser Record?

    I tried this also, but this is also not working. Now in this case the First record which matches the condition is not getting deleted. Not sure whats happening.
  3. R

    Question Not Able To Delete The Last Browser Record?

    Hello Everyone - I have a Query defined as below and I need to delete some particular records in the grid/browser without modifying the Grid Filter criteria. I am using the below way: /************************************************/ OPEN QUERY q1 FOR EACH ttNumbers. RUN...
  4. R

    Question How To Use The Delete-current-row() Method Of A Browse?

    Hello Team - Does any one can give me a good start on how do i make use of Delete-Current-Row() method of a browser. Actually, I CAN'T change the filter query of the browse, But I don't want to display few records in the Result set based on some condition (like if the result Record data...
  5. R

    Question Include File Parameter

    Could anyone answer it please. the xyznxt.gpr is called from some other include. e.g. chk1.p Variable definitions General Coding {abc.i &pono = "123" &chkerr = "Yes" &disp = "Valid"} now abc.i will call xyznxt.gpr : {xyznxt.gpr {&*} }...
  6. R

    Question Include File Parameter

    I have passed the parameters in include files, but this is the first time I notice {&*} is passed as parameter. Could anyone tell me what does this mean if we pass the parameter as {&*} in any include file. {xyznxt.gpr {&*} } I don;t understand and first time seee...
  7. R

    Question How to Hide Static Browser Column?

    Hello All - Could anyone please suggest how can I hide the columns of Static Browser? Is there any setting or Flag which I can set for those columns which I want in the Browser but want to Hide it? I am using OpenEdge 10.2B Urgent reply is appriciated... Thanks,
  8. R

    Question How to use Delete-Current-Row() method?

    I can't use any button to delete the selected-rows. When I am trying to put code containing method to selcet-Focused-row under Row-Display Trigger, it giving me runtime error that I can't use those methods Select-Focused-row() and Delete-Selected_row() in Row-Display. So could you suggest where...
  9. R

    Question How to use Delete-Current-Row() method?

    Yes, we have a restriction to change the existing Query. In other words you are saying there is no other way to get the expected result what I am expecting in my above post without modifying the query criteria? Can't we achieve the expected result without touching the existing query criteria by...
  10. R

    Question How to use Delete-Current-Row() method?

    The options you suggested won't fit for me but Thanks for your reply. First thing - I don't want to delete the record from the Database. My Exact Requiremet is: When I press the Search/Refresh button which actually runs the query of DB table and display the data in the browser. I can't change...
  11. R

    Question How to use Delete-Current-Row() method?

    Could anyone can help me on this ... like how do I use Delete-Current-Row() and Delete-Selected-Row() methods given by progress with some small code snippet (like in which trigger or procedure I should write those methods)..??
  12. R

    Question How to use Delete-Current-Row() method?

    hello Joel -Thanks for your reply. But the suggestion you gave is the easiest way to modify the query itself. but I can't do that that's the reason I want too understand from some expert how to use those browser methods and which is the best place/procedure to place that. Hope you understand my...
  13. R

    Question How to use Delete-Current-Row() method?

    Hello All - I am using OpenEdge 10.2B with windows XP. I just want to understand about browser methods provided by OE. I want to delete some records from my browser(or in other words dont want to display it on screen) on the basis of some condition .. like when value of a variable = xyz. I...
  14. R

    Question How to check the Character Value for Logical field

    Thanks Both .... Thank you "oli" ... it works great ...
  15. R

    Question How to check the Character Value for Logical field

    Hello All, I am using OE11.1. I just stuck in one situation where I need to check the value stored in the logical field with a Character string value (which I am getting it from somewhere else). I can re-create the above issue with the below code snippet: def var lChk as log format "$/%"...
  16. R

    Answered How to Display a RowID of any record of database Table?

    Hello All, Could anyone please answer, that How can I see the rowid of any particular record of any database table? I am using OpenEdge 11.1 and Windows server 2008. Is it possible to view the rowid using display statement or any other way ?? Thanks.
Top