Search results

  1. Ram Prashanth

    Get unique values

    I have a smart select in a sdv which is connected to a sdo (relations table in sports2000.db) How do I get unique relation values from sdo to this smart select. All the dynamic functions setquerywhere, assignqueryselection just allow us to modify where clause, But I can't think of a condition...
  2. Ram Prashanth

    How to have combo box within a smart data viewer

    Hi, I have a smart data viewer which has few fields, One among them is a smart data field (dynselect). I have connected this field to a sdo, so that I get all the values in a combo box. The problem is I am not getting unique values, Instead I get all the values from the sdo. If it was a normal...
  3. Ram Prashanth

    How to sort columns in browse

    Is there any other way to have column sorting within browse?
  4. Ram Prashanth

    How to sort columns in browse

    How to sort browse by clicking on labels? I am using {SET ColumnsSortable TRUE} But what is happening is, when I click on empnum label, the browse cursor is still on 1 and not the top most record. Browse query is not repositioning. Is there a way I can achieve this?
  5. Ram Prashanth

    How to get selected row in Browse

    Yes it is a smart browse
  6. Ram Prashanth

    How to get selected row in Browse

    I have both the browse and a button inside a smart dialog, Is it not possible to access selected row of browse on clicking the button.
  7. Ram Prashanth

    How to get selected row in Browse

    I have a dialog box which has a browse with some data in it. How to get the value of selected row in that browse on choose of a button outside the browse. I am not able to access rowobject of browse. I tried to use col values, DYNAMIC-FUNCTION('colValues' IN h_sdb_salesrep, rowobject.salesrep)...
  8. Ram Prashanth

    Sharing variables across internal procedueres.

    I have an internal procedure which gets called on some action. Inside that I have a variable which holds some value. Can we use this variable in another internal procedure. I tried declaring the variable as new global shared, but it is not working.
  9. Ram Prashanth

    How to replace entire occurence of a character.

    When I am using replace function it is replacing all the occurrences in the string, I just want the character to be replaced if entire character is found in the string. ctest = "demo,demo1,system,test" replace(ctest,"demo","admin"). This gives ctest="admin,admin1,system,test". I wanted ctest...
  10. Ram Prashanth

    How to remove duplicate values in a string

    I have a char variable which holds "a,b,c,d,a,b,c,d". Is there any built-in function which removes the duplicates and just returns me "a,b,c,d".
  11. Ram Prashanth

    Count results in for-each

    Is there any function which can be used to count number of results returned by for-each loop.
  12. Ram Prashanth

    Longchar to html file

    Thanks a lot :)
  13. Ram Prashanth

    Longchar to html file

    Is there any inbuilt method in progress which would convert data present in longchar variable to an html file. i have tags already present in the longchar variable. TIA.
  14. Ram Prashanth

    Progress Variables.

    I am using a character variable in my program, but the problem is its capacity is only 32,000. What variable should i use if i have to store characters of more size. TIA.
  15. Ram Prashanth

    Language codes in Internet Explorer

    In my application i am using browser's language code to translate the application, the code is working fine in chrome and firefox browsers but when it comes to internet explorer it is not working properly, the reason for which is for norwegian language the language codes in chrome and firefox...
  16. Ram Prashanth

    Study materials for progress 4gl

    Thanks a lot.
  17. Ram Prashanth

    Study materials for progress 4gl

    Hi guys I recently joined a company where they use progress 4gl , I was just given a handbook to study and nothing else , It is difficult to understand topics from there , If any of you have any other materials or documents for me to go through it would be of great help to me.
  18. Ram Prashanth

    Not able to connect to database

    I had created a database in progress and when i am trying to connect to it , it shows the following error. there is no server for database (1423)
Top