Recent content by PrJlndni

  1. PrJlndni

    Question NO-UNDO upon Creating Table

    Hi Master, it undo's upon using the application. The other data encoded don't have any issues. There are JUST times that the application seems having an error upon saving. We still do not know why. I'll study more about my scopes maybe there are really lacking, thank you.
  2. PrJlndni

    Question NO-UNDO upon Creating Table

    Thank you Master. I think I need to study more about its scopes.
  3. PrJlndni

    Question NO-UNDO upon Creating Table

    Hello Sir Rob, I'm sorry I got you confused. My point is that, can we only use NO-UNDO in assigning of variables? I wanted to use it upon creating new record Create Customer NO-UNDO. Due to some instances that when we create new record, when it is done, the system says it was saved. But when I...
  4. 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...
  5. PrJlndni

    Share-lock No-lock Exclusive-lock

    Good day Masters, I understand. Thank you for your help. :) Regards, PrJlndni
  6. PrJlndni

    Share-lock No-lock Exclusive-lock

    Hello Masters, Pardon me for not being clear. Client 1 : find Customer where RecordAddress = "000001" no-error. if avail(Customer) then update Name = "Someone". Client 2: find Customer where RecordAddress = "000002" no-error. if avail(Customer) then Update Name = "Somebody". Client 3: for...
  7. 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
  8. PrJlndni

    Share-lock No-lock Exclusive-lock

    Good day Masters, I would like to expound my concern. :) My concern instance is like this scenario: Client1: She's using one record as of the moment because she updated something in it. Client2: She's browsing another record for details/information checking. Client3: She is generating a...
  9. 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...
  10. PrJlndni

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

    Good morning Masters. Master Cringer: Indeed, there are a lot of ways to show those records but then combo-box is the nicest way to show to the clients the items based on the design. :) Master Osborne: Thank you so much Master. :) Thank you Masters :) Regards, PrJlndni
  11. PrJlndni

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

    Hello Master Cringer, Good day! According to the specifics of the code, the program will return a 1,266 total number of records. Have you encountered something like this before Sir? How did you resolve it? :)
  12. 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...
  13. PrJlndni

    How To Use/set Visible Attribute In Menu-items

    Thank you so much Master Osborne. I will try it. :)
  14. PrJlndni

    How To Use/set Visible Attribute In Menu-items

    Good day Master Cringer, Yes you're right. It's a typo. I meant 11.3. :)
  15. PrJlndni

    How To Use/set Visible Attribute In Menu-items

    I see. So, there is no way to hide MENU-ITEM m_Search Master Osborne?
Top