Search results

  1. M

    Save validation using textfield on progress

    Hi team I have a control on my ABL form, textbox and its properties is called txtfieldStockSheet. I need a work around for this field to save a value from the appserver side. I dont know which event i can use to cater this in order to save it from the database. I have an understanding as to...
  2. M

    Working with templates in open edge

    Hi Team Has anyone ever worked with templates in progress when creating an ABL forms? i have no idea nor background as to how templates works in open edge. A default examples might help.
  3. M

    Import template using progress controls

    Hi team Does anyone ever worked with templates in progress before? I want to have an understanding as to how to develop it and how it allow user to use it as well validate if they are using wrong location to import it.
  4. M

    Progress button control hidden on ABL form

    Hi Team I have a progress button control on my ABL form, its not visible before runtime and after compile time. But on my properties and events is there within the lists of controls used. Is there a way i can get this to be display? i have an event called " METHOD PRIVATE VOID...
  5. M

    cell grid validation

    Hi Team Has anyone ever fiddle with cell validation with then grid? If so, is there any sample code as a start can work on. What i want to do, i have field name ["pf-division"] within the grid. Table name from database called "psline". Now if this field is empty, must validate to the user it...
  6. M

    KeyPress event handler

    Hi team I want your help, i have an event handler txtUserName_KeyPress. But i want to add few logic. that is if a user press enter to the next field. Meaning they must use enter instead of tab. Can anyone show me default example, please thanks. DEFINE VARIABLE txtUsername AS CHARACTER NO-UNDO...
  7. M

    Relational database in progress procedure

    Hi Team I want to ask if there is a person, can show me in progress using sample procedure, that will service two relational database in one .p file. An example will be appreciated thanks.
  8. M

    ProDataSet systemException on Temp-Table

    Hi Team I have an exception on my class file as it thrown, the attached SystemException "Parent Buffer ttDivision is not found in ProDataSet. What am i missing below? METHOD PUBLIC HANDLE getDivision(INPUT ipcDivision AS CHARACTER): ASSIGN pcTempBuffer = STRING(BUFFER...
  9. M

    creating dynamic temp-table in prodataset

    Hi team I want to ask, has anyone ever worked with dynamic temp-tables in progress? I only dealt with single prodaset, any sample will be appreciated thanks. I want to build dynamic temp-table and on my client abl form to interface it with data object response from temp-table.
  10. M

    how to use desktop alert in progress

    Hi Team Does any person knows how to create a class to display, desktop alert in progress? I have never use this before, an example will be appreciated thanks.
  11. M

    Run-time error

    Hi Team i have created properties and they appear well on the design. I have attached screen shots. problem i'm getting "Invalid handle, not point to a delegate" CLASS Client.Structure.Controls.nrsTextbox INHERITS UltraTextEditor: DEFINE PRIVATE VARIABLE components AS...
  12. M

    create properties for ultravalidator control on textfield

    Hi team Does anyone can at least show me, how to create properties on the coding side using ultravalidator? I have created on the properties on the ABL form itself, but want to use same logic rather using persistent code.
  13. M

    properties and method in open edge

    Hi Team Create a class for Globalization. That will take the specific culture as a input parameter in the constructor. This parameter should have a property in the class that it gets assinged to. IT also needs to have properties for number decimal seporator and number group seporator and a...
  14. M

    How to change color themes in open edge?

    Hi Team Is there a way change the colors of the theme during runtime? in open edge if so any default examples in ABL forms?
  15. M

    Invalid handle

    Hi team I have an encounter this following error message on my abl form DEFINE PRIVATE VARIABLE btnDisplay AS Infragistics.Win.Misc.UltraButton NO-UNDO. DEFINE PRIVATE VARIABLE btnSave AS Infragistics.Win.Misc.UltraButton NO-UNDO. DEFINE PRIVATE VARIABLE bsMain AS...
  16. M

    How to convert html file to pdf in progress

    Hi Team I need a help i want to write program that will generate pdf from html. is there a walk through to this? please a sample will be highlighy appreciated
  17. M

    Save table field name to a database

    Hi team Can anyone help me, i have a handler that save record but its not saving well to a database . AppServer code PROCEDURE getEmail: DEFINE INPUT PARAMETER ipcAcc AS CHARACTER NO-UNDO. DEFINE INPUT PARAMETER ipcType AS CHARACTER NO-UNDO. DEFINE OUTPUT PARAMETER DATASET-HANDLE...
  18. M

    Handle dataset on client side and attached to your binding source

    Hi Team I want to know, how do i handle dataset on client side, as well to attached it. I have a procedure called fields email_address, status and delete. How do i passed this? Do i create a buffer handle inside my class object? or method as private void. I need help a sample example with the...
  19. M

    Class name conversion error

    Hi team Can anyone help me, with the following screen shot. I have an error when i launch the widget. [error] "Name of the class in the class statement frmEMaint.cls must match the pattern of the name file".
  20. M

    Event handler to return an object

    Hi team I need a help here below. My code first create an event handler that calculate vat, when click event is triggered. Then it also do the unchecked when this event is not clicked. What i want to achieve here is find a way to return original value(amount), when this event is unchecked...
Top