Jump to content

Guest

Members
  • Posts

    2514
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Guest

  1. Message from: "news.fmsoft.net" Strange because even now is passing over the double click event in web mode but the way this normal desktop. Em 06/04/2011 17:11, Farshad Mohajeri escreveu: > Can you try with a simple showmessage in event? > > "news.fmsoft.net" wrote in message > news:W$hoOUJ9LHA.3152@anaxagvs227... >> I'm trying to update a field in Unidgbrid with a double click. >> >> Em 06/04/2011 16:55, news.fmsoft.net escreveu: >>> They are only 3 lines of codes. >>> >>> dbgProcesso.DataSource.DataSet.Edit; >>> dbgProcesso.Columns[v_idx].Field.Value := Now; >>> dbgProcesso.DataSource.DataSet.Post; >>> >>> >>> Em 06/04/2011 16:51, Farshad Mohajeri escreveu: >>>> I see. It is not the expected behavior. Can you paste your code inside >>>> the >>>> event handler? >>> >> > > .
  2. Message from: "Farshad Mohajeri" Can you try with a simple showmessage in event? "news.fmsoft.net" wrote in message news:W$hoOUJ9LHA.3152@anaxagvs227... > I'm trying to update a field in Unidgbrid with a double click. > > Em 06/04/2011 16:55, news.fmsoft.net escreveu: >> They are only 3 lines of codes. >> >> dbgProcesso.DataSource.DataSet.Edit; >> dbgProcesso.Columns[v_idx].Field.Value := Now; >> dbgProcesso.DataSource.DataSet.Post; >> >> >> Em 06/04/2011 16:51, Farshad Mohajeri escreveu: >>> I see. It is not the expected behavior. Can you paste your code inside >>> the >>> event handler? >> > .
  3. Message from: "news.fmsoft.net" I'm trying to update a field in Unidgbrid with a double click. Em 06/04/2011 16:55, news.fmsoft.net escreveu: > They are only 3 lines of codes. > > dbgProcesso.DataSource.DataSet.Edit; > dbgProcesso.Columns[v_idx].Field.Value := Now; > dbgProcesso.DataSource.DataSet.Post; > > > Em 06/04/2011 16:51, Farshad Mohajeri escreveu: >> I see. It is not the expected behavior. Can you paste your code inside >> the >> event handler? > .
  4. Message from: "news.fmsoft.net" They are only 3 lines of codes. dbgProcesso.DataSource.DataSet.Edit; dbgProcesso.Columns[v_idx].Field.Value := Now; dbgProcesso.DataSource.DataSet.Post; Em 06/04/2011 16:51, Farshad Mohajeri escreveu: > I see. It is not the expected behavior. Can you paste your code inside the > event handler? .
  5. Message from: "Farshad Mohajeri" "news.fmsoft.net" wrote in message news:TTPpwOJ9LHA.3152@anaxagvs227... > After you run it once, until we close the form I can not run it again. > I see. It is not the expected behavior. Can you paste your code inside the event handler? .
  6. Message from: "news.fmsoft.net" After you run it once, until we close the form I can not run it again. Em 06/04/2011 16:46, Farshad Mohajeri escreveu: > A DoubleClick is a single event. What else did you expect? .
  7. Message from: "Farshad Mohajeri" "news.fmsoft.net" wrote in message news:RA3nyHJ9LHA.3152@anaxagvs227... > But I'm finding it a problem because every time I do a double click, it > runs only once. > A DoubleClick is a single event. What else did you expect? .
  8. Message from: "news.fmsoft.net" But I'm finding it a problem because every time I do a double click, it runs only once. Em 06/04/2011 15:26, Farshad Mohajeri escreveu: > We already have OnDblClick event implemented. > > "news.fmsoft.net" wrote in message > news:uP05E7G9LHA.1980@anaxagvs227... >> Would have any way to simulate a double click with the mouse in Unidgbrid? > > .
  9. Message from: "Farshad Mohajeri" We already have OnDblClick event implemented. "news.fmsoft.net" wrote in message news:uP05E7G9LHA.1980@anaxagvs227... > Would have any way to simulate a double click with the mouse in Unidgbrid? .
  10. Message from: "Farshad Mohajeri" "UniGui" wrote in message news:uMkvEKE9LHA.1984@anaxagvs227... > Hi Farshad, > In WebApplication with UniGui StandAlone Server mode,user can input > something ,and update data to DB, > if these use go/back of IE will cause to show incorrect information , How > can I disable the function GO/BACK of IE? We will try to implement it in future releases, but I don't think we can complelety disable it. issue #593 You can also search internet for a solution in Javascript and add it to MainForm's Script. .
  11. Message from: "news.fmsoft.net" Would have any way to simulate a double click with the mouse in Unidgbrid? .
  12. Message from: "news.fmsoft.net" Tanks. Em 06/04/2011 11:40, Farshad Mohajeri escreveu: > It is in our todo list and will be implemented. .
  13. Message from: "Farshad Mohajeri" It is in our todo list and will be implemented. "news.fmsoft.net" wrote in message news:7AGzKfG9LHA.1980@anaxagvs227... > Have a preview to implement? > > Em 06/04/2011 11:32, Farshad Mohajeri escreveu: >> No. It is not implemented. >> >> "news.fmsoft.net" wrote in message >> news:poWFAbG9LHA.1980@anaxagvs227... >>> The onkeydown event works properly in Unidgbrid? >> >> > .
  14. Message from: "news.fmsoft.net" Have a preview to implement? Em 06/04/2011 11:32, Farshad Mohajeri escreveu: > No. It is not implemented. > > "news.fmsoft.net" wrote in message > news:poWFAbG9LHA.1980@anaxagvs227... >> The onkeydown event works properly in Unidgbrid? > > .
  15. Message from: "Farshad Mohajeri" No. It is not implemented. "news.fmsoft.net" wrote in message news:poWFAbG9LHA.1980@anaxagvs227... > The onkeydown event works properly in Unidgbrid? .
  16. Message from: "news.fmsoft.net" The onkeydown event works properly in Unidgbrid? .
  17. Message from: "Farshad Mohajeri" "Anders E. Andersen" wrote in message news:X%23TABCG9LHA.3152@anaxagvs227... > Den 06-04-2011 15:07, Farshad Mohajeri skrev: >> You need a TSession on MainModule with AutoSessionName set to True. You >> can >> also add a TDataBase too, but I don't know if it is really required. > > If you are not using TDatabase, wouldn't you have to use absolute paths to > tables in TTable/TQuery? Yes. You must assign a Path to Database property of TTable/TQuery. .
  18. Message from: "Anders E. Andersen" Den 06-04-2011 15:07, Farshad Mohajeri skrev: > You need a TSession on MainModule with AutoSessionName set to True. You can > also add a TDataBase too, but I don't know if it is really required. If you are not using TDatabase, wouldn't you have to use absolute paths to tables in TTable/TQuery? > I've used BDE in TSession + TTable/TQuery manner in the past in > multi-threaded apps. Of course, BDE has other problems. You may also need to > increase the SHAREDMEMSIZE parameter in BDEConfig. I would rather not use BDE as well. But sometimes you are bound by circumstances. The BDE configuration is already optimized pretty aggressively, so that should not be an issue. - Anders .
  19. Message from: "Farshad Mohajeri" You need a TSession on MainModule with AutoSessionName set to True. You can also add a TDataBase too, but I don't know if it is really required. I've used BDE in TSession + TTable/TQuery manner in the past in multi-threaded apps. Of course, BDE has other problems. You may also need to increase the SHAREDMEMSIZE parameter in BDEConfig. "Anders E. Andersen" wrote in message news:iyuGuoF9LHA.3152@anaxagvs227... > Den 06-04-2011 14:42, Anders E. Andersen skrev: >> I have a legacy paradox database that I need to connect to using BDE >> components. >> >> Should I put a TDatabase connection in MainModule along with a TSession >> in mainmodule as well or can I put the TDatabase in the server module >> and use a TSession on MainModule that connects to the server module. >> >> I believe that using one TSession per thread should work, from what I >> have read elsewhere regarding general BDE use, so I would think that >> using one TDatabase would be the most efficient way to do it. >> >> - Anders > > Hmm.. I hate answering my own questions. However it seems that TDatabase > is subordinate to TSession, so you need at least one TDatabase for each > TSession. Thus both must be on the MainModule and you need one connection > per (web)session. > > - Anders .
  20. Message from: "Farshad Mohajeri" "Anders E. Andersen" wrote in message news:kJQ0lpF9LHA.3152@anaxagvs227... > Den 06-04-2011 14:13, Farshad Mohajeri skrev: >> http://www.embarcadero.com/products/delphi/64-bit >> Indeed it is good news for uniGUI. >> One of the biggest concerns about uniGUI stateful servers is 32-bit >> memory space. With increased number of sessions there is a chance to >> fall short on available memory which in practice can't exceed 2 GB in a >> 32-bit Delphi app. >> With introduction of 64-bit to Delphi apps such limitations do not apply >> anymore and full server memory space can be occupied. > > They are so late with this technology. But I guess Borland is to blame on > that. > They're very late, but again it's better than nothing. .
  21. Message from: "Anders E. Andersen" Den 06-04-2011 14:13, Farshad Mohajeri skrev: > http://www.embarcadero.com/products/delphi/64-bit > Indeed it is good news for uniGUI. > One of the biggest concerns about uniGUI stateful servers is 32-bit > memory space. With increased number of sessions there is a chance to > fall short on available memory which in practice can't exceed 2 GB in a > 32-bit Delphi app. > With introduction of 64-bit to Delphi apps such limitations do not apply > anymore and full server memory space can be occupied. They are so late with this technology. But I guess Borland is to blame on that. Anders .
  22. Message from: "Woodman" Farshad Mohajeri wrote: > > "Woodman" wrote in message > news:IlkN9Hz8LHA.3976@anaxagvs227... > > Hi,Farshad > > > > I'm from China.In UniDbGrid component,I set the CharSet to > > GB2312_CHARSET, > > and it displays correct in design time,but no display in run time. > > > > Why? How can I display Chinese in run time? > > > > uniGUI uses utf-8 by default, so you don't need to change the font > Charset.. Changing the font Charset has no effect in web mode. > > You must assign the proper Chinese title for each DBColumn. It's OK,I must explicitly set the DBCloumn's title. Thanks. -- .
  23. Message from: "Anders E. Andersen" Den 06-04-2011 14:42, Anders E. Andersen skrev: > I have a legacy paradox database that I need to connect to using BDE > components. > > Should I put a TDatabase connection in MainModule along with a TSession > in mainmodule as well or can I put the TDatabase in the server module > and use a TSession on MainModule that connects to the server module. > > I believe that using one TSession per thread should work, from what I > have read elsewhere regarding general BDE use, so I would think that > using one TDatabase would be the most efficient way to do it. > > - Anders Hmm.. I hate answering my own questions. However it seems that TDatabase is subordinate to TSession, so you need at least one TDatabase for each TSession. Thus both must be on the MainModule and you need one connection per (web)session. - Anders .
  24. Message from: "Woodman" Farshad Mohajeri wrote: > BTW, what's your Delphi version? Delphi XE. -- .
  25. Message from: "Anders E. Andersen" I have a legacy paradox database that I need to connect to using BDE components. Should I put a TDatabase connection in MainModule along with a TSession in mainmodule as well or can I put the TDatabase in the server module and use a TSession on MainModule that connects to the server module. I believe that using one TSession per thread should work, from what I have read elsewhere regarding general BDE use, so I would think that using one TDatabase would be the most efficient way to do it. - Anders .
×
×
  • Create New...