Search results

  1. M

    query-prepare

    Hi I did, this my procedure below my here was to display table record 'pb-partno' with 70 branch part no using where clause; DEFINE TEMP-TABLE tt NO-UNDO FIELD sys-cono AS CHARACTER FIELD pb-partno AS CHARACTER FIELD pb-acost AS CHARACTER FIELD pb-onhand AS CHARACTER. DEFINE QUERY fv FOR...
  2. M

    query-prepare

    Hi team Can some one help me with my query-prepare statement to handle temp table. QUERY f:QUERY-PREPARE ("for each psbrnc"). This on my ui form display all the records from the table. I need to display only record that begins with 'bp' I did the following on my QUERY f:QUERY-PREPARE ("for...
  3. M

    Inheritance

    Hi team I need some help, I have on my form. Main form that all properties and methods etc. I have instantiated a method to display appstyle called METHOD PUBLIC VOID setGStyle(vStyle AS CHARACTER): Infragistics.Win.AppStyling.StyleManager:Load(vStyle). END METHOD. I have folder called Classes...
  4. M

    ultraChart control on open edge form

    Hi team Has anyone ever worked with this control? I am trying to use it on the form to display a graph of my data. A use of sample will be appreciated, thanks.
  5. M

    Following controls

    Hi team I am new to these following controls, has anyone can help me with them. I want to use them all to enhanced my gui application. ultrasplitter, ultraexplorerBar, ultraToolsBarsManager, ultraStatusbar, ultratabbedMidiManager, ultrazoompanel. I am creating an MDI form to be specific but...
  6. M

    ultraMessageBoxManager

    Hi I need to use for message inside my button event handler. How am I passing this? I have used this logic THIS-OBJECT:ultraMessageBoxManager:ShowMessageBox(variable name). Please help I just need a starting point inside a method nor function.
  7. M

    The read-xmlschema attribute on dataset widget has invalid arguments

    Hi Team Can any person help me with above error, on my code I have these arguments on widget inside the form. My aim want to export excel file. CREATE DATASET dynDs. //dynDs:READ-XMLSCHEMA("FILE", "C:\Users\gmkotwana\Documents\Labs-Excercises\testData.xsd",TRUE)...
  8. M

    Create Excel File

    Hi Team, I need similar information to start of using ultragridExcelExporter on my open edge form. Does any one can show me, how to do it? Need to use it on my application I'm building to export temp-table as excel format.
  9. M

    How to reset password in normal open edge without database cluster

    Hi Team I have created a ui interface on my form, but I want to add few more functions like label-link to reset a forgotten password. But not using database session, just a simple reset and that allow user-id be display on the form. Thanks below I have attached sample application of my UI.
  10. M

    ultraMessageBoxManager

    Hi Team Has anyone ever worked with this control? I have so far have knowledge ultraValidator, I want to use it on my form for not using to much of MESSAGE "" VIEW-AS ALERT BOX WARNING/INFORMATION. A sample or example will be appreciated thanks.
  11. M

    ultraCalendar on open edge

    Hi Osborne, thanks so much, I have used the links, now I have the knowledge of using the controls.
  12. M

    ultraCalendar on open edge

    Hi Team I have been trying to use this control on my form, does any one know how to use it? a sample example can be appreciate it. i just drag the control, but i want to implement logic on my function for it display an appointment for a day/tomorrow. Thanks
  13. M

    how to apply style in a project using open edge into a form?

    Hi Osborne yes on my project directory under style i do have infragistics styles. What i did after this post manage to work around my exisitng code. By doing the following steps; 1. created method under constructor. eg setStyle("C:\WorkSpace\Folder Name for...
  14. M

    how to apply style in a project using open edge into a form?

    Hi Team I'm new to style, want to apply style into my project but it does nt load any of them. I have attached screen shot, what am I missing here. Please help
  15. M

    Openedge Sql Over Partition Clause

    Hi Maretix I think what Tom refers is this link, hopes this helps. I have one two and used it for progress development including database queries. https://documentation.progress.com/output/OpenEdge111/pdfs/dmsdv/dmsdv.pdf
  16. M

    Question spell checker

    But in some instance Tom, yes Google is our universal friend. But narrowing the searching is often better to retrieve relevant data without many links on Google. eg. "Unix spell check in open edge'
  17. M

    validation function and continue statement once validated

    Thanks for the clarity, make sense now.
  18. M

    validation function and continue statement once validated

    Hi team Can anyone showed me an easier way to continue, once validate function is invoked. I have used the following validation function for both my username and password; DEFINE VARIABLE username AS CHARACTER NO-UNDO. UPDATE username FORMAT "x(6)" BLANK VALIDATE(username = "mkontwg", "...
  19. M

    create a login page using appserver connection

    Hi Team I am new developer to this platform, haven't played around to create a user login page for using progress project. I have attached source code for my problem, a guidance will be much appreciated to my enquiry.
Back
Top