Jump to content

dionel1969

uniGUI Subscriber
  • Posts

    459
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by dionel1969

  1. and how can be managed that much data at the same time?? In the past we have seen data grids as big as this, and we concluded that the information was mixed and it was better to analyze it and group it by content for better analysis of the end user, then show it by small grids. (IMO) PS: Including "Time" as variable.
  2. This is the information obtained from dblclick event: Ajax=1 IsEvent=1 Obj=O28F Evt=celldblclick This=O28F RowIndex=1 ColumnIndex=1 E=undefined _S_ID=rL8vG4XZWHdB2C2 _seq_=28 There is information about Control (DBGrid) but not about the row itself where double click is done. If could be possible to add a "RowID" (like RecNo) in client side...
  3. Hello: How to know the correspondence between a client-side row and one server-side row when using the ordering in the XDBGrid???
  4. Hello: Could be possible to set MenuItemSeparator to not Visible??? This works well with MenuItem, but not with MenuItemSeparator, but I don't know at ExtJS level if it is possible???
  5. to the Active Control??? In this scenario if the DBGrid is ActiveControl it must stay there. When I click with mouse in the cell it become to edit state and cursor is ready for input in the appropiate cell. So in this case let change the call to Edit: DBGrid.Append or DBGrid.Edit this will do: 1- Call the Edit for DataSource.DataSet 2- Stay DBGrid as ActiveControl
  6. In this case the man who have to say thank you is me. Thanks a lot for you work, I appreciate a lot what you are doing.
  7. Could be possible to put it as a read only property of ServerModule for both Design Time and Run Time??? Now I have two instances of Loan App installed in Beta stage, and will one about Lottery Games, and so on. Then they will in different machines for different users, to know what I have to change I use version numbers and specially UniGUI.
  8. This is the information that I receive from cell when user make double click:

    Ajax=1 IsEvent=1 Obj=O249 Evt=celldblclick This=O249 RowIndex=0 ColumnIndex=1 E=undefined _S_ID=5oNHxpr9gvNyTV3 _seq_=15

    The RowIndex and ColIndex is not usefull because there is not coincidence in sort order between data in server and client.

  9. Hello !!!

    When I use UniXDBGrid and click on any Column Header the grid works very good and data is sorted by that column, but there is not coincidence between data in grid and data in dataset. How can I retrieve information about record in client side to look for that record in dataset in the server side????

  10. 2nd is solved: ServerMessages.TerminateTemplate.Strings = ( '<html>' '<body bgcolor="#dfe8f6">' '<p style="text-align:center;color:#0000A0">[###message###]</p>' '<p style="text-align:center;color:#A05050"><a href="[###url###]"' + '>Restart application</a></p>' '</body>' '</html>') but I think this could be: <body bgcolor="{Color from ServerModule.BGColor}"> I need,at least, the solution for the first one.
  11. Hello: I have yet to use DBGrid.Refresh after any refresh of base dataset (table, query or stored proc). At the same time the dataset.edit does not work on DBGrid.
  12. Hello: I have a friend living in Las Vegas and he recommend RemObject for abstraction of DB Level. I did not use yet, but I want to investigate about. I use: MSSQL both Commercial and Express editions, with TADOConnection, but in my case there are some simple SQL sentences that I build dynamically. And I use MemTable from DevExpress and works good. I tried with some others and they give me strange bugs in run-time, so I still use MemTable from DevExpress.
  13. This TMemTable, which is???
  14. Hello: 1- I want to show the version of Unigui and ExtJS that I'm using in some specific program. It could be in initial screen or in About Dialog. So, I'm trying to take it from ServerModule.UniGUIVersion property (string property) and it give me in run-time 3 dashes (---), but it show well in design time. I have to give it from Other property or ...??? 2- At the same time, I forgot where I can change the final page color, not the whole text, just the color to clTeal (in this case). 3- It is possible to put shortcut to UNINSTALL in the menu created by installation of ExtJS to give the possible to uninstall it directly from menu, and not to search in the Control Panel\... or in C:\Document and settings\....??? Thank you PS: Since I am not paying anything now for UniGUI at least signal that the program is done on that basis and that can serve as propaganda for UniGUI to other developers.
  15. dionel1969

    build 943

    Hello !!! I need to know something, and I need a help from you. I have a field "MontoAPrestar" of type TBCDField (Money in the DB), and all the time in the user interface appears an error when user type numbers in the form's field using comma. OS: Windows XP Delphi: 2009 Browser: Chrome UNIGUI: 941 Is there something I'm missing? This error comes from UNIGUI, from Delphi, from Browser??? Note: I saw this entry in the "what's new" of .943 build - 0001270: UniDBGrid: Float/number field ignores decimal/thousand separators. It concern to my problem too or not?
  16. Thank you for your advise. It is a very good for our community, but this the solution I find to print out directly to printers in any browser and it works very well, not just for FF o Chrome, etc... it works in all of they. At the same time it is "transparent" to my application, so I will be able to change it when I will find a better solution. I suggest him, and it could be use now while there are not another solution, and later change it.
  17. dionel1969

    Web stress

    We are in the last step of developing application: testing and fixing bugs, and there are question about the server required and so on from clients. So, would be good if somebody could tell about a tool for checking performance of application developed with UNIGUI.
  18. Yes, I checked it, but the strange is that I always use Chrome and this is the first time. Ok. No problem with that.
  19. Hello: I just start download the latest build .041 and when I click to download ExtJS installation the Chrome Browser report that it "appears malicious". I don't know the criteria of browser for this, but that had not happened before. I did it twice to test again. Any one know something about this?
  20. Hello: IMO the TUniDBDateTimePicker must have the events OnExit and OnEnter as any other user control. I have to do some calculation using this Events. Best regards, Dionel
×
×
  • Create New...