
eduardosuruagy
uniGUI Subscriber-
Posts
711 -
Joined
-
Last visited
-
Days Won
9
Content Type
Profiles
Forums
Calendar
Everything posted by eduardosuruagy
-
How to change the mask of an Edit at run time?
eduardosuruagy replied to eduardosuruagy's topic in General
Thank you very much!! -
How to change the mask of an Edit at run time?
-
Sessions blocked on the Hyperserver node from time to time
eduardosuruagy replied to RobertoLopes's topic in General
Obrigado!! -
Sessions blocked on the Hyperserver node from time to time
eduardosuruagy replied to RobertoLopes's topic in General
If you notice my system's nodes get stuck, look at the dates. Sometimes I update it often, I have to fix some bugs. soTerminateOnSession = False -
Sessions blocked on the Hyperserver node from time to time
eduardosuruagy replied to RobertoLopes's topic in General
Do you have a forecast for when this will be resolved? Because I have several clients on a server and I'm overloaded, I don't know what to do anymore. Can someone help me? -
Sessions blocked on the Hyperserver node from time to time
eduardosuruagy replied to RobertoLopes's topic in General
Entendi -
Sessions blocked on the Hyperserver node from time to time
eduardosuruagy replied to RobertoLopes's topic in General
What problems did you have Wilton? I'm using version 1535 and I'm concerned now. Quais o problemas que voce teve Wilton? Estou usando a versão 1535 e fiquei preocupado agora. -
Sessions blocked on the Hyperserver node from time to time
eduardosuruagy replied to RobertoLopes's topic in General
In my case I don't have that. -
Sessions blocked on the Hyperserver node from time to time
eduardosuruagy replied to RobertoLopes's topic in General
THanks -
Sessions blocked on the Hyperserver node from time to time
eduardosuruagy replied to RobertoLopes's topic in General
O problema é outro mesmo, as sessões ficam bloqueadas e o hyperserver não descarta elas. -
Sessions blocked on the Hyperserver node from time to time
eduardosuruagy replied to RobertoLopes's topic in General
Entendi, muito obrigado!! -
Sessions blocked on the Hyperserver node from time to time
eduardosuruagy replied to RobertoLopes's topic in General
Não, essas sessões são de 31 de agosto, não há como elas ficarem ativas por tanto tempo! They were not discarded by the unigui, those of 31/08 have the status "Discarded", even so they got stuck, the reason I don't know -
Sessions blocked on the Hyperserver node from time to time
eduardosuruagy replied to RobertoLopes's topic in General
See that sessions are getting stuck -
Sessions blocked on the Hyperserver node from time to time
eduardosuruagy replied to RobertoLopes's topic in General
Sorry for my ignorance, but how do I see it? -
Sessions blocked on the Hyperserver node from time to time
eduardosuruagy replied to RobertoLopes's topic in General
I use firebird and there is a client with 30 active connections to firebird, the problem is that he hardly uses the system. I'm using version 1535 with Hiper Server + IIS -
He's in MainForm and I'm calling him in the frame, but the error
-
I don't know if it's because I'm using files / js / jquery.mask.js files / js / jquery.mask.min.js
-
I'm using the TUniSweetAlert component in a frame and it's giving the error: _rsov_(O42E,3);var sw;sw=swal({title:"Deseja cancelar a nota de número 77?",text:"",type:"question",width:480,padding:20,background:"",animation:true,allowOutsideClick:false,allowEscapeKey:false,showCancelButton:true,confirmButtonText:"Confirmar",cancelButtonText:"Cancelar",buttonsStyling:true,reverseButtons:false,focusCancel:false,showCloseButton:false,inputPlaceholder:"",inputValue:"",inputAutoTrim:true});sw.then(function(p){ajaxRequest(O443,"confirm",{input: (Ext.isString(p)?p:"")})},function(d){ajaxRequest(O443,"dismiss",{dismiss: d})}); What could it be? function TMainForm.Confirma(Mens, OK, Cancelar: String): Boolean; begin try result := False; SAConfirmar.CancelButtonText := Cancelar; SAConfirmar.ConfirmButtonText := Ok; SAConfirmar.Title := Mens; if SAConfirmar.Execute then result := True else result := False; except on e:exception do begin RelatorioErro(String(TUniFrame(Self).Name), 'TMainForm.Confirma', e.UnitName, e.ClassName, e.Message); end; end; end;
-
TUniCustomDBGrid.MoveToRow(): Unexpected Row number: 0, 3.
eduardosuruagy replied to erich.wanker's topic in General
I just had to comment this code to stop giving the error -
UniEdit's OnExit is hindered when used with TUniSweetAlert. I have an edit and a code in the onexit event of that edit, if the edit does not have the data I want I send a message to the user through TUniSweetAlert and give an abort, after clicking on the ok of TUniSweetAlert the onexit event of edit is looped. An example of the code inside onexit: if edit.text = '' then begin edit.SetfFocus; SAPquestion.Execute; Abort; end;
-
Example error C: \ Program Files (x86) \ FMSoft \ Framework \ uniGUI \ Demos \ Desktop \ GridGrouping - Dynamic When I leave the option UniDBGrid1.Grouping.Enabled: = False and I run the system then I try to enable grouping via code and it doesn't work, it simply does nothing. This error I had posted before.
-
What is this soTerminateOnSession option for?
eduardosuruagy replied to eduardosuruagy's topic in General
thank you!! -
What is this soTerminateOnSession option for?