Search results

  1. K

    MEMPTR Issue

    Hi All, The below code does not work properly. Here I am trying to copy abc.zip to xyz.zip. But the output is not proper. Remember I need to use only from memptr variable. It does work only when file is size is less kbs I tested it with 3kb file. If you look at message statement display...
  2. K

    Prostrct Repair usage

    Hi, I am newbie to this DBA forum. I dont have the clear idea at what circumstances we need to use prostrct repair command?. And what else possible usage of prostrct command? Could you please clarify me in details with syntax? I had gone thru history of this forum, unfortunately I dint get...
  3. K

    browser property issue.

    Hi, I am working on maintenance code, on choose of button update assiging the browser READ-ONLY property, subsequently receiving the error " A browser's READ-ONLY attribute cannot be changed while that browser has focus(4517)" . As a maintenance code, I dont have much previlege to view the...
  4. K

    Need to assign the preprocessor value at runtime

    Hi everyone, I have a include file with below statement, OPEN QUERY {&query-file} BY {&sort-by-1}. In called program {&query-file} value will be assigned based on the runtime navigation. As preprocessor value has been assigned in the compile time itself, I could not meet the...
  5. K

    Default-button issue in appbuilder

    Dear All, I have an issue to load a icon(bmp image) in command button. because when i checked the property of default-button getting the warning message "Default buttons may not have images". But still I need to view command button in iconic view at the same time it should be the default...
  6. K

    How to process H1B Visa for Progress Skillset

    Dear Friends, Please regret If you think this is not a right place to clarify this. because raising it here, I think it will reach the right people to clarify my doubt. I have around 6 years of work experience in Progress technology. I would like to apply for H1B visa. Many of the H1B Visa...
  7. K

    -nb Issue.

    Dear all, I had an issue by getting this error "nb exceeded. Automatically increasing from <old value> to <new value>. (5407)" - (This warning is causing in during runtime and development as well) According to my business logic I can not reduce/use recursive calls to minimize nested blocks...
  8. K

    Sequence number generation for temp table

    Hi all, I know, how to deal with sequence number generation for DB tables. Likewise, Is there any quick way to create a sequence number for temp tables? Thanks in advance, Regards, Karikalan R
  9. K

    Browser Column view-as property

    Hi All, I have found the way to set the view-as property for browser column. but still I need to find out how we could assign the values to the browser coloumn using List-Item-pairs or Add-Last method. FYI, here i am giving code samples, assign h_w_buffer:buffer-field("Empno"):view-as =...
  10. K

    Static browser - view-as Combox property.

    Dear All, I am using Openedge 10.1C version as its facilitate to view Browser column in combo box view. ( while defining browser we can choose the browser field with view-as = combo/toggle/fill-in. My issue is, I am trying to add the list-item-pairs values for that browser column at run...
  11. K

    Enable/Disable issue.

    Hi, In Appbuilder, I am placing two UI widgets Fill-in Field and Toggle-box. I have an unselected Enable property to make it diable. If we check the look and feel in execution mode, label of toggle-box is gray colour but label of Fill-in field is in as usual appreance.(Though both of the...
  12. K

    Dynamic Browser

    Hi, I would like to make dynamic browser as a updatable one. I have tried with READ-ONLY = NO property as well. No output. Can any one please point out the solution? Thanks, Karikalan R
  13. K

    Dynamic browser row select issue.

    Dear All, I have an issue in dynamic browser based on one sdo. Issue is that, If I am clicking vertical scroll-bar of dynamic browser, scrolling is not getting ended its going to top again to start from beginning. Where as, If I manually select one record in dynamic browser and choose vertical...
  14. K

    How to add Company_obj field in progress dynamics.

    Hi all, We trying to develop application which is going to be provide the service to various companies. This application we developing in Progress dynamics. As per our requirement we need to add one more field(ie., company_obj) in ICFDB. But once we modify ICFDB we can not able to run the...
Top