Jump to content

gerhard.kimmeringer

uniGUI Subscriber
  • Posts

    101
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by gerhard.kimmeringer

  1. Hi Bennie, i mean the unigui logfile. Use also a try except block to find the error and write the result to a textfile.
  2. 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.
  3. 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.
  4. Hi Oliver, thanks yes the client is readonly, it is only a monitor.
  5. 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.
  6. 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.
  7. 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.
  8. Hi Erich, have you test mohammads procedure runme? http://forums.unigui.com/index.php?/topic/3356-how-to-call-a-executable-file-on-server-side-within-unigui/
  9. Hi Bennie, http://forums.unigui.com/index.php?/topic/2492-amazon-web-service/ Use Amazon EC2, is free for 1 year. You can install in EC2 a virtual server with windows 2008, then you can install on this virtual machine all what you like, apache, IIS and firebird.
  10. 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
  11. Hi mehmet, what kind of colums and database you are using? Have you a boolean field as first colum?
  12. UniMainModule.RemoteAddress
  13. 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.
  14. Hi, it is very easy, in the OnColumnSort Event simply made a new query the direction you want.
  15. set Unitabsheet.TabVisible:=False or Unitabsheet.TabVisible:=True
  16. 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.
  17. I think OE is Outlook Express.
  18. Look here http://forums.unigui.com/index.php?/topic/1851-tinymce-in-unigui-applications/ Hope it help you.
  19. I know UNIGUI is good enouth to earn money with it, we do it. It is obvious to me that we pay Farshads work also.
  20. Look at demos folder of unigui, urlparameters
  21. I think also, we have the power of Delphi, can use many of code what we have and it is more than ok that the price is higher.
  22. 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.
  23. Hi, here you find the documentation about deploy. http://forums.unigui.com/index.php?app=core&module=attach&section=attach&attach_id=1250 Look at the demos and samples, the most questions and many answers you find in the forum. Hope it is enouth for the beginning or ask where you have a problem, Have a nice weekend Gerhard
×
×
  • Create New...