Search results

  1. PrJlndni

    How To Get The Values Of Temp-table Browser

    Hi Master Osborne, It did worked. Thank you very much. Yeheeeey :):):):)
  2. PrJlndni

    How To Get The Values Of Temp-table Browser

    Master Osborne, I tried your codes in my procedure editor. It was successful but then when I run it in our character-based program, the ttCustomer.Phone column is disabled. That's my main problem, whatever I do that's running good in our procedure editor is not the same with our character-based...
  3. PrJlndni

    How To Get The Values Of Temp-table Browser

    Ohhhhh! That's how it works. Thank you Master Cringer. I apologize for neglecting your message below my codes (Edit**).
  4. PrJlndni

    How To Get The Values Of Temp-table Browser

    Hi Master Osborne, I have been trying your suggestions. Then I came up with this. My problem is that I cannot enable temp-Customer.changes no matter how I tried to enable it. DEFINE VARIABLE t_RecAddrs AS CHARACTER LABEL " Account No" FORMAT "XX-XXXXXX-X". DEFINE VARIABLE...
  5. PrJlndni

    How To Get The Values Of Temp-table Browser

    It will work if we normally run it in the procedure editor, But the moment I compile it to our programs and run to a putty, only the first column will work. :(
  6. PrJlndni

    How To Get The Values Of Temp-table Browser

    DEFINE VARIABLE t_RecAddrs AS CHARACTER LABEL " Account No" FORMAT "XX-XXXXXX-X". DEFINE VARIABLE t_OldFTaxFlagValue AS CHARACTER FORMAT "X". DEFINE VARIABLE temp_recaddrs AS CHARACTER. DEFINE VARIABLE t_NewFTaxFlagValue AS CHARACTER FORMAT "X". DEFINE VARIABLE...
  7. PrJlndni

    How To Get The Values Of Temp-table Browser

    Good day Masters! @ForEachInvoiceDelete: Sir, I'm already using that method but it seems not working for me. I tried the appbuilder, its codes alone, works well if I just run it the normal way. But when I compiled it in our main program, only one column will work. The rest are disabled. In...
  8. PrJlndni

    How To Get The Values Of Temp-table Browser

    Hi Sir, Thank you for your informative response. I bet {&OPEN-BROWSERS-IN-QUERY-f_ChkBrw00} is from AppBuilder. I've been using hard coding this time. All I want to do is to have my browser enabled. I enabled two columns, but when I run the program only one column is enabled. I don't know how...
  9. PrJlndni

    How To Get The Values Of Temp-table Browser

    Yes Sir. Exactly.
  10. PrJlndni

    How To Get The Values Of Temp-table Browser

    OpenEdge Version 11.3.1 Sir.
  11. PrJlndni

    How To Get The Values Of Temp-table Browser

    Hello, Good day Masters! I really need help regarding my ongoing project. My task is to create a browser that can search something then will display its information on the same browser. at first, the browser should be empty, then the searched account numbers and it's info will be stored in...
  12. PrJlndni

    Lock table overflow, increase -L on server (915)

    I will certainly do it Sir. Thank you again.
  13. PrJlndni

    Lock table overflow, increase -L on server (915)

    Thank you Sir. It really helped. :)
  14. PrJlndni

    Lock table overflow, increase -L on server (915)

    Good day everyone, I would like to ask your help regarding my troubles in debugging my program. Below is my syntax. Whenever the program collects a lot of data, this error Lock table overflow, increase -L on server (915) appeared. What are your suggested solution to this? Thank you very much...
  15. PrJlndni

    SYSTEM ERROR: stkpush: stack overflow. Increase the -s parameter. (279) ** Save file named core for

    Hi Good day! I would like to ask some help of your expertise of my program problem. Everytime I clicked the PF4 key the second time, an error occured. The following are my codes. Please help. ON choose of b-new IN frame fr-buttons do: define var l-end as logical init false...
  16. PrJlndni

    Attempt to update data exceeding 32000. (12371) **Unable to update field. (142)

    Thank you Sir for that very informative response. Now, I know the importance of the NO-UNDO option. Thank you again. Best Regards, PrJlndni
  17. PrJlndni

    Attempt to update data exceeding 32000. (12371) **Unable to update field. (142)

    Hi Sir RealHeavyDude, Your speculation is indeed true. Now, my problem is solved. Thank you very very very very much for your help. But Sir, I have a question. Why is it that the our system is running fine for many years already without the NO-UNDO option? It's just weird that only last...
  18. PrJlndni

    Attempt to update data exceeding 32000. (12371) **Unable to update field. (142)

    Good day Sir, The following are the codes that I'm currently working on. ON choose of b-find IN FRAME fr-buttons DO: DISABLE ALL WITH FRAME fr-buttons. UPDATE findstr2 WITH FRAME fr-find. END. #Whenever I pressed the ENTER button, this error prompts...
  19. PrJlndni

    Attempt to update data exceeding 32000. (12371) **Unable to update field. (142)

    Hi good day! I would like to ask some help of your expertise. I only wanted to search for data using a button "find". But everytime I enter the data, I cannot search. This error prompts immediately. I tried to remark the "set/update findstr with frame f-find" and message something to check if...
  20. PrJlndni

    ON TAB procedure

    Indeed, KEEP-TAB-ORDER helps Sir. Thanks a lot :)
Back
Top