Search results

  1. M

    Save validation using textfield on progress

    well use new OEA(Open Edge Architecture) this usually hits appserver once, where we save or edit or create form from the grid. That there renders SaveAll method, that i created
  2. M

    Save validation using textfield on progress

    Yes something like that
  3. 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...
  4. 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.
  5. M

    Import template using progress controls

    As to how to import csv file or pdf file using progress control within the form.
  6. M

    Import template using progress controls

    This could be either Word document or Excel
  7. 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.
  8. 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...
  9. 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...
  10. M

    KeyPress event handler

    Hi Guys Has anyone ever worked with combo-box inside the grid? meaning by creating it via method from the Appserver, then when i click the field from the grid(temp-table) assigned or bind i can pull it with its value and data. I need some examples please
  11. M

    KeyPress event handler

    What i wanted to achieve, was the following below from my event handler. txtUserName_keyDown() IF e:KeyCode:Equals(System.Windows.Forms.Keys:Enter) THEN DO: txtPassWord:Focus(). END. e:Handler = TRUE. END METHOD.
  12. 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...
  13. M

    Relational database in progress procedure

    I want to use multiple database with one procedure
  14. M

    Relational database in progress procedure

    Hi Cringer Your example above shows...? Relational types to each schema name with its table fields? If so how do i create a procedure that will invoke both tables and shemas on my procedure? In another words i want to understand flow process
  15. 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.
  16. 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...
  17. 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.
  18. M

    how to use desktop alert in progress

    No its a control called ultraDesktop Alert in progress, has anyone ever worked with it within ABL forms?
  19. M

    how to use desktop alert in progress

    Its a control name used in ABL forms
  20. 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.
Top