Jump to content

SIRE Software

uniGUI Subscriber
  • Posts

    65
  • Joined

  • Last visited

Everything posted by SIRE Software

  1. Hi there I figured out that the problem was caused because i was setting up on runtime the readonly property of the editor control (TUniEdit) related to the grid column. I disabled the function that set this property and just use the readonly property of the grid column and the problem was gone. Besides i upgraded to the last version but it was after i found the issue. thanks.
  2. Hi. Thanks My build is 1.90.0.1547 My Grid has the next settings - Hidden panel linked with 11 TUniEdit controls (each by column of the grid). The UniEdit controls has one trigger linked each - Height := 28 - ClicksToEdit := 1 - LayoutConfig * DockWhenAligned := False * IgnorePosition := False - Options [dgEditing, dgColLines, dgRowLines, dgAutoRefreshRow] - StripeRows := False - TrackOver := False - WebOptions * KeyNavigation := knDisable * Paged := False The sequence is: - Execute append of the source - Set focus (click into one of the cells) the change the focus to another and another then back focus to the first one i mean, is just selecting cells 4 or 5 times - Execute the cancel of the source - Start again. The error occurs sometimes when i do this sequence 3 or 4 times constantly. Some times when i execute append and some times when execute cancel. Worth mentioning that when i execute the append and cancel event, i set by code the property readonly to true or false to some of the columns. Thanks.
  3. Hello. I have an issue with a DBGrid that uses a hiddenpanel with some controls (TUniEdit) bound it to the Editor property of the columns. When i execute the append instruction of my table, the Grid enable the controls (UniEdit) of each cell where i set the focus After that when i execute the cancel of my table, some times (not all the time), an error shows up "Ajax Error" Cannot set property 'readOnly' of null After searching into the javascript files using chrome developer tools, i foun that the columns into the property InputEl has null assigned to the dom property so thats why the error. Could you pleas help me here? Thanks in advance
  4. After searching on the web a little but more i found the how. Here is how: http://someip.com/app.dll/server Thanks.
  5. Sorry i forgot to mention the version, i am using the version 1.90.0.1547
  6. Hello. I am using HyperServer on IIS server following all the instructions given in the documentation but i can not found why the hyperserver monitor doesn't load i mean, when i set my url with http://someip/, the application loads very well but if i change it to http://someip/server, i get a 404 error, page not found. So this the questions: monitor of HyperServer is not operable when dll hyperserver is implemented? or am i missing something? Thanks in advance
  7. Hello. Please can you share with me how did you solve your problem? I have the situtaion. Maybe i won't be able to have an answer too.
  8. If i do the same on a windows 10 operative system with IIS7, everything works fine but not when i do it on a Windows Server 2016 with IIS 10. Please can anyone helpme?
  9. I installed on a IIS Server the ISAPI dll of my application following the basic steps to do that. When i load my application into Chrome, the login form shows correctly but after i provide the credentias (user and password) and hit the login button, the application never responds again. I checked the develompent tools of chrome and could see that the handle event returns or show an error "Canceled" and after few more canceled messages, the error 503 appears. I reload the browser and then the login form shows again correctly but after the login this errors happens again. I did read the documentation to deployment an ISAPI dll and folow those steps but i can not figured it out whats could be happening. Can you please tell me some recomendations? thanks in advance
  10. Good morning! I'm trying to use the TUniFileUpload component to upload files to my database but depending on some validations i need to filter the types of files when opening the explorer, for example sometimes i need to upload just .pdf and in other case just .xls is it possible to make this kind of approach? or how can i make the file type validation ?
  11. Good afternoon everyone! I have this situation where i need to put a memo in a TUniGrid column, but i haven't found out how to do it. Have anyone done something like that? I leave the image of an example of a devExpress Grid wich is the component i have to reply with uniGUI
  12. Anyone has implemented this component? I don't know how to use it
  13. I don't have the example because It is a devExpress component TcxDBMaskEdit, and the mask they are applying is (1?[0][0])|\d{0,5}'.'\d{0,5} then maskKing property is emkRegExprEx. Is it possible to apply this kind of masks on uniEdits ??
  14. Good afternoon! Is there any way to apply a mask to a TUniDateTimePicker so it doesnt allow you to enter any values, i mean that when i enter values it only accept numeric values and automatically add a date format like 99/99/9999? Thank you!
  15. It is a devExpress component TcxDBMaskEdit, and the mask they are applying is (1?[0][0])|\d{0,5}'.'\d{0,5} then maskKing property is emkRegExprEx
  16. Good morning everyone! I need to get a functionally in a TUniDBNumberEdit, the maxlength of the numberEdit must be 10 digits long but right after i enter the fifth digit then the next 5 digits should show as decilmals. Does anyone has done something like that?
  17. Hi! I was expecting something like "UniEdit.JSInterface.JSCall('getTriggers().t1.click" which didnt work, because i have a dinamic function on a datamodule so any form could call it and send just the uniEdit, in the above example i have to know the triggerEvent procedure of each uniEdit i receive. I'm trying to avoid doing it locally on each form. Thank you! i appreciate your help!
  18. Hello! Anyone knows if its possible to execute a Trigger 's click event of a TUniEdit on RunTime. I have this function that receives a TUniEdit and depending on some validations i have to execute a trigger button click event (I have two triggers on each TUniEdit) Thanks you in advance!!
  19. Good afternoon! In my application i have a button that in the click event does some stuff but at the end of the event i need to call a javascript function and pass it a string as a parameter, the function will be implemented in a file that i will load in the ServerModule's custom files property? how could i do that?? thanks in advance!
×
×
  • Create New...