Forum Replies Created

Page 2 of 2
  • 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