Search results

  1. PrJlndni

    Question NO-UNDO upon Creating Table

    Good day Masters, I would like to ask if there is a way that upon creating a table or saving a record, the record cannot be undone. I encountered an instance that when the record is already saved but it get undone (undo), the saved record is gone. Please share your thoughts about this. Thank...
  2. PrJlndni

    Reporting Tool For Cui

    Good day Masters, I would like to ask about your expertise regarding reporting tools of OpenEdge. Do you know what reporting tool should be used for CUI (Character User Interface) Applications? Thank you in advance for you help. :) Regards, PrJlndni
  3. PrJlndni

    Share-lock No-lock Exclusive-lock

    Hello Masters, I would like to ask for your help regarding the accessing of records in the database when there are a lot of users using it at the same time. Some users are in pending mode because someone is still using the database. This problem is a disturbance to other users who would like...
  4. PrJlndni

    Replace/concat May Not Result In Data > 32000 Bytes. (11678)

    Good day Masters, I would like to ask for your expert advice. I have this code that use to retrieve all the names and its corresponding code ID in the database. The list record as counted is around 1,266. I wanted to view it using a combo box. Upon running, this error occurs (REPLACE/CONCAT may...
  5. PrJlndni

    How To Use/set Visible Attribute In Menu-items

    Good day Masters, I would like to ask your expertise on MENU and SUB-MENU Widgets. I have a menu-item in my sub-menu that I do not want to show in my menu. I am using OpenEdge 11.8 and running it via Putty. I am currently working on the following: [] DEFINE SUB-Menu maint000 Menu-ITEM...
  6. PrJlndni

    Question Define Button Label "&label".

    Hi Masters, Good day! I would like to ask about the ampersand used in the button label. According to the OpenEdge 11.6 Documentation, ampersand (&) is used to underline a character within the label to be used as a navigation mnemonic in Windows. Indicate the character by preceding it with an...
  7. PrJlndni

    Question Excel Modification (character-based )

    Hi everyone! I am new to Progress. I have lots of knowledge to learn. I beg your pardon if I ask a lot of questions. I have this new task that makes me think terribly. We are using OpenEdge Progress 11.3.1; Running Programs in Linux Server. The sample codes below are my referenced codes that I...
  8. PrJlndni

    Using Xml To Create Excel File

    Hello Everyone. Good day! I have tried the uploaded source codes that will create excel file thru xml here PEG Utilities Page. But then I have the following questions: 1. Can I insert titles? or other headers to the excel file? e.g. Accounting Department Username and Date Column...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. PrJlndni

    ON TAB procedure

    Hi, Good day! I would like to ask if you know how to manually add a tab using "ON TAB" procedure. I mean, how can I manually manipulate the tabs in ABLProgress? Please help. Thank you.
Top