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.

    I have disabled the frame and assigned the read-only property, after that enabled the frame again. its works without any issue. Thanks.
  4. 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...
  5. K

    Need to assign the preprocessor value at runtime

    Many thanks Andrew, I had finished that work using dynamic query finally. Since, its require to determine the sort order value at runtime, we are bound to use dynamic query. Thanks for your support. Cheers, Karikalan
  6. K

    Need to assign the preprocessor value at runtime

    Again as a pre-processor, &v_incl_ipt expects the value at compile time. Ok. Seems to be no other way except dynamic queries.
  7. K

    Need to assign the preprocessor value at runtime

    Allright., Just I am thinking to use any other simplest way to implement it. subsequently I have got an idea to pass the value at runtime by avoiding pre-processor. {start_search.i "q-browse1 FOR EACH student WHERE {&where}"} Inside the include file, will compose the query as, OPEN...
  8. 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...
  9. 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...
  10. 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...
  11. K

    Sequence number generation for temp table

    Hi Knut, I agree with you, I should not misuse recid function in this scenario. By keeping your constraints i have created a user defined function for this. Many thanks, Karikalan
  12. K

    -nb Issue.

    Hi Tom, Thanks for your suggestions, actually it was a cause because of unconditional iterations. As the code was so lengthy it took some more time to trace it out. Many thanks, Karikalan
  13. K

    -nb Issue.

    Just adding as a note, I have tried to fix this by increasing -nb startup parameter value in Openedge architect development environment project properties. But still in runtime I am getting the same error. Specifically, If I am closing that problematic screen its causes this issue. Please help.
  14. 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...
  15. K

    Sequence number generation for temp table

    Thanks for your reply Kolon. My actual recruitment is to generate unique value to store into Primary Unique decimal data type field of Temp-table. I have a thought to use recid(temp-table) value. I have done with that. Many thanks.
  16. 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
  17. K

    Browser Column view-as property

    Hi Paul, I have tried this way too. But unable to set this property for temp-table based dynamic browser. Still I am doing R&D on this. Here is the code sample, assign h_w_buffer:buffer-field("form_item"):view-as = "COMBO-BOX" h_w_buffer:buffer-field("variable"):view-as = "COMBO-BOX"...
  18. 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 =...
  19. 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...
  20. K

    Enable/Disable issue.

    Thanks lot., this is a good source for my business logic.
Top