Forum Replies Created

Page 2 of 2
  • Diego Mendoza Muñoz

    Member
    July 7, 2024 at 10:29 pm in reply to: Contribution to the community Comment

    Of course, the idea is to be able to share the “hacks” that we find through experience. If you can see the library, the “CalendarBoard” window has the encapsulated methods to be able to interact with it in a general way. Another thing to note is that the events in the subwindow are communicated to the parent window.

    And that the window is empty and is built using the methods it contains.

    I will also share the oDiagramV2 object that is interesting for presenting diagrams.

    here I leave your example

  • Diego Mendoza Muñoz

    Member
    July 3, 2024 at 7:08 pm in reply to: Contribution to the community Comment

    *Find and open testMe window

    *when you make a change to a property in the right panel. click on the installConfig button if you don’t have it, create it and call the installConfig method

    *Dragmode on let you select varios items in the grid, if horizontal value is “yes” you can drag horizontal.

    *Gantt windows its the same subwindows but it has a different implementation.

    leave me an opinion.

    Im from america latina and my english is poor.

  • Diego Mendoza Muñoz

    Member
    July 3, 2024 at 6:53 pm in reply to: Contribution to the community Comment

    No sorry i dont have english version, but if you have any question i try to reply earlier

  • Put tab order to 1

  • Diego Mendoza Muñoz

    Member
    October 27, 2019 at 6:50 pm in reply to: Modal Dialog Window

    I build a activity controller, that have a Class List “VC_WindowsStackActivity” in which columns have, windowsCallback, methodCallback, event, resultActivity and finish.
    For stop te executing i use the “EnterData until row.finish=kTrue”, in this case the object wait for the method $activityFinish(pResultRow,pActivityOK) this method set finish to kTrue and the code goes, the resultRow is the param for the callback, this make the app can register a queue of windows wait for user interactions.
    If you want to show the code please write me diego231192@gmail.com. i dont know how upload the lib.
    Sorry for my english im spanish speaker.

  • Diego Mendoza Muñoz

    Member
    September 25, 2019 at 7:56 pm in reply to: web import data

    Calculate export as con(ubicacion,”temp_”,dat(#D,’y-M-D-H-N-S’),”.txt”)
    Calculate $root.$prefs.$exportencoding as kUniTypeUTF8
    Calculate $root.$prefs.$importencoding as kUniTypeUTF8
    Calculate binData as chartoutf8(vi_Text)
    Create file (export)
    Open file (export,refNum)
    Write file as binary (refNum,binData)
    Close file (refNum)
    Do sleep(30)
    Set import file name {[export]}
    Prepare for import from file {Delimited (tabs)}
    Import data vi_Lista
    Close import file
    Do sleep(30)
    Do FileOps.$deletefile(export)
    I use this method in server side
    I hope this was usefull

  • Diego Mendoza Muñoz

    Member
    September 24, 2019 at 9:17 am in reply to:

    Usalo con el Class Wizzard-Remote Task – Monitor, la libreria que servermgmt es como la base para construir el class wizzard.

  • Diego Mendoza Muñoz

    Member
    September 24, 2019 at 9:17 am in reply to: Multi statements en Omnis

    Omnis MYSQL DAM no reconoce el break “;” mandalo como dos ejecuciones distintas, luego el apostrofe “’” no es el indicado trata de usar
    ksq = ‘ o “

Page 2 of 2