Jump to content

k0de

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by k0de

  1. k0de

    Several User and Bug

    Sorry for the lack. I'll try to do as you said.
  2. k0de

    Several User and Bug

    What is the relationship between the order in which the module declares a variable? Why in the UniMainModule?
  3. k0de

    Several User and Bug

    PCName is global Variable. The variable is accessible from any form.
  4. k0de

    Several User and Bug

    I'm in the main form of writing: if (uniEditlogin.Text ="Client1") and (uniEditPass="pass1") then PCName="Client1"; if (uniEditlogin.Text ="Client2") and (uniEditPass="pass2") then PCName="Client2"; if (uniEditlogin.Text ="Client3") and (uniEditPass="pass3") then PCName="Client3"; In another form, there is a DBGrid and a Button that saves data from the DBGrid in *.txt. For Example, the Client saves the data in a (PCName+"\data1.txt"). Client2 saves the data in a (PCName+"\data1.txt") , etc.. But if Client1 reviews the data (loads them in the form of (PCName+"\data1.txt")) he sees the contents of Client2.
  5. Hi. I run the server program. Each user has their own login and password. But when they work at the same time, they can see each other's data. Why? And how to fix it?
  6. k0de

    SetFocus Not work?

    Thanks for the link, but it's not something that should be. Put on the form button and DBGrid1. What code I write to the event ButtonClick to switch the focus from the button to DBGrid1? And this should work in the browser.
  7. k0de

    SetFocus Not work?

    Please, help. Any body.
  8. Hi. I use "DGGrid.SetFocus", but isn't work. How can I set focus on DBGrid? Help, please.
  9. k0de

    Use Keyboard?

    Thanks for all.
  10. k0de

    Use Keyboard?

    Hello. In the my project I use uniDBGrid. How to realize the opportunity to move by rows up and down with the arrow keys on the keyboard? And how to do so on the form by pressing Enter to react a certain button? Please help.
  11. Hallo. How do I call a function from ExtJs if the event is not provided for by the parameter of the "sender"? example: UniStringGrid has event function OnAfterEdit(value, originalValue, row, column) { }, but does not have a parameter of the "sender". How to run a function in the procedure TMainForm.UniStringGrid1AjaxEvent(Sender: TComponent; EventName: string, Params: TStrings); begin end; ???
  12. Hi. I need to whatever data in the StringGrid be remeasured after I hit Enter. How do I do this?
  13. I have found!))) Thank you for all!
  14. Hi. Tell me please? How can I change Theme on default? I looked through the examples, but have not found how to change the default. Help me please.
  15. Ouh. I realized. Thank you for the information.
  16. For what? This is not the way. And what an opportunity of regulation of width of a column?
  17. Hallo. How to make so that would FixedRow was in Web? and Thanks.
×
×
  • Create New...