Search results

  1. P

    Question searching for contains a quote (") - wbt

    Hi, One of our description fields we are using word search ( having a word index with that field). Now the requirement is, if the user wants search a string contains " (quote) how it is possible ? Eg :- a word contains 5"/8 , 7"/9 etc.... After the KB search I understood we can edit the wbt...
  2. P

    Question How to improve the readability of disabled editir widget

    Thanks much for your reply. Please see this attached snippet of code where I am setting the tab-stop = true in one radio button and make it false in the other. First time it works fine as expected however in the time (once the tab stop become false) it never become true even I assign the value...
  3. P

    Question How to improve the readability of disabled editir widget

    Hi, We replaced a fill-in with an editor widget. When this editor is disabled state (some scenario sensitive become false ) customers reporting an issue with the clarity of fonts in the editor. How can we solve this issue. Instead of disabling I can make read-only false however cursor will...
  4. P

    Question Kendo UI Grid - JSON format

    Hi, I am trying to load the data from Progress to a Kendo Grid. Data is not loading into the grid. My format JSON out put as follows. callback({"rows": [ { "customer_number": "x-X", "customer_name": "XXX", "customer_group": "", "customer_email": "", "sales_group": "XX"...
  5. P

    Apply "entry" to button syntax

    APPLY "choose" to button_submit Are you expecting Choose ? Or entry ? Try choose instead entry.
  6. P

    Question How to do a AUTO-ZAP functionality - Editor widget

    Hi, Can any one tell us, how we can implement a auto-zap functionality to an editor widget. If the user double click in the editor field , he should be able to select the entire contet of that editor. TIA Philip
  7. P

    Comment Progress Kendo UI sessions for discussions

    Hi, It would be great to have a separate group to discuss, Kendo UI doubts/clarifications/customizations . This will help the traditional Progress 4GL people like us to learn that platform and clarify our doubts. Just a suggestion:) -Philip-
  8. P

    Question Any PL viewer availabe

    Hi, Good Day! Any Progress Library Viewer utility available ? Please give information if available. Regards -Philip-
  9. P

    Question Can you pls tell the reson for this behaviour change

    It is assging the new password from checkpass.p and if I display , it shows the password as somepasword in 10.2B FOR EACH _user WHERE _user._userid = "someuser": DISP _user._password. END.
  10. P

    Question Can you pls tell the reson for this behaviour change

    Yes . Only one userwith that password. Since the FIND fails in 11.3 in the procedure checkpass.p FIND _user WHERE _user._userid = ipassword EXCLUSIVE-LOCK. We are getting the error "Unable to update _user". -Philip-
  11. P

    Question Webservice is not working - Any other alternative

    Hi, Below code was working fine. I got this from a Progress KB. Now it is not working. Any other free webservice to replace this. Please advise. Regards -Philip- DEFINE VARIABLE hWebService AS HANDLE NO-UNDO. DEFINE VARIABLE hCurrencyServerWebServiceSoap AS HANDLE NO-UNDO. CREATE SERVER...
  12. P

    Question Can you pls tell the reson for this behaviour change

    Hi, Please tell us why the below code snippet is not working with 11.3 . 10.2B It works fine. FIND _user WHERE _user._userid = ipassword EXCLUSIVE-LOCK. This fails in 11.3 . Any clues will help . DEFINE VARIABLE cUser AS CHARACTER NO-UNDO. CREATE _user. ASSIGN _user._userid =...
  13. P

    Question After upgrad to OE 11.3 cannot change the password Error 711

    Hi, After we upgrade the OE from 10.2B to 11.3 we are geting an error for the below code ASSIGN _user._password = ENCODE(txtNewPassword). Error stating that ** You can change only your own password.(711) In 10.2B we can change the password even though we loged in with different...
  14. P

    Question Replacing the Updatable browser of Progress App Builder window using .NET class file

    Hi, We cannot place a .NET controls in an ABL Window. You will need to use .NET ABL Form to place.NET grid. Regards -Philip-
  15. P

    Question JQuery Programing Help Needed

    Thanks much for the great reply. It is very informative. Do you have any KB links , Progress documentation Or a small working program to share related to JQuery . So that I can start with a strong base :) -Philip-
  16. P

    Question JQuery Programing Help Needed

    Hi, Those who have done some work with JQuery please help me. I am trying to populate the records from Sport200o DB, employee records. I partially suceed in that. I would like to improvise this. Is it the right way to fetch the data ? Here in case of massive data in the table, entire data...
  17. P

    Question How can write Server script in Progress

    Hi, Can anyone tell how can Can I replace the get_users.php Or save_user.php by Progress code. any on line documentation / KBs / Live example will do. TIA -Philip- <div id="toolbar"> <a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-add" plain="true"...
  18. P

    Question Need help on populating the data from Database

    Hi, Good Day! Please find the attached code (grid_2.html) and help me how can I populate the 2 temp-table records(tf_Customer) to that grid. Now grid is appearing empty.And help me how can I add a record in the grid (How can add/edit the cells of the row) using the existing add button...
  19. P

    Question OE Explorer Two versions of progress

    Hi, I have installed OE102B & OE11 in the same server . When I open the OE Explorer OE 11 , it shows up all the DBs spinning on 102B version. How can I see seperate views for OE 10 & 11. TIA -Philip-
  20. P

    Question OE 11 any of the icons not working properly

    Thanks a lot. Yes problem was with Registry. -Philip-
Back
Top