Jump to content

gerhard.kimmeringer

uniGUI Subscriber
  • Posts

    101
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by gerhard.kimmeringer

  1. Hi Oliver,

     

    thanks for your tip with timer.

     

    The eventalerter set a variable in unimainmodule.

     

    The timer on the form look at the state of the variable

    and if it set as true then refresh the grid.

    It works fine and is enoth for the monitor app.

  2. Hi Bennie,

     

    what say the error log?

    You are using 64 Bit or 32 Bit?

    What type of database components you are using?

     

    We use ZEOS with firebird without problems, in standalone and also isapi no problems.

  3. How can i refresh a grid from server.

     

    The eventalerter fires when new data inserted, then i like to

    refresh the grid on clientside.

     

    To close and open and or refresh the dataset in uniguimodule

    isn't the problem, only the datagrid dosen't refresh.

  4. Hi Bennie,

     

    you must use windows 2008.

     

    Launch a new instance, then in the quick launch wizard select

    the windows 2008 R2 base datacenter edition. Then you have

    all what you need. When you run the instance install what you want.

     

    We have installed firebird and then the IIS, thats all.

  5. Hi chefdackel,

     

    we use List & Label in production, 32 Bit service application on 64 Bit Server,

    no problems. I think only ISAPI isn't possible, i don't know that.

     

    But you need a webserver license!

     

    It is List and Label Version 16 what we use.

  6. Hello Erich,

     

    we use List & Label but i have also problems,

    then i write a service application for printing.

     

    If the user print in webapp we fire a trigger in

    Firebird Database and the event alerter in the

    printing service gereate the pdf.

     

    So we have seperate the printing process from webapp.

     

    We use this solution live and all is fine.

     

    Gerhard

  7. Hi Skepsis,

     

    what you mean?

     

    We use ZEOS controls but i think you can use

    also other data controls. in my example i use

    a query component whith binding to tdatasource

    from delphi.

     

    Now i made in runtime a query like this:

     

    select name,firstname,street from customer order by name desc

     

    If the user click on title there the event OnColumnSort fires.

     

    In this event now i close the query, set new sql string

     

    maybe:

     

    if direction=true then

    'select name,firstname.street from customer order by '+Column.FieldName+' asc' else

    'select name,firstname.street from customer order by '+Column.FieldName+' desc';

     

    then i open the query and have the result whit sorting and direction.

  8. Hi,

     

    the animate property is disabled. In older Versions it was possible to enable it

    but i think farshad found problems with it and now it is always disabled.

  9. can we have an event when a session is reactivated?

     

    I know we can implement it self with ajaxrequests but

    in my testcases is the problem then the program is very slow.

     

    It is enouth when it fires one time and only if the ExtendTimeOut

    is defined for each time.

×
×
  • Create New...