Jump to content

Hayri ASLAN

Moderators
  • Posts

    1577
  • Joined

  • Last visited

  • Days Won

    134

Everything posted by Hayri ASLAN

  1. Hi lema, Thank you for sharing. How can we connect this to DB?
  2. onun için maskedit örnek projesi var. sample project içerisine bakarsanız görebilirsiniz.
  3. hocam groupboxta böyle yaptığı için büyük tutacaksın alanı.
  4. we have 2 client. first client have 10.448.085 record the other have 13.353.481 record i think on days go by the records will be over 100.000.000
  5. hi lema, we use MSSQL database. what is your project website?
  6. ok. you do this: in unidbgrid.ajaxevent : if column is certain (you see column index left side) you write : if UniDBGrid1.Columns[(columnindex)].Field.Asinteger>0 then UniPanel1.Visible:=True else UniPanel1.Visible:=False;
  7. what is your purpose? if you say that, it would be better for us for help.
  8. frm.onclose event : You must write Action:=CaFree;
  9. Yes you can like this : if UniDBGrid1.Columns[strToInt(Params.Values['colindex'])-1].Field.Asinteger>0 then UniPanel1.Visible:=True else UniPanel1.Visible:=False;
  10. we listen a port in server. device sends data to this port.
  11. UniDBGrid1.Columns[5].Field.AsString; or for ajax event get clicked cell UniDBGrid1.Columns[strToInt(Params.Values['colindex'])-1].Field.AsString;
  12. yes, we are using a device which is send to us gps location using gprs service
  13. you can use "ajax event" onactivate.
  14. I use MsSQL with ADO and MySQL with Mydac. The performance of that is very good.
  15. You can use all databases which supported by delphi. Delphinin desteklediği, daha önce çalıştığın tüm veritabanlarını kullanabilirsin.
  16. Merry Christmas from Turkey.
  17. Thank you for your interest. I wait your good news
  18. Hi Lema, I have a problem with Markerexlabel. When i create about 50 piece markerexlabel, its good. But, When i create more than 100 piece markerexlabel, Unigmap not responding 4-5 second and its slowing down. Then i try create marker. İt is good. Can you help me?
  19. I am developing car tracking system which started for 5 month ago with unigui. Approximately, in a day, 500 Client connecting, creating pdf and excel docs, Watching his cars, etc... Firstly, i dont have to any knowledge for unigui. But now i know %90 of unigui. And I say unigui is wonderful. Now i am developing another programs with unigui. God bless you Farshad
  20. Selam farshad, .974 sürümüne geçtim bugün. Ama dbgrid de kolon filtreleme alanında artan sırada sırala yazan yerde türkçe karakter sorunu olmakta. Nasıl düzeltebiliriz? Şuan tamamen inceliyorum. bu sadece dbgridde değil herşeyde ı, İ hatası veriyor. Birde kendo kullanıyordum. O da çalışmıyor.
  21. Hayri ASLAN

    Some stuff

    1- You can use OnCloseup event.
  22. Hi Marlon, I using 0.89.0.958.
×
×
  • Create New...