Jump to content

Gustavo.deo

Members
  • Posts

    43
  • Joined

  • Last visited

Everything posted by Gustavo.deo

  1. Thank you all!!! All the reviews were very helpful !!!
  2. Good Morning!!! I have a password encryption function to write to the database !!! But I'm having problems ... in the application to win the word pave2010 in function gets zk€o<:;: However due to unigui using utf-8, it returns zk'#$0080'o<:;: I have tried to change the charset in servermodule but I did not succeed ... Any suggestion?? function TFuncoes.EncryptPassWord(sPassWord:String):String; var i : Integer; begin Result := sPassWord; for i := 1 to Length(Result) do Result := Chr(Ord(Result) + 10); end;
  3. Sorry my english but I use a translator !!! My connection components are in MainModule ... I have several DataModules in my project ... I noticed that when SQL is in DataModulo1, the transactions work ... When they are in the other DataModules, the transactions are ignored ... as if they were in another session ... How to make all DataModulo use the same session ??? Thank you!!!
  4. I have a project in which some moments I need to control the transactions manually !!! I happen to have problems, because all users are staying in the same section !!! User X initiates the transaction ... user Y does Start and commit in his section (which should be separated) .. If user X does the Rollback, everything that user Y did will be lost !!! How to instantiate a section for each user ?? Thank you!!! Connection Type FireDac and DataSnap
  5. the user will do the reading of a file, and I need to rename or even delete what is not to do the reading of the file again !!! To the know that this file has already been processed !!!
  6. Sorry my english but I use a translator !!! Okay clarified my doubt !!! But would you have some way to rename or delete this file from the client machine ??? And if I want to save this file from the fileupload to another folder other than temporary file, would it have to do ??? Thanks!!!
  7. Good morning friends!!! I should not have expressed myself well, I need to get the path of the source file (the file path of the end user's machine) ... Taking advantage of the opportunity, if I need to write the file on the server as permanent file (not as temporary file in the cache folder) ... anyone have any suggestions? Thanks!!!
  8. Hi.. I need to get the path of a file so I can read it on the system... How to get the full file path through fileupload??? Thanks..
  9. Galera!!! O outro grupo está cheio!!! Eu Criei um novo grupo, tem poucos membros.. quem tiver interesse de entrar, só deixar o contato!!! Obrigado!!!
  10. Thank you ... you were very attentive answering the messages en gave me a good hint of how to solve my problem ... I adapted some things and worked perfectly .. thank you !!!
  11. Is there a performance difference for EnableAssynchrono = True and EnableAssynchrono = False ??
  12. I found a bug in uniGui .... I have a UniPageControl component and inside it I put a UniTabSheet ... then I put a UniToolBar and I added some buttons ... When calling the function UniPageControl.Pages [0] .ComponentCount it returns me = 0 ... as if I had no component inside the UniTabSheet ... but I have several !!! Would you correct this problem ??? Thank You!!!
  13. Sorry about my English!! Edition 1.0.0 build 1421. See the code sample below ... procedure TfTeste.DCallBack4 (Sender: TComponent; Res: Integer); begin ModalResult := Res; end; procedure TfTeste.APesquisarExecute (Sender: TObject); begin MessageDlg ('mbYesNo', mtConfirmation, mbYesNo, DCallBack4); // i need him to wait for the message to reply before proceding... if ModalResult = 1 then xxxxx else yyyyy; end; how to make???
  14. When using MessageDlg, I need it to behave like a Free Form, which expects a user response on one of the buttons ... How do I ??? Note that I have already tried to see the messageDlg example, but it also does not have the behavior to wait for the response by the user
  15. Boa tarde... sou novo no unigui e ainda estou aprendendo alguns recursos.. Como vc fez para personalizar o msgDialog??? pois quando eu chamo o dialog, no lugar do título "questionamento" aparece new application.. e o que seria "datamodel.link.Constante.ExcluirRegistro"??? Obrigado!!!
  16. Thank you!!! But in the case of the Common Data module, when the user closes the WEB, does it terminate the session correctly or is there a wandering session ????
  17. Help me!!! So that I can continue the development, I have to be able to run the test on the server!!! On the test machine the program is working perfectly, the same .exe on the server, I can query the data, but when giving any post command, the invalid parameter error. I am using Server in datasnap with firedac components in Unigui, I am using the datasnap with ClientDataSet. Thank you!!!
  18. If you created a Unigui project, a MainModule is automatically created ... In this MainModule you must set to true the EnableSyncronousoperations property in the MainModule.
  19. Thanks ... I have not figured out how to manually enable properties ... I copied the stringgrid from the example and managed to use the container I needed !!! Thank you
  20. Thank you!!! I was able to open the application ... But it is giving error in the application ... I can open and consult, but when trying to write, it generates the error Invalid Parameter ... being that in the computer of development, the application is working. What am I doing wrong???
  21. I'm trying to install a standaralone application on the server to test, but I can not get it to work !!! On the development computer, it is working perfectly, but when I try to access the server, there is a message in the left corner of "Loading ..." and it does not go away !!! Do you have to install some dll to run ??? Thank you!!!
  22. Grupo full.. teria como criar outro???
×
×
  • Create New...